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

Go to the source code of this file.

Variables

constexpr auto CONFIG_FILE = "/customconf.json"
 Custom configuration file name. More...
 
const char * ledKey = "led"
 
const char * commandKey = "cmd"
 

Variable Documentation

◆ commandKey

const char* commandKey = "cmd"

Definition at line 19 of file LedController.cpp.

◆ CONFIG_FILE

constexpr auto CONFIG_FILE = "/customconf.json"
constexpr

Custom configuration file name.

Definition at line 11 of file LedController.cpp.

◆ ledKey

const char* ledKey = "led"

Definition at line 18 of file LedController.cpp.