This driver usedis to monitor all temperature sensors.
Periodically all sensors are checked for any changes.
If a change is detected, the new temperature is emitted.
Requires
- module:brewdefs
- module:ds18x20
- module:brewlog
- module:events
Methods
getStatus(force)
static
Only the probes whose temperature has changed will fire an event.
Arguments:
-
force
(boolean)
 Force a status reading regardless of value.
Fires:
- event:temp
getTemp(name)
static
Get temp of a single probe.
Arguments:
-
name
(string)
 Probe name.
stop()
static
Stop the temperature service.
force
(boolean)
 Force a status reading regardless of value.
name
(string)
 Probe name.