NextDom\Enums\EqLogicConfigKey
Common configuration keys
Synopsis
class EqLogicConfigKey
extends Enum
{
- // constants
- const BATTERY_WARNING_THRESHOLD = 'battery_warning_threshold';
- const BATTERY_DANGER_THRESHOLD = 'battery_danger_threshold';
- const BATTERY_TIME = 'batterytime';
- const BATTERY_TYPE = 'battery_type';
- const NO_BATTERY_CHECK = 'noBatterieCheck';
- const REPEAT_EVENT_MANAGEMENT = 'repeatEventManagement';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
| Name | Value |
|---|---|
| BATTERY_WARNING_THRESHOLD | 'battery_warning_threshold' |
| BATTERY_DANGER_THRESHOLD | 'battery_danger_threshold' |
| BATTERY_TIME | 'batterytime' |
| BATTERY_TYPE | 'battery_type' |
| NO_BATTERY_CHECK | 'noBatterieCheck' |
| REPEAT_EVENT_MANAGEMENT | 'repeatEventManagement' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()