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
curl -s --user "http://localhost:51828/?accessoryId=charge_port_door_openWN" {"success":true} curl -s --user "http://localhost:51828/?accessoryId=lockedLN" {"success":true}
"windowcoverings": [ { "id": "charge_port_door_openWN", "name": "Tesla's Charge Port", "open_url": "http://localhost:11111/charge_port_door_opeNN", "close_url": "http://localhost:11111/charge_port_door_close", "auto_set_current_positioNN": true <----- I don't think this works } "lockmechanisms": [ { "id": "lockedLN", "name": "Tesla's Door", "open_url": "http://localhost:11111/door_unlock", "close_url": "http://localhost:11111/door_lock" }
I included this to show in general getting state works curl -s --user "http://localhost:51828/?accessoryId=sentry_modeSN" {"success":true,"currentState":"1"}
The text was updated successfully, but these errors were encountered:
Yes, this is not implemented, yet.
Sorry, something went wrong.
No branches or pull requests
curl -s --user "http://localhost:51828/?accessoryId=charge_port_door_openWN"
{"success":true}
curl -s --user "http://localhost:51828/?accessoryId=lockedLN"
{"success":true}
I included this to show in general getting state works
curl -s --user "http://localhost:51828/?accessoryId=sentry_modeSN"
{"success":true,"currentState":"1"}
The text was updated successfully, but these errors were encountered: