mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add missing Power states (#12559)
This commit is contained in:
@ -28,9 +28,11 @@ abstract class PowerState
|
||||
|
||||
const STATES = [
|
||||
'powered off' => self::OFF,
|
||||
'poweredoff' => self::OFF,
|
||||
'shut off' => self::OFF,
|
||||
|
||||
'powered on' => self::ON,
|
||||
'poweredon' => self::ON,
|
||||
'running' => self::ON,
|
||||
|
||||
'suspended' => self::SUSPENDED,
|
||||
|
Reference in New Issue
Block a user