Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
Previous page Next page
The GRAY object corresponds to the Sensor system object.
The GRAY object sends events presented in the table. Procedure is started when the corresponding event appears.
Event | Description |
"ALARM" | Alarm. This event is received while opening or closing the sensor (it depends on object settings) if sensor is armed. If sensor is disarmed then Sensor opened and Sensor closed events are received correspondingly. |
"ARM" | Sensor is armed. |
"CONFIRM" | Alarm received. |
"DISARM" | Sensor is disarmed. |
"NOT_VALID_STATE" | Zone is not ready. |
"OFF" | Sensor opened. This event is received while sensor opening if sensor is disarmed. |
"ON" | Sensor closed. This event is received while sensor closing if sensor is disarmed. |
"SIGNAL_LOST" | Connection with sensor is lost |
List of commands and parameters for the GRAY object is presented in the following table:
Command – command description | Parameters | Description |
"ARM" – arm sensor. | - | - |
"DISARM" – disarm sensor. | - | - |
“CONFIRM” – confirm alarm. | - | - |
“SETUP” – settings for sensor. | chan<> | Output number (0 – 15). |
flags<> | Flags. | |
name<> | Object name. | |
type<> | Type of sensor object (0 – on closing, 1 – on opening). |
Properties of the GRAY object are shown in the table.
Properties of the GRAY object | Description of properties |
ID<> | Object ID. |
PARENT_ID<> | Parent object ID. |
REGION_ID<> | Region ID. |
The GRAY object can be in the following states:
State of the GRAY object | State description |
"ARMED" | Sensor is armed. |
"DISARME"” | Sensor is disarmed. |
"ALARMED" | Alarm. |
"CONFIRMED" | Alarm confirmed. |
"DISARMED_ALARM" | Not ready. |
"DETACHED_ARMED" | Connection lost. |
"DETACHED_DISARM" | Connection lost. |
“OFF” | Normal. |