Input to the Actions enableAction command

MatterSpecification.v13.Core § 9.14.6.9

interface EnableActionRequest {
    actionId: number;
    invokeId?: number;
}

Hierarchy (view full)

Properties

Properties

actionId: number = ...
invokeId?: number = ...