Body of the Actions stateChanged event

MatterSpecification.v13.Core § 9.14.7.1

interface StateChangedEvent {
    actionId: number;
    invokeId: number;
    newState: Actions.ActionState;
}

Hierarchy (view full)

Properties

actionId: number

This field shall be set to the ActionID of the action which has changed state.

MatterSpecification.v13.Core § 9.14.7.1.1

invokeId: number

This field shall be set to the InvokeID which was provided to the most recent command referencing this ActionID.

MatterSpecification.v13.Core § 9.14.7.1.2

This field shall be set to state that the action has changed to.

MatterSpecification.v13.Core § 9.14.7.1.3