temp

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.
Author:
  • Dave Leitch

Requires

Methods

getStatus(force) static

Only the probes whose temperature has changed will fire an event.
Arguments:
  1. force (boolean)  Force a status reading regardless of value.
Fires:
  • event:temp

getTemp(name) static

Get temp of a single probe.
Arguments:
  1. name (string)  Probe name.

stop() static

Stop the temperature service.