Update to 3.1.0.BETA7

* Version Bump to 3.1.0.BETA7
 * small API changes
 * work to solve heap problems
This commit is contained in:
bpohvoodoo
2020-02-02 16:07:52 +01:00
parent 09a1b078f6
commit cac526215d
15 changed files with 1927 additions and 1869 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
"switch": {
"status": "http://<ESP_HOST>/get_switch",
"powerOn": "http://<ESP_HOST>/all?r=255&g=255&b=255",
"powerOn": "http://<ESP_HOST>/on",
"powerOff": "http://<ESP_HOST>/off"
},
@@ -27,7 +27,7 @@
"color": {
"status": "http://<ESP_HOST>/get_color",
"url": "http://<ESP_HOST>/set?m=0?rgb=%s",
"url": "http://<ESP_HOST>/set?m=0?rgb=00%s",
"brightness": true
}
}