PDA

View Full Version : Setting device command status using TelNet


GlassReef
02/26/2009, 12:42 PM
Using TelNet, I can set a device's command status (or whatever it's called) to AUTO by sending the keyword "Auto" followed by the device ID. Does anyone know if there is a keyword (command) to set a device's status to MANUAL.

Thanks

clp
02/26/2009, 01:04 PM
Use:

on timer_name - to turn 'timer_name' manually on.
off timer_name - to turn 'timer_name' manually off.
auto timer_name - to put 'timer_name' in auto mode.

Curt

GlassReef
02/26/2009, 01:49 PM
Curt, thank you for the quick response.