Handled message commands
Kind: global constant
Login
Kind: static property of MeianCommands
Returns: data response
| Param | Type | Description |
|---|---|---|
| uid | * |
user id |
| pwd | * |
password |
Push subscribe
Kind: static property of MeianCommands
Returns: data response
| Param | Type | Description |
|---|---|---|
| uid | * |
uid for subscription |
This formats the "Alarm" command response:
<Root>
<Host>
<Alarm>
<Cid>STR,4|3441</Cid>
<Content>STR,12|M. Partielle</Content>
<Time>DTA|2018.09.02.01.12.01</Time>
<Zone>S32,0,99|70</Zone>
<ZoneName>STR,16|</ZoneName>
<Name>STR,15|ORION IP2 </Name>
<Err/>
</Alarm>
</Host>
</Root>Kind: static method of Push
Get current alarm status
Kind: static property of MeianCommands
Returns: data response
Get area status (Alarm areas used by Focus FC-7688Plus, not working in Meian ST-IVCGT)
Kind: static property of MeianCommands
Returns: data response
| Param | Type | Description |
|---|---|---|
| offset | * |
request offset |
Set area status
Kind: static property of MeianCommands
Returns: data response
| Param | Type | Description |
|---|---|---|
| numArea | * |
number of aread |
| status | * |
status (arm, disarm, stay, clear) |
get sensor status (alarm/open/closed, problem, lowbat, bypass, etc)
Kind: static property of MeianCommands
Returns: data response
| Param | Type | Description |
|---|---|---|
| offset | * |
request offset |
All zones status (fault, battery, loss, etc)
Kind: static property of MeianCommands
| Param | Type | Description |
|---|---|---|
| offset | * |
request offset |
List of events recorded in the alarm (arm, disarm, bypass, alert, etc). The list is composed by 512 events and every message contains 2 of them: it may take some time to get the full list
Kind: static property of MeianCommands
| Param | Type | Description |
|---|---|---|
| offset | * |
request offset |
Network config (mac address, ip, etc) and alarm name
Kind: static property of MeianCommands
Returns: data response
Set current alarm status
Kind: static property of MeianCommands
Returns: data response
| Param | Type | Description |
|---|---|---|
| status | * |
status (arm, disarm, stay, clear) |
Set bypass for sensor
Kind: static property of MeianCommands
| Param | Type | Description |
|---|---|---|
| zone | * |
zone index |
| bypassed | * |
true or false |