@@ -4,12 +4,12 @@ can be in JSON or plain text
44
55## Input
66
7- ` [ESP800]json=yes time=2022-08-02-12-02-18 version=3.0.0-a11 setup=0 `
7+ ` [ESP800]< time=YYYY-MM-DDTHH:mm:ss> < version=3.0.0-a11> < setup=0/1> json=<no> pwd=<admin password> `
88
99 * json=yes
1010 the output format
1111 * time=
12- to set ESP3D time using format : `YYYY`-`MM`-`DD`-`HH24 `-`minutes`-`seconds`
12+ to set ESP3D time using ISO 8601 format : `YYYY`-`MM`-`DD`T`HH `-`minutes`-`seconds`
1313 * version
1414 version of webUI
1515 * setup flag
@@ -34,7 +34,6 @@ can be in JSON or plain text
3434 "WebCommunication":"Synchronous",
3535 "WebSocketIP":"192.168.2.117",
3636 "WebSocketPort":"81",
37- "WebSocketSubProtocol":"webui-v3",
3837 "Hostname":"esp3d",
3938 "WiFiMode":"STA",
4039 "WebUpdate":"Enabled",
@@ -86,8 +85,6 @@ can be in JSON or plain text
8685 Ip address for the websocket terminal `192.168.2.117`
8786 * `WebSocketPort`
8887 Port for the web socket terminal `81`
89- * `WebSocketSubProtocol` (not yet implemented)
90- Sub protocol to be used (e.g: `webui-v3`)
9188 * `Hostname`
9289 Hostname of ESP3D or main Baord `esp3d`
9390 * `WiFiMode`
@@ -96,7 +93,7 @@ can be in JSON or plain text
9693 Inform webUI the feature is available or not, can be `Enabled` or `Disabled`
9794 * `FlashFileSystem` (currently `FileSystem`, to be updated soon )
9895 The file system used by ESP board can be `LittleFS`, `SPIFFS`, `Fat`, `none`
99- * `HostPath` (not yet implemented)
96+ * `HostPath`
10097 Path where the preferences.json and index.html.gz are stored and can be updated (e.g: `www`)
10198 * `Time`
10299 Type of time support
0 commit comments