@@ -4,12 +4,12 @@ can be in JSON or plain text
4
4
5
5
## Input
6
6
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> `
8
8
9
9
* json=yes
10
10
the output format
11
11
* 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`
13
13
* version
14
14
version of webUI
15
15
* setup flag
@@ -34,7 +34,6 @@ can be in JSON or plain text
34
34
"WebCommunication":"Synchronous",
35
35
"WebSocketIP":"192.168.2.117",
36
36
"WebSocketPort":"81",
37
- "WebSocketSubProtocol":"webui-v3",
38
37
"Hostname":"esp3d",
39
38
"WiFiMode":"STA",
40
39
"WebUpdate":"Enabled",
@@ -86,8 +85,6 @@ can be in JSON or plain text
86
85
Ip address for the websocket terminal `192.168.2.117`
87
86
* `WebSocketPort`
88
87
Port for the web socket terminal `81`
89
- * `WebSocketSubProtocol` (not yet implemented)
90
- Sub protocol to be used (e.g: `webui-v3`)
91
88
* `Hostname`
92
89
Hostname of ESP3D or main Baord `esp3d`
93
90
* `WiFiMode`
@@ -96,7 +93,7 @@ can be in JSON or plain text
96
93
Inform webUI the feature is available or not, can be `Enabled` or `Disabled`
97
94
* `FlashFileSystem` (currently `FileSystem`, to be updated soon )
98
95
The file system used by ESP board can be `LittleFS`, `SPIFFS`, `Fat`, `none`
99
- * `HostPath` (not yet implemented)
96
+ * `HostPath`
100
97
Path where the preferences.json and index.html.gz are stored and can be updated (e.g: `www`)
101
98
* `Time`
102
99
Type of time support
0 commit comments