Input to the Actions pauseActionWithDuration command

MatterSpecification.v13.Core § 9.14.6.7

interface PauseActionWithDurationRequest {
    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.7.1

invokeId?: number = ...