This commit is contained in:
FrYakaTKoP
2017-10-30 00:24:57 +01:00
parent b645ca08ee
commit d74caa1799

View File

@@ -10,7 +10,7 @@ Wifi Host for the Arduino-Laser-Spirograph
* motor2=1-128 * motor2=1-128
* motor3=1-128 * motor3=1-128
* /wificonfig -> * /wificonfig
* **GET** returns wifi settings * **GET** returns wifi settings
* **POST** sets new wifi setting{s} * **POST** sets new wifi setting{s}
* apMode=0: will try to connect to SSID first, 1: will directly start the AP * apMode=0: will try to connect to SSID first, 1: will directly start the AP
@@ -18,14 +18,14 @@ Wifi Host for the Arduino-Laser-Spirograph
* password=password * password=password
* save=true will save config to spiffs, false will only change RAM variable (useful for onetime ap joins) * save=true will save config to spiffs, false will only change RAM variable (useful for onetime ap joins)
* apply=true will reset wifi and try to connect with new param (buggy atm) * apply=true will reset wifi and try to connect with new param (buggy atm)
* /heap -> * /heap
* **GET** returns free heap of the ESP8266 * **GET** returns free heap of the ESP8266
* /files -> * /files
* **GET** returns list of files * **GET** returns list of files
* /presetMode -> * /presetMode
* **GET** returns current mode * **GET** returns current mode
* **POST** sets mode 0: presetsOff 1: cycle (not completed feature) * **POST** sets mode 0: presetsOff 1: cycle (not completed feature)
* /presets -> * /presets
* **GET** returns /presets.json * **GET** returns /presets.json