
I may have found a little bug about unit which is like "mm/h" or "m/s" :
For example :
Debug :
Code: Select all
[8]=>
array(13) {
["devicelastseen"]=>
string(8) "18:46:15"
["devicelabel4"]=>
string(3) "m/s"
["devicevalue4"]=>
string(1) "0"
["devicelabel3"]=>
string(3) "m/s"
["devicevalue3"]=>
string(1) "0"
["devicelabel2"]=>
string(0) ""
["devicevalue2"]=>
string(2) "SE"
["devicelabel"]=>
string(2) "°"
["devicevalue"]=>
string(6) "135 °"
["devicelocation"]=>
string(0) ""
["devicename"]=>
string(4) "Wind"
["deviceicon"]=>
string(0) ""
["id"]=>
string(1) "9"
}
Display:
Wind | 135 ° | SE | 0 | 0 | 18:56:59
Unit 'm/s' has disappeared
I take advantage of this post to add ideas of improvement about Webeclient.
I will be really interested to add graph in the webclient page (with ajax for sure

I don't know if it complicates to code...
