NextDom\Enums\ScenarioExpressionAction
Class ScenarioExpressionAction
Synopsis
class ScenarioExpressionAction
extends Enum
{
- // constants
- const ICON = 'icon';
- const WAIT = 'wait';
- const SLEEP = 'sleep';
- const STOP = 'stop';
- const LOG = 'log';
- const MESSAGE = 'message';
- const ALERT = 'alert';
- const POPUP = 'popup';
- const EQUIPMENT = 'equipment';
- const EQUIPEMENT = 'equipement';
- const GOTODESIGN = 'gotodesign';
- const SCENARIO = 'scenario';
- const VARIABLE = 'variable';
- const DELETE_VARIABLE = 'delete_variable';
- const ASK = 'ask';
- const NEXTDOM_POWEROFF = 'nextdom_poweroff';
- const NEXTDOM_REBOOT = 'nextdom_reboot';
- const SCENARIO_RETURN = 'scenario_return';
- const REMOVE_INAT = 'remove_inat';
- const REPORT = 'report';
- const TAG = 'tag';
- const EVENT = 'event';
- const CMD = 'cmd';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
ICON | 'icon' |
WAIT | 'wait' |
SLEEP | 'sleep' |
STOP | 'stop' |
LOG | 'log' |
MESSAGE | 'message' |
ALERT | 'alert' |
POPUP | 'popup' |
EQUIPMENT | 'equipment' |
EQUIPEMENT | 'equipement' |
GOTODESIGN | 'gotodesign' |
SCENARIO | 'scenario' |
VARIABLE | 'variable' |
DELETE_VARIABLE | 'delete_variable' |
ASK | 'ask' |
NEXTDOM_POWEROFF | 'nextdom_poweroff' |
NEXTDOM_REBOOT | 'nextdom_reboot' |
SCENARIO_RETURN | 'scenario_return' |
REMOVE_INAT | 'remove_inat' |
REPORT | 'report' |
TAG | 'tag' |
EVENT | 'event' |
CMD | 'cmd' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()