AOSongDHT_Humidity class
The Variable sub-class used for the humidity output from an AOSong DHT.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- AOSongDHT_Humidity(AOSongDHT* parentSense, const char* uuid = "", const char* varCode = "DHTHumidity") explicit
- Construct a new AOSongDHT_
Humidity object. - AOSongDHT_Humidity()
- Construct a new AOSongDHT_
Humidity object. - ~AOSongDHT_Humidity()
- Destroy the AOSongDHT_
Humidity object - no action needed.
Function documentation
AOSongDHT_ Humidity:: AOSongDHT_Humidity(AOSongDHT* parentSense,
const char* uuid = "",
const char* varCode = "DHTHumidity") explicit
Construct a new AOSongDHT_
Parameters | |
---|---|
parentSense | The parent AOSongDHT providing the result values. |
uuid | A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string. |
varCode | A short code to help identify the variable in files; optional with a default value of "DHTHumidity". |