mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-13 06:13:11 +01:00
Updated the example configuration.
This commit is contained in:
@@ -201,7 +201,9 @@
|
|||||||
"accessory": "Http",
|
"accessory": "Http",
|
||||||
"name": "Kitchen Lamp",
|
"name": "Kitchen Lamp",
|
||||||
"on_url": "https://192.168.1.22:3030/devices/23222/on",
|
"on_url": "https://192.168.1.22:3030/devices/23222/on",
|
||||||
|
"on_body": "{\"state\":\"On\"}",
|
||||||
"off_url": "https://192.168.1.22:3030/devices/23222/off",
|
"off_url": "https://192.168.1.22:3030/devices/23222/off",
|
||||||
|
"off_body": "{\"state\":\"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",
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user