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