Add new commands definitions (WifiScan, WifiTest)

This commit is contained in:
Adrian Scillato 2022-08-02 22:28:59 -07:00 committed by GitHub
parent 02aa432384
commit de84f6781f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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"