Fix wrong IDs authored by Oliver Parczyk's avatar Oliver Parczyk
...@@ -21,6 +21,6 @@ proprietaryProtocol/<ID>/<COLOR>/off ...@@ -21,6 +21,6 @@ proprietaryProtocol/<ID>/<COLOR>/off
``` ```
A message to either of the topics (regardless of content) will either switch the light in question on or off. Ie. in order to switch the red LED on ProprietaryLight0 (ESP32 #0) on, one would need to send a message to A message to either of the topics (regardless of content) will either switch the light in question on or off. Ie. in order to switch the red LED on ProprietaryLight0 (ESP32 #0) on, one would need to send a message to
``` ```
proprietaryProtocol/0/red/on proprietaryProtocol/ProprietaryLight0/red/on
``` ```
Per default configuration, valid values for `<ID>` are `0`, `1`, and `2`, valid values for `<COLOR>` are `red` and `green`. Per default configuration, valid values for `<ID>` are `ProprietaryLight0`, `ProprietaryLight0`, and `ProprietaryLight0`, valid values for `<COLOR>` are `red` and `green`.