#ifndef EPOWERSWITCH_CONFIG_H #define EPOWERSWITCH_CONFIG_H #include const std::string EPOWERSWITCH_OUTLET_SET_PREFIX = "ePowerSwitch_set_outlet_"; const std::string EPOWERSWITCH_OUTLET_GET_PREFIX = "ePowerSwitch_get_outlet_"; const std::string EPOWERSWITCH_OUTLETNUMBER_INFO_PREFIX = "ePowerSwitch_config_maxOutlet"; const std::string EPOWERSWITCH_DEFAULT_OUTLET_NAME = "Outlet"; const std::string EPOWERSWITCH_DEFAULT_OUTLET_STATUS = "Off"; #endif