We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
This isnt supported for all accessories yet. Feel free to contribute.
Sorry, something went wrong.
Could you point me to an implementation as a starting point? An accessor's code where it is implemented.
Should be here:
homebridge-http-webhooks/src/homekit/accessories/HttpWebHookThermostatAccessory.js
Line 95 in 9d90b25
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: