Input to the Actions enableActionWithDuration command

MatterSpecification.v13.Core § 9.14.6.10

interface EnableActionWithDurationRequest {
    actionId: number;
    duration: number;
    invokeId?: number;
}

Hierarchy (view full)

Properties

actionId: number
duration: number

This field shall indicate the requested duration in seconds.

MatterSpecification.v13.Core § 9.14.6.10.1

invokeId?: number