1 changed files with
0 additions and
24 deletions
|
|
|
|
@ -99,30 +99,6 @@
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
* Disarm
|
|
|
|
|
|
|
|
|
|
Topic: `display/disarm`
|
|
|
|
|
|
|
|
|
|
Data example:
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"deviceId": 0
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
* Arm
|
|
|
|
|
|
|
|
|
|
Topic: `display/arm`
|
|
|
|
|
|
|
|
|
|
Data example:
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"deviceId": 0
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
* Card read
|
|
|
|
|
|
|
|
|
|
Topic: `card/read`
|
|
|
|
|
|