From bee6d03d80826ec6533652d70030ad83d31257b7 Mon Sep 17 00:00:00 2001 From: Kevin Mathy Date: Fri, 30 Oct 2015 23:02:46 +0100 Subject: [PATCH] New fields for Http Accessory --- config-sample.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config-sample.json b/config-sample.json index 0e04cfe..a2a0d5f 100644 --- a/config-sample.json +++ b/config-sample.json @@ -195,7 +195,11 @@ "on_url": "https://192.168.1.22:3030/devices/23222/on", "off_url": "https://192.168.1.22:3030/devices/23222/off", "brightness_url": "https://192.168.1.22:3030/devices/23222/brightness/%b", - "http_method": "POST" + "username": "", + "password": "", + "http_method": "POST", + "service": "Switch", + "brightnessHandling": "no" }, { "accessory": "HttpHygrometer",