Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.

Home Page:http://freeboard.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Datasource key value not shown

oh2xx opened this issue · comments

commented

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?