Updated the example configuration.

This commit is contained in:
Christian
2015-11-03 00:05:38 +01:00
parent 5440694243
commit a682e1dee5

View File

@@ -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": "",