76
Commands for zones: include zones, exclude zones, activate zones, isolate zones
Can be used to include, exclude, activate or isolate the zones indicated.
• Commands: Include zones, Exclude zones, Activate zones, Isolate zones
• Attributes: Zone ID
• Reply: Zone ID, Command status
» OK: command successful
» ABSENT: zone not present
» CAN'T EXCLUDE: when an exclusion command is sent, the zone cannot be excluded
» CAN'T ISOLATE: when an isolation command is sent, the zone cannot be isolated
See zone commands
For each zone, an ID and a string identifying whether the action was successful is returned:
Attributes
Reply
Example:
Command: Isolate zones 1, 2, 3 and 4
123456 isolate zones 1 2 3 4
Reply: Zones 1 and 2 absent (in reality zone 1 is absent), zones 3 and 4 isolated successfully
isolate zones: 1 ABSENT 2 ABSENT 3 OK 4 OK
Output status: outputs
Returns status of the outputs indicated.
For each output, an ID and a string identifying its current status is returned:
Reply
• Command: Outputs
• Attributes: ID of the outputs to check
• Reply: Output IDs, Output statuses
• ON: output active
• OFF output inactive
• ISOLATED: output isolated
• ABSENT: output not present
Request: What is the current status of zones 1, 2 and 3?
123456 outputs 1 2 3
Reply: Output 1 is active, 2 is deactivated and 3 is absent
outputs: 1 ON 2 OFF 3 ABSENT
Example:
Commands for outputs: activate outputs, deactivate outputs
Can be used to activate or deactivate the outputs indicated.
• Command: Activate outputs, Deactivate outputs
• Attributes: ID of the outputs to check
• Reply: Output IDs, Output statuses
Command: Activate outputs 1, 2 and 3
123456 activate outputs 1 2 3
Reply: Outputs 1 and 2 activated, output 3 is absent therefore cannot be controlled
activate outputs: 1 OK 2 OK 3 ABSENT
» OK: command successful
» ABSENT: output not present
See output commands
For each output, an ID and a string identifying whether the action was successful is returned:
Reply
Attributes
Example: