Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thanksmister authored May 20, 2021
1 parent 2911a79 commit fb9d6f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,19 @@ This really depends entirely on your platform and setup. You can configure the a

This feature will display a panic button on the main interface that, when pressed, will send a command with a single payload, you must handle this command as you want in your home automation platform. This would be like an emergency call or way to silently trigger the alarm.

The alarm panel will send the following command and payload:
The alarm panel will send the following command and payload by default:

Command topic: `home/alarm/set`
Command payload: `PANIC`

If you have opted to use the remote code feature, the following JSON payload will be sent:

```
{"command":"PANIC","code":""}
```

The code will be blank as it is not required.


## MQTT Communication

Expand Down

0 comments on commit fb9d6f0

Please sign in to comment.