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:
@@ -21,7 +21,7 @@
|
||||
|
||||
"brightness": {
|
||||
"status": "http://<ESP_HOST>/get_brightness",
|
||||
"url": "http://<ESP_HOST>/set_brightness?p=%s"
|
||||
"url": "http://<ESP_HOST>/set_brightness?c=%s"
|
||||
},
|
||||
|
||||
"color": {
|
||||
|
||||
Reference in New Issue
Block a user