enum

PlaceOS::Driver::Interface::Powerable::PowerState

Inherits Enum < Comparable < Value < Object

Constants

On = 0
Off = 1
FullOff = 2

Instance methods

full_off?

Returns true if this enum value equals FullOff

Source
off?

Returns true if this enum value equals Off

Source
on?

Returns true if this enum value equals On

Source