Skip to content

Commit

Permalink
Permit joining on specific device. Koenkk/zigbee2mqtt#3281
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 11, 2020
1 parent 2994c3d commit 134e21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/information/mqtt_topics_and_message_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ Optionally, a `transaction` property can be included in the request. This allows
<summary>zigbee2mqtt/bridge/request/permit_join</summary>

Allows to permit or disable joining of new devices. Allowed payloads are `{"value": true}`, `{"value": false}`, `true` or `false`. Example response: `{"data":{"value":true},"status":"ok"}`. This is not persistent (will not be saved to `configuration.yaml`).

To allow joining via a specific device set the `friendly_name` in the `device` property. E.g. `{"value": true, "device": "my_bulb"}`.
</details>

<details>
Expand Down

0 comments on commit 134e21d

Please sign in to comment.