mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-16 21:03:09 +00:00
Updated the example configuration.
This commit is contained in:
@@ -201,7 +201,9 @@
|
||||
"accessory": "Http",
|
||||
"name": "Kitchen Lamp",
|
||||
"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_body": "{\"state\":\"Off\"}",
|
||||
"brightness_url": "https://192.168.1.22:3030/devices/23222/brightness/%b",
|
||||
"username": "",
|
||||
"password": "",
|
||||
|
||||
Reference in New Issue
Block a user