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`.