pwr temp l h m
Configure the CTM-200's wake up condition for temperature.
l | Low threshold in degrees Celsius (-40 to 85) (default 0)
|
h | High threshold in degrees Celsius (-40 to 85) (default 0)
|
m | mode
|
m=0 | Wake up on LOW to HIGH transition (default)
|
m=1 | Wake up on HIGH to LOW transition
|
m=2 | Wake up on any transition
|
Notes:
- If the temperature at the time the gateway goes into minimum power mode results in TRUE, the gateway will wait for it to become FALSE before waking up on TRUE.
- For example, if cmd pwr temp 10 30 1 is set, and if the temperature is lower than 30 degrees Celsius at the time the gateway goes into minimum power mode, the gateway will wait for it to go above 30 degrees Celsius first and will wake up next time it goes below 10 degrees Celsius.
Examples:
- Wake up when the gateway transitions from above 30 degrees Celsius to under 10 degrees Celsius :
cmd pwr temp 10 30 1
- Wake up when the gateway crosses 15 degrees Celsius (e.g. from >15 to <15, or vice versa) :
cmd pwr temp 15 15 2
See also: Power Management
Firmware revision 2.0.1.2221