I am checking JSON, I have a set values get returned:
{ "status": { "code": 200, "text": "OK" }, "response": { "authenticated": false, "results": 16 }, "results": { "accounts": "OK", "audioprompts": "OK", "authenticate": "OK", "calls": "OK", "conferences": "OK", "connectors": "OK", "contacts": "OK", "countries": "OK", "diverts": "OK", "documentation": "OK", "numbers": "OK", "queues": "OK", "sip": "OK", "sms": "OK", "status": "OK", "voicemail": "OK" } }
I want to glean values or even just check that it is equal to above.
I am using an "HTTP XML/REST Value" sensor.
I guess the magic, would occur in XML Node (and optional property).
Add comment