NextDom\Enums\ConfigKey
Class ConfigKey
Synopsis
class ConfigKey
extends Enum
{
- // constants
- const API = 'api';
- const CMD_PUSH_URL = 'cmdPushUrl';
- const ENABLE_CRON = 'enableCron';
- const ENABLE_SCENARIO = 'enableScenario';
- const EVENT_WAIT_POLLING = 'event::waitPollingTime';
- const HARDWARE_NAME = 'hardware_name';
- const IGNORE_HOUR_CHECK = 'ignoreHourCheck';
- const LOG_LEVEL = 'log::level';
- const MARKET_ADDRESS = 'market::address';
- const NEXTDOM_INSTALL_KEY = 'nextdom::installKey';
- const OBJECT_SUMMARY = 'object:summary';
- const TMP_FOLDER = 'folder::tmp';
- const UPDATE_CMD_TO_VALUE = 'updateCmdToValue';
- const WIDGET_BACKGROUND_OPACITY = 'widget::background-opacity';
- const NOTIFY_STATUS = 'notify::status';
- const NOTIFY_POSITION = 'notify::position';
- const NOTIFY_TIMEOUT = 'notify::timeout';
- const NEXTDOM_FIRST_USE = 'nextdom::firstUse';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
API | 'api' |
CMD_PUSH_URL | 'cmdPushUrl' |
ENABLE_CRON | 'enableCron' |
ENABLE_SCENARIO | 'enableScenario' |
EVENT_WAIT_POLLING | 'event::waitPollingTime' |
HARDWARE_NAME | 'hardware_name' |
IGNORE_HOUR_CHECK | 'ignoreHourCheck' |
LOG_LEVEL | 'log::level' |
MARKET_ADDRESS | 'market::address' |
NEXTDOM_INSTALL_KEY | 'nextdom::installKey' |
OBJECT_SUMMARY | 'object:summary' |
TMP_FOLDER | 'folder::tmp' |
UPDATE_CMD_TO_VALUE | 'updateCmdToValue' |
WIDGET_BACKGROUND_OPACITY | 'widget::background-opacity' |
NOTIFY_STATUS | 'notify::status' |
NOTIFY_POSITION | 'notify::position' |
NOTIFY_TIMEOUT | 'notify::timeout' |
NEXTDOM_FIRST_USE | 'nextdom::firstUse' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()