JSON API reference?
Is there a reference available for the JSON API?
I see the information in the manual but certain fields, such as "unit_type": [3,16], and "probe_type": 0, are a bit cryptic and I'd rather not have to resort to reverse-engineering the values.
Specifically I need to know the sensor type (temp, humid, etc) and the configured units (C, F) so we can harvest the values with confidence.
thanks!
I see the information in the manual but certain fields, such as "unit_type": [3,16], and "probe_type": 0, are a bit cryptic and I'd rather not have to resort to reverse-engineering the values.
Specifically I need to know the sensor type (temp, humid, etc) and the configured units (C, F) so we can harvest the values with confidence.
thanks!
This discussion has been closed.
Comments
This might help you as a guide which I find in their website.
https://serverscheck.com/sensors/integration/json.asp
Unfortunately, that's all I have already.
These JSON URLS are quite handy for retrieving JSON data about the sensors
What we need help with is interpreting the results....