sensor v0.1.4 Sensor.Temp behaviour
This is an abstract temperature sensor module.
Specific types of temperature sensors can be implemented as sub-modules. If the sub-modules implement the defined behaviour, then the business logic in your app doesn’t need to care about which instance of temperature sensor is being used.
Summary
Functions
Generic sense command for any type of sensor that implements the Sensor.Temp
behaviour
Will attempt to start the supervised sensor process. This sensor can
later be referenced by the name
parameter
Types
Functions
Generic sense command for any type of sensor that implements the Sensor.Temp
behaviour
The name
paramter should correspond to the name that was defined when that
sensor was started