letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.22k stars 2.2k forks source link

parentheses error on the json page #1260

Closed shin4299 closed 6 years ago

shin4299 commented 6 years ago

Adding a OLED display device to ESPEasy causes parentheses error on the json page.

"Sensors":[ { "TaskNumber":1, "Type":"Gases - CO2 MH-Z19", "TaskName":"CO2", "TaskValues": [ {"ValueNumber":1, "Name":"CO2", "Value":754}, {"ValueNumber":2, "Name":"Temperature", "Value":25.0}, {"ValueNumber":3, "Name":"U", "Value":0}] }, { "TaskNumber":2, "Type":"Display - OLED SSD1306", "TaskName":"OLED""TaskValues":# [ }] } ] }

Grovkillen commented 6 years ago

Thanks for the feedback, will fix!

TD-er commented 6 years ago

Should be fixed in the next build :)

Grovkillen commented 6 years ago

Please test and report back so we can close this issue.

Good job Gijs!

shin4299 commented 6 years ago

Thank you. It has been fixed. It works well.