mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-16 14:23:10 +01:00
New fields for Http Accessory
This commit is contained in:
@@ -195,7 +195,11 @@
|
|||||||
"on_url": "https://192.168.1.22:3030/devices/23222/on",
|
"on_url": "https://192.168.1.22:3030/devices/23222/on",
|
||||||
"off_url": "https://192.168.1.22:3030/devices/23222/off",
|
"off_url": "https://192.168.1.22:3030/devices/23222/off",
|
||||||
"brightness_url": "https://192.168.1.22:3030/devices/23222/brightness/%b",
|
"brightness_url": "https://192.168.1.22:3030/devices/23222/brightness/%b",
|
||||||
"http_method": "POST"
|
"username": "",
|
||||||
|
"password": "",
|
||||||
|
"http_method": "POST",
|
||||||
|
"service": "Switch",
|
||||||
|
"brightnessHandling": "no"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"accessory": "HttpHygrometer",
|
"accessory": "HttpHygrometer",
|
||||||
|
|||||||
Reference in New Issue
Block a user