Mettre à jour 'README.md'

This commit is contained in:
Th3maz1ng 2019-04-05 13:06:33 +02:00
parent 8f2d2bcf48
commit b00de52686

View File

@ -109,13 +109,35 @@ SSID : 'MyHotspotSSID'
PASSWORD : 'MySuperSecuredPassword' PASSWORD : 'MySuperSecuredPassword'
``` ```
### System WEB api :
Here is a list of the available api calls for the board :
* /sab/web/apitester
* HTTP request method : ALL
* Description : Test if the api system is available
* Response format : JSON
* OK : { "status" : "ok", "API" : "available" }
* FAIL : NOTHING
* /sab/view/next
* HTTP request method : GET
* Description : Display the next view on the screen
* Response format : JSON
* OK : { "status" : "ok", "ViewUID" : "UID" }
* FAIL : NOTHING
/sab/rtc/get/datetime
/sab/sdcard/eject
/sab/sdcard/insert
/esp/restart
/esp/reset
### Things to do : ### Things to do :
* Screen Manager ✓ * Screen Manager ✓
* µSDcard File System (In progress) * µSDcard File System
* File Config Parser ✓ * File Config Parser ✓
* Templated Dictionary Class ✓ * Templated Dictionary Class ✓
* RTC Manager ✓ * RTC Manager ✓
* RTC FLASH Manager * RTC FLASH Manager
* FTP Service * FTP Service
* WEB Service * WEB ServerManager ✓
* GPIO Util * GPIO Util