-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
In the example below I first retrieve the state of a switch (Garageleft).
However when doing the same for a thermostat (wake_heat) no state values are returned.
How do I get the targeted temperature from a thermostat using a url request?
$ id=Garageleft
$ curl "http://localhost:51828/?accessoryId=$id"
{"success":true,"state":false}
$ id=wake_heat
$ curl "http://localhost:51828/?accessoryId=$id"
{"success":true}