I have the following JSON data available:
{"return_value": 0, "id": "switch01", "name": "first_switch", "hardware": "esp8266", "connected": true}
But if I want to use the "return_value" key it does not show the value of it on freeboard, there is just a blank. The JSON key "return_value" is there to be used but the value of it is not visible at any point. All the other key values are visible. What could be the issue here?
Hi,
I have the following JSON data available: {"return_value": 0, "id": "switch01", "name": "first_switch", "hardware": "esp8266", "connected": true}
But if I want to use the "return_value" key it does not show the value of it on freeboard, there is just a blank. The JSON key "return_value" is there to be used but the value of it is not visible at any point. All the other key values are visible. What could be the issue here?