i have a question about json structure.
In the wiki some of the sensor does not require nvalue=0 in the url.
For example the counter require:
Code: Select all
/json.htm?type=command¶m=udevice&idx=idx&svalue=COUNTER
Code: Select all
/json.htm?type=command¶m=udevice&idx=idx&svalue=COUNTER&nvalue=0
Therefore why some sensors does not require this nvalue? And I wonder if there is any trouble to put one.
Indeed some others sensors must be finished by a
Code: Select all
;0
Thank you