mcer12/Hugo-ESP8266

configuration webpage doesn't show complete payload

ravi-ramadoss opened this issue · 1 comments

Issue:
I have set the value of "{"siteId": "hugo1"}" in the payload value. The setting is saved in Hugo. It sends the correct payload to Matt server. But it doesn't show up when I open the configuration page again.

Actual:
Screen Shot 2020-06-30 at 7 41 55 AM

Expected:
The complete string "{"siteId": "hugo1"}" should show up in the configuration page

It only accepts simple text/number strings. It's stored in json file so the payload itself being json is not gonna work, or at least not correctly :) The main issue would probably be the quotes. You should do something like Topic: siteId, Payload: hugo1