YosemitechY533_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y533 ORP sensor.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

YosemitechY533_Temp(YosemitechY533* parentSense, const char* uuid = "", const char* varCode = "Y533Temp") explicit
Construct a new YosemitechY533_Temp object.
YosemitechY533_Temp()
Construct a new YosemitechY533_Temp object.
~YosemitechY533_Temp()
Destroy the YosemitechY533_Temp object - no action needed.

Function documentation

YosemitechY533_Temp::YosemitechY533_Temp(YosemitechY533* parentSense, const char* uuid = "", const char* varCode = "Y533Temp") explicit

Construct a new YosemitechY533_Temp object.

Parameters
parentSense The parent YosemitechY533 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 "Y533Temp".

YosemitechY533_Temp::YosemitechY533_Temp()

Construct a new YosemitechY533_Temp object.