mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Add new commands definitions (WifiScan, WifiTest)
This commit is contained in:
parent
02aa432384
commit
de84f6781f
@ -207,6 +207,11 @@
|
||||
#define D_JSON_WEIGHT "Weight"
|
||||
#define D_JSON_WIFI "Wifi"
|
||||
#define D_JSON_WIFI_MODE "Mode"
|
||||
#define D_JSON_NOT_STARTED "Not Started"
|
||||
#define D_JSON_SCANNING "Scanning"
|
||||
#define D_JSON_TESTING "Testing"
|
||||
#define D_JSON_BUSY "Busy"
|
||||
#define D_JSON_ENCRYPTION "Encryption"
|
||||
#define D_JSON_WRONG "Wrong"
|
||||
#define D_JSON_WRONG_PARAMETERS "Wrong parameters"
|
||||
#define D_JSON_YESTERDAY "Yesterday"
|
||||
@ -309,6 +314,8 @@
|
||||
#define D_CMND_PASSWORD "Password"
|
||||
#define D_CMND_HOSTNAME "Hostname"
|
||||
#define D_CMND_WIFI "Wifi"
|
||||
#define D_CMND_WIFISCAN "WiFiScan"
|
||||
#define D_CMND_WIFITEST "WiFiTest"
|
||||
#define D_CMND_ETHERNET "Ethernet"
|
||||
#define D_CMND_WIFICONFIG "WifiConfig"
|
||||
#define D_WCFG_0_RESTART "Restart"
|
||||
|
Loading…
x
Reference in New Issue
Block a user