Body of the ValveConfigurationAndControl valveStateChanged event

MatterSpecification.v13.Cluster § 4.6.9.1

interface ValveStateChangedEvent {
    valveLevel?: number;
    valveState: ValveConfigurationAndControl.ValveState;
}

Hierarchy (view full)

Properties

valveLevel?: number

This field shall indicate the new level of the valve.

MatterSpecification.v13.Cluster § 4.6.9.1.2

This field shall indicate the new state of the valve.

MatterSpecification.v13.Cluster § 4.6.9.1.1