Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SensorStateClass ¶
type SensorStateClass int
SensorStateClass reflects the HA state class of the sensor.
const ( StateMeasurement SensorStateClass = iota + 1 // measurement StateTotal // total StateTotalIncreasing // total_increasing )
func (SensorStateClass) String ¶
func (i SensorStateClass) String() string
Click to show internal directories.
Click to hide internal directories.