From bac3462a2a593b8e3d38e97b8b26921a8388d5c5 Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sat, 20 May 2017 21:35:39 +0200 Subject: [PATCH] Fixed wrong param See: https://github.com/toblum/McLighting/blob/master/Arduino/McLighting/McLighting.ino#L294 brightness needs values from 0 - 100 --- clients/homebridge/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/homebridge/config.json b/clients/homebridge/config.json index ace5db1..7e54bed 100644 --- a/clients/homebridge/config.json +++ b/clients/homebridge/config.json @@ -21,7 +21,7 @@ "brightness": { "status": "http:///get_brightness", - "url": "http:///set_brightness?p=%s" + "url": "http:///set_brightness?c=%s" }, "color": {