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:
parent
6a8a5c8597
commit
bac3462a2a
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue