diff --git a/README.md b/README.md index 5cfa9897..cb738edd 100644 --- a/README.md +++ b/README.md @@ -166,13 +166,13 @@ Will cause the ESP to subscribe to the topic `milight/commands/+/+/+` and interp Likewise, a pattern of the form: ``` -milight/states/:device_id/:device_type/:group_id +milight/state/:device_id/:device_type/:group_id ``` will cause the ESP to publish state updates to the topic (for example) ``` -milight/states/0x1234/rgb_cct/1 +milight/state/0x1234/rgb_cct/1 ``` Here's a brief description of supported topics: