Afternoon all,
I have something I have been struggling with. I am monitoring a device using the https advanced (beta) sensor. I get a json response formatted like so:
[ { "name": "name 1 ", "healthStatus": 1, "id": "dffe3364-3eea-4646-bfb3-e49c027d651e" }, { "name": "name 2", "healthStatus": 1, "id": "f3cdfds1-43f7-471a-82bf-c85dc1bfdbbc" } ]
I am trying to have the sensor create channels that will have the name listed under name:, and the status will be returned by "healthStatus". I am failing miserably! Can anyone help me?
Add comment