EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Go to the source code of this file.
Variables | |
constexpr auto | CONFIG_FILE = "/customconf.json" |
Custom configuration file name. More... | |
const char * | relayKey = "rly" |
const char * | commandKey = "cmd" |
const char * | buttonKey = "button" |
const char * | linkKey = "link" |
const char * | bootStateKey = "bstate" |
const char* bootStateKey = "bstate" |
Definition at line 21 of file SmartSwitchController.cpp.
const char* buttonKey = "button" |
Definition at line 19 of file SmartSwitchController.cpp.
const char* commandKey = "cmd" |
Definition at line 18 of file SmartSwitchController.cpp.
|
constexpr |
Custom configuration file name.
Definition at line 11 of file SmartSwitchController.cpp.
const char* linkKey = "link" |
Definition at line 20 of file SmartSwitchController.cpp.
const char* relayKey = "rly" |
Definition at line 17 of file SmartSwitchController.cpp.