Skip to content

Commit

Permalink
Not all devices require configure. Koenkk/zigbee2mqtt#2588
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 14, 2020
1 parent a37698a commit de44733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/information/mqtt_topics_and_message_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ See [Binding](binding.md)
Returns the list of groups a device is in, and its group capacity.

## zigbee2mqtt/bridge/configure
Allows to manually trigger a re-configure of the device. Should only be used when the device is not working as expected. Payload should be friendly name of the device, e.g. `my_remote`.
Allows to manually trigger a re-configure of the device. Should only be used when the device is not working as expected, also not all devices require this. Payload should be friendly name of the device, e.g. `my_remote`.

## zigbee2mqtt/[FRIENDLY_NAME]
Where `[FRIENDLY_NAME]` is E.G. `0x00158d0001b79111`. Message published to this topic are **always** in a JSON format. Each device produces a different JSON message, **some** examples:
Expand Down

0 comments on commit de44733

Please sign in to comment.