Input to the ContentControl addBonusTime command

MatterSpecification.v13.Cluster § 6.13.8.6

interface AddBonusTimeRequest {
    bonusTime: number;
    pinCode?: string;
}

Hierarchy (view full)

Properties

Properties

bonusTime: number

This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field shall not exceed the remaining time of this day.

MatterSpecification.v13.Cluster § 6.13.8.6.2

pinCode?: string

This field shall indicate the PIN.

This field shall be optional for clients with Manage or greater privilege but shall be mandatory for clients with Operate privilege. The PIN provided in this field shall be used to guarantee that a client with Operate permission is allowed to invoke this command only if the PIN passed in this command is equal to the current PIN value.

MatterSpecification.v13.Cluster § 6.13.8.6.1