Fix blower disassociation on web page
Option for outputting the version number of firmware from JSON. Example:
http://192.168.0.1/stoker.json?version=true
The output:
{ "stoker" : { "version" : "2.7.0.7", "sensors" : [ { "id" : id, "name" : name, "al" : al, "ta" : ta, "th" : th, "tl" : tl, "tc" : tc, "blower" : blower_id }, ... ], "blowers" : [ { "id" : id, "name" : name, "on": on }, ... ] } }
This is compatible with JSONP so this is also valid:
http://192.168.0.1/stoker.json?version=true&callback=parseResponse
Version 2.7.0.7