Click or drag to resize

Device Class

Encapsulate the Seeed Studio Grove Temperature and Humidity Sensor (TH02).
Inheritance Hierarchy
SystemObject
  IO.Devices.TH02Device
    IO.Devices.Grove.Temperature_HumidityDevice

Namespace: IO.Devices.Grove.Temperature_Humidity
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device : Device

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for a Seeed Studio Grove Temperature and Humidity Sensor (TH02).
Top
Properties
 NameDescription
Public propertyCelsius Read-only property returning the temperature in degrees Celsius.
(Inherited from Device)
Public propertyDeviceID Read-only property returning the device ID.
(Inherited from Device)
Public propertyFahrenheit Read-only property returning the temperature in degrees Fahrenheit.
(Inherited from Device)
Public propertyHumidity Read-only property returning the percentage relative humidity.
(Inherited from Device)
Public propertyKelvins Read-only property returning the temperature in Kelvins.
(Inherited from Device)
Top
See Also