enum

Matter::Cluster::Definitions::OtaSoftwareUpdateProviderClient::ApplyUpdateAction

Inherits Enum < Comparable < Value < Object

See Section 11.19.3.6, “Applying a software update” for the semantics of the values. This enumeration is used in the Action field of the ApplyUpdateResponse command. See (Section 11.19.6.5.4.1, “Action Field”).

Constants

Proceed = 0_u8

Apply the update.

AwaitNextAction = 1_u8

Wait at least the given delay time.

Discontinue = 2_u8

The OTA Provider is conveying a desire to rescind a previously provided Software Image.

Instance methods

await_next_action?

Returns true if this enum value equals AwaitNextAction

Source
discontinue?

Returns true if this enum value equals Discontinue

Source
proceed?

Returns true if this enum value equals Proceed

Source