Input to the ValveConfigurationAndControl open command

MatterSpecification.v13.Cluster § 4.6.8.1

interface OpenRequest {
    openDuration?: null | number;
    targetLevel?: number;
}

Hierarchy (view full)

Properties

openDuration?: null | number

This field shall indicate the duration that the valve will remain open for this specific Open command.

A value of null shall indicate the duration is not set, meaning that the valve will remain open until closed by the user or some other automation.

MatterSpecification.v13.Cluster § 4.6.8.1.1

targetLevel?: number

This field shall indicate the target level used for this specific Open command.

MatterSpecification.v13.Cluster § 4.6.8.1.2