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.