enum

Patlite::PHN::Status::Light

Inherits Enum < Comparable < Value < Object

Constants

OFF = 0
ON = 1
FLASH = 2

Instance methods

flash?

Returns true if this enum value equals FLASH

Source
off?

Returns true if this enum value equals OFF

Source
on?

Returns true if this enum value equals ON

Source