Currently in API Doc v1.4.1 there is:
online_state – The current online state of the device. Possible values are: online, of-fline.
This is not true.
It should be:
online_state – The current online state of the device. Possible values are: Online, Offline
Example data:
"online_state": "Online",
"online_state": "Offline",
This is important to use case sensitive values in Documentation.
And of course there should not be a dash in negative answer - I know this dash is only a efecto of document formating but, I'm wondering if could you make it in another way, for example by enumerating possible values in a sub-list.
Regards,
mLipok