Input to the WindowCovering goToTiltValue command

MatterSpecification.v13.Cluster § 5.3.7.6

interface GoToTiltValueRequest {
    tiltValue: number;
}

Hierarchy (view full)

Properties

Properties

tiltValue: number

This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).

MatterSpecification.v13.Cluster § 5.3.7.6.1