Closed thompcd closed 1 year ago
Tested, fixed in #9 .
Added LED status indicators to help diagnose bad messages, updated wiki:
(5x) - MQTT command bad syntax
Ensure the configuration command is in proper json format and does not contain any formatting errors. Copy/paste the contents into a json formatter to determine if any typos exist in the formatting. Example site: https://jsonlint.com/ Ensure the topic of the command conforms to the proper command topic structure (6x) - MQTT command unsupported
Ensure the register name within the command topic matches a valid config.txt configuration parameter topic Ensure the body of the command contains a key / value for "value" : (desiredValue)
To Reproduce Steps to reproduce the behavior:
Expected behavior