configuration webpage doesn't show complete payload
ravi-ramadoss opened this issue · 1 comments
ravi-ramadoss commented
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.
Expected:
The complete string "{"siteId": "hugo1"}" should show up in the configuration page
mcer12 commented
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