From 4fbb6667ef01f596eb88254103ce1c370668ff2d Mon Sep 17 00:00:00 2001 From: Glen Takahashi Date: Mon, 4 Feb 2019 10:53:15 -0500 Subject: [PATCH] super minor group typo (#1013) --- docs/information/mqtt_topics_and_message_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/information/mqtt_topics_and_message_structure.md b/docs/information/mqtt_topics_and_message_structure.md index d1ce1942..a0300244 100644 --- a/docs/information/mqtt_topics_and_message_structure.md +++ b/docs/information/mqtt_topics_and_message_structure.md @@ -36,7 +36,7 @@ Format should be: `{"old": "OLD_FRIENDLY_NAME", "new": "NEW_FRIENDLY_NAME"}`. ## zigbee2mqtt/bridge/networkmap Allows you to retrieve a map of your zigbee network. Possible payloads are `raw`, `graphviz`. Zigbee2mqtt will send the networkmap to `zigbee2mqtt/bridge/networkmap/[graphviz OR raw]`. -## zigbee2mqtt/bridge/groups/[friendly_name]/(add|remove|remove_all) +## zigbee2mqtt/bridge/group/[friendly_name]/(add|remove|remove_all) See [Groups](groups.md) ## zigbee2mqtt/bridge/(bind|unbind)/[friendly_name]