Fixed wrong param

See: https://github.com/toblum/McLighting/blob/master/Arduino/McLighting/McLighting.ino#L294
brightness needs values from 0 - 100
This commit is contained in:
Tobias Blum 2017-05-20 21:35:39 +02:00 committed by GitHub
parent 6a8a5c8597
commit bac3462a2a

View file

@ -21,7 +21,7 @@
"brightness": { "brightness": {
"status": "http://<ESP_HOST>/get_brightness", "status": "http://<ESP_HOST>/get_brightness",
"url": "http://<ESP_HOST>/set_brightness?p=%s" "url": "http://<ESP_HOST>/set_brightness?c=%s"
}, },
"color": { "color": {