homebridge-http-webhooks
homebridge-http-webhooks copied to clipboard
Missing state response for locks and windows
curl -s --user
"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
Yes, this is not implemented, yet.