enum

Matter::Cluster::Definitions::OtaSoftwareUpdateRequestor::AnnouncementReason

Inherits Enum < Comparable < Value < Object

Constants

SimpleAnnouncement = 0_u8

An OTA Provider is announcing its presence.

UpdateAvailable = 1_u8

An OTA Provider is announcing, either to a single Node or to a group of Nodes, that a new Software Image MAY be available.

UrgentUpdateAvailable = 2_u8

An OTA Provider is announcing, either to a single Node or to a group of Nodes, that a new Software Image MAY be available, which contains an update that needs to be applied urgently.

Instance methods

simple_announcement?

Returns true if this enum value equals SimpleAnnouncement

Source
update_available?

Returns true if this enum value equals UpdateAvailable

Source
urgent_update_available?

Returns true if this enum value equals UrgentUpdateAvailable

Source