From a682e1dee5d064f90ae0b2a30925b392bffa7632 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 3 Nov 2015 00:05:38 +0100 Subject: [PATCH] Updated the example configuration. --- config-sample.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-sample.json b/config-sample.json index 9ade805..9f7d4d1 100644 --- a/config-sample.json +++ b/config-sample.json @@ -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": "",