6 #ifndef __SENSORMODEL_STATESENSOR_IDL__
7 #define __SENSORMODEL_STATESENSOR_IDL__
Sensor interface
Definition: Sensor.idl:15
Sensor with discrete readings.
Definition: StateSensor.idl:43
State getState()
Get the sensor state.
Basic IDL definitions.
Definition: Event.idl:10
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
Common base for all events.
Definition: Event.idl:13
Definition: StateSensor.idl:52
Sensor state.
Definition: StateSensor.idl:46
time timestamp
UNIX timestamp (UTC) of last sample.
Definition: StateSensor.idl:47
int value
Discrete sensor value; intrepretation depends on the type of sensor.
Definition: StateSensor.idl:49
boolean available
true if the sensor is available
Definition: StateSensor.idl:48