Click or drag to resize

ITemperatureSensor Interface

[This is preliminary documentation and is subject to change.]

Defines the Temperature sensor capability

Namespace:  GHASchema.Classes.Capabilities.HVAC
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "HVAC")]
public interface ITemperatureSensor

The ITemperatureSensor type exposes the following members.

Properties
  NameDescription
Public propertyLastTimeUpdated
Gets the last time the sensor was updated
Public propertyTemperature
Gets the measured temperature
Top
See Also