interface Base {
    close(): MaybePromise;
    open(request: ValveConfigurationAndControl.OpenRequest): MaybePromise;
}

Methods

Methods

  • This command is used to set the valve to its closed position.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 4.6.8.2

  • This command is used to set the valve to its open position.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 4.6.8.1