EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Variables
SmartSwitchController.cpp File Reference
#include <functional>
#include "SmartSwitchController.h"

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"
 

Variable Documentation

◆ bootStateKey

const char* bootStateKey = "bstate"

Definition at line 21 of file SmartSwitchController.cpp.

◆ buttonKey

const char* buttonKey = "button"

Definition at line 19 of file SmartSwitchController.cpp.

◆ commandKey

const char* commandKey = "cmd"

Definition at line 18 of file SmartSwitchController.cpp.

◆ CONFIG_FILE

constexpr auto CONFIG_FILE = "/customconf.json"
constexpr

Custom configuration file name.

Definition at line 11 of file SmartSwitchController.cpp.

◆ linkKey

const char* linkKey = "link"

Definition at line 20 of file SmartSwitchController.cpp.

◆ relayKey

const char* relayKey = "rly"

Definition at line 17 of file SmartSwitchController.cpp.