EXIT
QUIT
|
Disconnect cleanly
|
| AUTH [password]
|
Authenticate w/ a shared secret
|
| PING
|
Verify the server is still alive
|
| RELOAD
|
Not implemented - will flush registry and re-read config file
|
| SHUTDOWN
|
Cleanly stop server
|
| GET [name]
|
Gets the state of a security monitor. Most probably return codes are OK and ALERT
|
| ALARM [sensor name] [state] [alert]
|
Create a new alarm.
If the sensor goes into state then generate alert. An alarm
is only generated if the system is armed.
|
| RESET [code]
|
Resets the state of all monitoring devices. Action is logged.
|
| ARM [code]
|
Arms the security system. If armed Alarms may occur. Code is required for
security reasons. Action is logged to the security log.
|
| DIARM [code]
|
Disarms the security system so Alarms will not occur. Code is required. Action
is logged to the security log.
|
| ALERT [name] [command]
|
Execute an alert.
An alert is a method of notifying the user that an alarm has occured.
An alert object may call another factory (ie X10 factory to turn on a light) or
call an internal alert device (such as a siern or buzzer).
|