Mettre à jour 'README.md'
This commit is contained in:
parent
ea06b7d4de
commit
a1fb1a3ae8
@ -123,13 +123,13 @@ Here is a list of the available api calls for the board :
|
|||||||
* Description : Display the next view on the screen
|
* Description : Display the next view on the screen
|
||||||
* Response format : JSON
|
* Response format : JSON
|
||||||
* OK : { "status" : "ok", "ViewUID" : "UID" }
|
* OK : { "status" : "ok", "ViewUID" : "UID" }
|
||||||
* FAIL : NOTHING
|
* FAIL : { "status" : "failed", "message" : "REASON" }
|
||||||
* /sab/view?id=x
|
* /sab/view?UID=x
|
||||||
* HTTP request method : GET
|
* HTTP request method : GET
|
||||||
* Description : Display the view with the corresponding id
|
* Description : Display the view with the corresponding id
|
||||||
* Response format : JSON
|
* Response format : JSON
|
||||||
* OK : { "status" : "ok", "ViewUID" : "UID" }
|
* OK : { "status" : "ok", "ViewUID" : "UID" }
|
||||||
* FAIL : NOTHING
|
* FAIL : { "status" : "failed", "message" : "REASON" }
|
||||||
/sab/rtc/get/datetime
|
/sab/rtc/get/datetime
|
||||||
/sab/sdcard/eject
|
/sab/sdcard/eject
|
||||||
/sab/sdcard/insert
|
/sab/sdcard/insert
|
||||||
|
Loading…
Reference in New Issue
Block a user