enum

KNX::Priority

Inherits Enum < Comparable < Value < Object

Constants

SYSTEM = 0
ALARM = 1
HIGH = 2
LOW = 3

Instance methods

alarm?

Returns true if this enum value equals ALARM

Source
high?

Returns true if this enum value equals HIGH

Source
low?

Returns true if this enum value equals LOW

Source
system?

Returns true if this enum value equals SYSTEM

Source