@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace WindowCovering {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by WindowCoveringCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -23,7 +23,7 @@ export declare namespace WindowCovering {
|
|
|
23
23
|
* lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open and
|
|
24
24
|
* Close).
|
|
25
25
|
*
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
26
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.1
|
|
27
27
|
*/
|
|
28
28
|
Lift = "Lift",
|
|
29
29
|
/**
|
|
@@ -31,7 +31,7 @@ export declare namespace WindowCovering {
|
|
|
31
31
|
*
|
|
32
32
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.2
|
|
35
35
|
*/
|
|
36
36
|
Tilt = "Tilt",
|
|
37
37
|
/**
|
|
@@ -49,7 +49,7 @@ export declare namespace WindowCovering {
|
|
|
49
49
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported for
|
|
50
50
|
* new implementations.
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.4
|
|
53
53
|
*/
|
|
54
54
|
AbsolutePosition = "AbsolutePosition",
|
|
55
55
|
/**
|
|
@@ -62,7 +62,7 @@ export declare namespace WindowCovering {
|
|
|
62
62
|
/**
|
|
63
63
|
* Input to the WindowCovering goToLiftPercentage command
|
|
64
64
|
*
|
|
65
|
-
* @see {@link MatterSpecification.
|
|
65
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
66
66
|
*/
|
|
67
67
|
const TlvGoToLiftPercentageRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
68
68
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -70,14 +70,14 @@ export declare namespace WindowCovering {
|
|
|
70
70
|
/**
|
|
71
71
|
* Input to the WindowCovering goToLiftPercentage command
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
74
74
|
*/
|
|
75
75
|
interface GoToLiftPercentageRequest extends TypeFromSchema<typeof TlvGoToLiftPercentageRequest> {
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Input to the WindowCovering goToTiltPercentage command
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
81
81
|
*/
|
|
82
82
|
const TlvGoToTiltPercentageRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
83
83
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -85,52 +85,52 @@ export declare namespace WindowCovering {
|
|
|
85
85
|
/**
|
|
86
86
|
* Input to the WindowCovering goToTiltPercentage command
|
|
87
87
|
*
|
|
88
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
89
89
|
*/
|
|
90
90
|
interface GoToTiltPercentageRequest extends TypeFromSchema<typeof TlvGoToTiltPercentageRequest> {
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Input to the WindowCovering goToLiftValue command
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4
|
|
96
96
|
*/
|
|
97
97
|
const TlvGoToLiftValueRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
98
98
|
/**
|
|
99
99
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4.1
|
|
102
102
|
*/
|
|
103
103
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
104
104
|
}>;
|
|
105
105
|
/**
|
|
106
106
|
* Input to the WindowCovering goToLiftValue command
|
|
107
107
|
*
|
|
108
|
-
* @see {@link MatterSpecification.
|
|
108
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4
|
|
109
109
|
*/
|
|
110
110
|
interface GoToLiftValueRequest extends TypeFromSchema<typeof TlvGoToLiftValueRequest> {
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Input to the WindowCovering goToTiltValue command
|
|
114
114
|
*
|
|
115
|
-
* @see {@link MatterSpecification.
|
|
115
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6
|
|
116
116
|
*/
|
|
117
117
|
const TlvGoToTiltValueRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
118
118
|
/**
|
|
119
119
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6.1
|
|
122
122
|
*/
|
|
123
123
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
124
124
|
}>;
|
|
125
125
|
/**
|
|
126
126
|
* Input to the WindowCovering goToTiltValue command
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6
|
|
129
129
|
*/
|
|
130
130
|
interface GoToTiltValueRequest extends TypeFromSchema<typeof TlvGoToTiltValueRequest> {
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
* @see {@link MatterSpecification.
|
|
133
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.5
|
|
134
134
|
*/
|
|
135
135
|
enum WindowCoveringType {
|
|
136
136
|
/**
|
|
@@ -179,7 +179,7 @@ export declare namespace WindowCovering {
|
|
|
179
179
|
Unknown = 255
|
|
180
180
|
}
|
|
181
181
|
/**
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1
|
|
183
183
|
*/
|
|
184
184
|
const ConfigStatus: {
|
|
185
185
|
/**
|
|
@@ -191,7 +191,7 @@ export declare namespace WindowCovering {
|
|
|
191
191
|
*
|
|
192
192
|
* • 1 = Operational
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.1
|
|
195
195
|
*/
|
|
196
196
|
operational: BitFlag;
|
|
197
197
|
onlineReserved: BitFlag;
|
|
@@ -204,7 +204,7 @@ export declare namespace WindowCovering {
|
|
|
204
204
|
*
|
|
205
205
|
* • 1 = Lift movement is reversed
|
|
206
206
|
*
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.2
|
|
208
208
|
*/
|
|
209
209
|
liftMovementReversed: BitFlag;
|
|
210
210
|
/**
|
|
@@ -216,7 +216,7 @@ export declare namespace WindowCovering {
|
|
|
216
216
|
*
|
|
217
217
|
* • 1 = Lift control is position aware (PA_LF)
|
|
218
218
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
219
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.3
|
|
220
220
|
*/
|
|
221
221
|
liftPositionAware: BitFlag;
|
|
222
222
|
/**
|
|
@@ -228,7 +228,7 @@ export declare namespace WindowCovering {
|
|
|
228
228
|
*
|
|
229
229
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
230
230
|
*
|
|
231
|
-
* @see {@link MatterSpecification.
|
|
231
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.4
|
|
232
232
|
*/
|
|
233
233
|
tiltPositionAware: BitFlag;
|
|
234
234
|
/**
|
|
@@ -241,7 +241,7 @@ export declare namespace WindowCovering {
|
|
|
241
241
|
*
|
|
242
242
|
* • 1 = Encoder Controlled
|
|
243
243
|
*
|
|
244
|
-
* @see {@link MatterSpecification.
|
|
244
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.5
|
|
245
245
|
*/
|
|
246
246
|
liftEncoderControlled: BitFlag;
|
|
247
247
|
/**
|
|
@@ -254,7 +254,7 @@ export declare namespace WindowCovering {
|
|
|
254
254
|
*
|
|
255
255
|
* • 1 = Encoder Controlled
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.6
|
|
258
258
|
*/
|
|
259
259
|
tiltEncoderControlled: BitFlag;
|
|
260
260
|
};
|
|
@@ -270,7 +270,7 @@ export declare namespace WindowCovering {
|
|
|
270
270
|
*
|
|
271
271
|
* • 11b = Reserved
|
|
272
272
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3
|
|
274
274
|
*/
|
|
275
275
|
const OperationalStatus: {
|
|
276
276
|
/**
|
|
@@ -279,7 +279,7 @@ export declare namespace WindowCovering {
|
|
|
279
279
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
280
280
|
* operational state shall always reflect the overall motion of the device.
|
|
281
281
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.1
|
|
283
283
|
*/
|
|
284
284
|
global: BitFieldEnum<MovementStatus>;
|
|
285
285
|
/**
|
|
@@ -287,7 +287,7 @@ export declare namespace WindowCovering {
|
|
|
287
287
|
*
|
|
288
288
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
289
289
|
*
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.2
|
|
291
291
|
*/
|
|
292
292
|
lift: BitFieldEnum<MovementStatus>;
|
|
293
293
|
/**
|
|
@@ -295,7 +295,7 @@ export declare namespace WindowCovering {
|
|
|
295
295
|
*
|
|
296
296
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
297
297
|
*
|
|
298
|
-
* @see {@link MatterSpecification.
|
|
298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.3
|
|
299
299
|
*/
|
|
300
300
|
tilt: BitFieldEnum<MovementStatus>;
|
|
301
301
|
};
|
|
@@ -317,7 +317,7 @@ export declare namespace WindowCovering {
|
|
|
317
317
|
Closing = 2
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.6
|
|
321
321
|
*/
|
|
322
322
|
enum EndProductType {
|
|
323
323
|
/**
|
|
@@ -422,7 +422,7 @@ export declare namespace WindowCovering {
|
|
|
422
422
|
Unknown = 255
|
|
423
423
|
}
|
|
424
424
|
/**
|
|
425
|
-
* @see {@link MatterSpecification.
|
|
425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2
|
|
426
426
|
*/
|
|
427
427
|
const Mode: {
|
|
428
428
|
/**
|
|
@@ -434,7 +434,7 @@ export declare namespace WindowCovering {
|
|
|
434
434
|
*
|
|
435
435
|
* • 1 = Lift movement is reversed
|
|
436
436
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.1
|
|
438
438
|
*/
|
|
439
439
|
motorDirectionReversed: BitFlag;
|
|
440
440
|
/**
|
|
@@ -446,7 +446,7 @@ export declare namespace WindowCovering {
|
|
|
446
446
|
*
|
|
447
447
|
* • 1 = Calibration mode
|
|
448
448
|
*
|
|
449
|
-
* @see {@link MatterSpecification.
|
|
449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.2
|
|
450
450
|
*/
|
|
451
451
|
calibrationMode: BitFlag;
|
|
452
452
|
/**
|
|
@@ -458,7 +458,7 @@ export declare namespace WindowCovering {
|
|
|
458
458
|
*
|
|
459
459
|
* • 1 = Maintenance mode
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.3
|
|
462
462
|
*/
|
|
463
463
|
maintenanceMode: BitFlag;
|
|
464
464
|
/**
|
|
@@ -470,12 +470,12 @@ export declare namespace WindowCovering {
|
|
|
470
470
|
*
|
|
471
471
|
* • 1 = LEDs will display feedback
|
|
472
472
|
*
|
|
473
|
-
* @see {@link MatterSpecification.
|
|
473
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.4
|
|
474
474
|
*/
|
|
475
475
|
ledFeedback: BitFlag;
|
|
476
476
|
};
|
|
477
477
|
/**
|
|
478
|
-
* @see {@link MatterSpecification.
|
|
478
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.4
|
|
479
479
|
*/
|
|
480
480
|
const SafetyStatus: {
|
|
481
481
|
/**
|
|
@@ -540,28 +540,28 @@ export declare namespace WindowCovering {
|
|
|
540
540
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
541
541
|
* the window covering lift.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.2
|
|
544
544
|
*/
|
|
545
545
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
546
546
|
/**
|
|
547
547
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
548
548
|
* position.
|
|
549
549
|
*
|
|
550
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.4
|
|
551
551
|
*/
|
|
552
552
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
553
553
|
/**
|
|
554
554
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
555
555
|
* timed.
|
|
556
556
|
*
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.17
|
|
558
558
|
*/
|
|
559
559
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
560
560
|
/**
|
|
561
561
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
562
562
|
* or timed.
|
|
563
563
|
*
|
|
564
|
-
* @see {@link MatterSpecification.
|
|
564
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.18
|
|
565
565
|
*/
|
|
566
566
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
567
567
|
};
|
|
@@ -576,28 +576,28 @@ export declare namespace WindowCovering {
|
|
|
576
576
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
577
577
|
* angle of the window covering tilt.
|
|
578
578
|
*
|
|
579
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.3
|
|
580
580
|
*/
|
|
581
581
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
582
582
|
/**
|
|
583
583
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
584
584
|
* fully-open position.
|
|
585
585
|
*
|
|
586
|
-
* @see {@link MatterSpecification.
|
|
586
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.5
|
|
587
587
|
*/
|
|
588
588
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
589
589
|
/**
|
|
590
590
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
591
591
|
* encoded or timed.
|
|
592
592
|
*
|
|
593
|
-
* @see {@link MatterSpecification.
|
|
593
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.19
|
|
594
594
|
*/
|
|
595
595
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
596
596
|
/**
|
|
597
597
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
598
598
|
* encoded or timed.
|
|
599
599
|
*
|
|
600
|
-
* @see {@link MatterSpecification.
|
|
600
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.20
|
|
601
601
|
*/
|
|
602
602
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
603
603
|
};
|
|
@@ -611,7 +611,7 @@ export declare namespace WindowCovering {
|
|
|
611
611
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
612
612
|
* installed.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.6
|
|
615
615
|
*/
|
|
616
616
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
617
617
|
};
|
|
@@ -633,7 +633,7 @@ export declare namespace WindowCovering {
|
|
|
633
633
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
634
634
|
* returned.
|
|
635
635
|
*
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
637
637
|
*/
|
|
638
638
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
639
639
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -649,7 +649,7 @@ export declare namespace WindowCovering {
|
|
|
649
649
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
650
650
|
* installed.
|
|
651
651
|
*
|
|
652
|
-
* @see {@link MatterSpecification.
|
|
652
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.7
|
|
653
653
|
*/
|
|
654
654
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
655
655
|
};
|
|
@@ -671,7 +671,7 @@ export declare namespace WindowCovering {
|
|
|
671
671
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
672
672
|
* returned.
|
|
673
673
|
*
|
|
674
|
-
* @see {@link MatterSpecification.
|
|
674
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
675
675
|
*/
|
|
676
676
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
677
677
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -687,20 +687,20 @@ export declare namespace WindowCovering {
|
|
|
687
687
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
688
688
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
689
689
|
*
|
|
690
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.11
|
|
691
691
|
*/
|
|
692
692
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
693
693
|
/**
|
|
694
694
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
695
695
|
* 0.01%).
|
|
696
696
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.13
|
|
698
698
|
*/
|
|
699
699
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
700
700
|
/**
|
|
701
701
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.9
|
|
704
704
|
*/
|
|
705
705
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
706
706
|
};
|
|
@@ -722,7 +722,7 @@ export declare namespace WindowCovering {
|
|
|
722
722
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
723
723
|
* returned.
|
|
724
724
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
725
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
726
726
|
*/
|
|
727
727
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
728
728
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -738,20 +738,20 @@ export declare namespace WindowCovering {
|
|
|
738
738
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
739
739
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
740
740
|
*
|
|
741
|
-
* @see {@link MatterSpecification.
|
|
741
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.12
|
|
742
742
|
*/
|
|
743
743
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
744
744
|
/**
|
|
745
745
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
746
746
|
* 0.01%).
|
|
747
747
|
*
|
|
748
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.14
|
|
749
749
|
*/
|
|
750
750
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
751
751
|
/**
|
|
752
752
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
753
753
|
*
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.10
|
|
755
755
|
*/
|
|
756
756
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
757
757
|
};
|
|
@@ -773,7 +773,7 @@ export declare namespace WindowCovering {
|
|
|
773
773
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
774
774
|
* returned.
|
|
775
775
|
*
|
|
776
|
-
* @see {@link MatterSpecification.
|
|
776
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
777
777
|
*/
|
|
778
778
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
779
779
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -786,13 +786,13 @@ export declare namespace WindowCovering {
|
|
|
786
786
|
const LiftAndAbsolutePositionComponent: {
|
|
787
787
|
readonly commands: {
|
|
788
788
|
/**
|
|
789
|
-
* @see {@link MatterSpecification.
|
|
789
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4
|
|
790
790
|
*/
|
|
791
791
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
792
792
|
/**
|
|
793
793
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4.1
|
|
796
796
|
*/
|
|
797
797
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
798
798
|
}>, void, any>;
|
|
@@ -804,13 +804,13 @@ export declare namespace WindowCovering {
|
|
|
804
804
|
const TiltAndAbsolutePositionComponent: {
|
|
805
805
|
readonly commands: {
|
|
806
806
|
/**
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6
|
|
808
808
|
*/
|
|
809
809
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
810
810
|
/**
|
|
811
811
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
812
812
|
*
|
|
813
|
-
* @see {@link MatterSpecification.
|
|
813
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6.1
|
|
814
814
|
*/
|
|
815
815
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
816
816
|
}>, void, any>;
|
|
@@ -829,13 +829,13 @@ export declare namespace WindowCovering {
|
|
|
829
829
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
830
830
|
* and Close).
|
|
831
831
|
*
|
|
832
|
-
* @see {@link MatterSpecification.
|
|
832
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.1
|
|
833
833
|
*/
|
|
834
834
|
readonly lift: BitFlag;
|
|
835
835
|
/**
|
|
836
836
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.2
|
|
839
839
|
*/
|
|
840
840
|
readonly tilt: BitFlag;
|
|
841
841
|
/**
|
|
@@ -849,7 +849,7 @@ export declare namespace WindowCovering {
|
|
|
849
849
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
850
850
|
* for new implementations.
|
|
851
851
|
*
|
|
852
|
-
* @see {@link MatterSpecification.
|
|
852
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.4
|
|
853
853
|
*/
|
|
854
854
|
readonly absolutePosition: BitFlag;
|
|
855
855
|
/**
|
|
@@ -861,7 +861,7 @@ export declare namespace WindowCovering {
|
|
|
861
861
|
/**
|
|
862
862
|
* This attribute shall identify the type of window covering.
|
|
863
863
|
*
|
|
864
|
-
* @see {@link MatterSpecification.
|
|
864
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.1
|
|
865
865
|
*/
|
|
866
866
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
867
867
|
/**
|
|
@@ -870,7 +870,7 @@ export declare namespace WindowCovering {
|
|
|
870
870
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
871
871
|
* clearing of each bit is vendor specific.
|
|
872
872
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
873
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.8
|
|
874
874
|
*/
|
|
875
875
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
876
876
|
/**
|
|
@@ -882,7 +882,7 @@ export declare namespace WindowCovering {
|
|
|
882
882
|
*
|
|
883
883
|
* • 1 = Operational
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.1
|
|
886
886
|
*/
|
|
887
887
|
operational: BitFlag;
|
|
888
888
|
onlineReserved: BitFlag;
|
|
@@ -895,7 +895,7 @@ export declare namespace WindowCovering {
|
|
|
895
895
|
*
|
|
896
896
|
* • 1 = Lift movement is reversed
|
|
897
897
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
898
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.2
|
|
899
899
|
*/
|
|
900
900
|
liftMovementReversed: BitFlag;
|
|
901
901
|
/**
|
|
@@ -907,7 +907,7 @@ export declare namespace WindowCovering {
|
|
|
907
907
|
*
|
|
908
908
|
* • 1 = Lift control is position aware (PA_LF)
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.3
|
|
911
911
|
*/
|
|
912
912
|
liftPositionAware: BitFlag;
|
|
913
913
|
/**
|
|
@@ -919,7 +919,7 @@ export declare namespace WindowCovering {
|
|
|
919
919
|
*
|
|
920
920
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.4
|
|
923
923
|
*/
|
|
924
924
|
tiltPositionAware: BitFlag;
|
|
925
925
|
/**
|
|
@@ -932,7 +932,7 @@ export declare namespace WindowCovering {
|
|
|
932
932
|
*
|
|
933
933
|
* • 1 = Encoder Controlled
|
|
934
934
|
*
|
|
935
|
-
* @see {@link MatterSpecification.
|
|
935
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.5
|
|
936
936
|
*/
|
|
937
937
|
liftEncoderControlled: BitFlag;
|
|
938
938
|
/**
|
|
@@ -945,14 +945,14 @@ export declare namespace WindowCovering {
|
|
|
945
945
|
*
|
|
946
946
|
* • 1 = Encoder Controlled
|
|
947
947
|
*
|
|
948
|
-
* @see {@link MatterSpecification.
|
|
948
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.6
|
|
949
949
|
*/
|
|
950
950
|
tiltEncoderControlled: BitFlag;
|
|
951
951
|
}>, any>;
|
|
952
952
|
/**
|
|
953
953
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.15
|
|
956
956
|
*/
|
|
957
957
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
958
958
|
/**
|
|
@@ -961,7 +961,7 @@ export declare namespace WindowCovering {
|
|
|
961
961
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
962
962
|
* operational state shall always reflect the overall motion of the device.
|
|
963
963
|
*
|
|
964
|
-
* @see {@link MatterSpecification.
|
|
964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.1
|
|
965
965
|
*/
|
|
966
966
|
global: BitFieldEnum<MovementStatus>;
|
|
967
967
|
/**
|
|
@@ -969,7 +969,7 @@ export declare namespace WindowCovering {
|
|
|
969
969
|
*
|
|
970
970
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
971
971
|
*
|
|
972
|
-
* @see {@link MatterSpecification.
|
|
972
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.2
|
|
973
973
|
*/
|
|
974
974
|
lift: BitFieldEnum<MovementStatus>;
|
|
975
975
|
/**
|
|
@@ -977,7 +977,7 @@ export declare namespace WindowCovering {
|
|
|
977
977
|
*
|
|
978
978
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
979
979
|
*
|
|
980
|
-
* @see {@link MatterSpecification.
|
|
980
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.3
|
|
981
981
|
*/
|
|
982
982
|
tilt: BitFieldEnum<MovementStatus>;
|
|
983
983
|
}>, any>;
|
|
@@ -987,7 +987,7 @@ export declare namespace WindowCovering {
|
|
|
987
987
|
*
|
|
988
988
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.16
|
|
991
991
|
*/
|
|
992
992
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
993
993
|
/**
|
|
@@ -1000,7 +1000,7 @@ export declare namespace WindowCovering {
|
|
|
1000
1000
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1001
1001
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1002
1002
|
*
|
|
1003
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.21
|
|
1004
1004
|
*/
|
|
1005
1005
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1006
1006
|
/**
|
|
@@ -1012,7 +1012,7 @@ export declare namespace WindowCovering {
|
|
|
1012
1012
|
*
|
|
1013
1013
|
* • 1 = Lift movement is reversed
|
|
1014
1014
|
*
|
|
1015
|
-
* @see {@link MatterSpecification.
|
|
1015
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.1
|
|
1016
1016
|
*/
|
|
1017
1017
|
motorDirectionReversed: BitFlag;
|
|
1018
1018
|
/**
|
|
@@ -1024,7 +1024,7 @@ export declare namespace WindowCovering {
|
|
|
1024
1024
|
*
|
|
1025
1025
|
* • 1 = Calibration mode
|
|
1026
1026
|
*
|
|
1027
|
-
* @see {@link MatterSpecification.
|
|
1027
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.2
|
|
1028
1028
|
*/
|
|
1029
1029
|
calibrationMode: BitFlag;
|
|
1030
1030
|
/**
|
|
@@ -1036,7 +1036,7 @@ export declare namespace WindowCovering {
|
|
|
1036
1036
|
*
|
|
1037
1037
|
* • 1 = Maintenance mode
|
|
1038
1038
|
*
|
|
1039
|
-
* @see {@link MatterSpecification.
|
|
1039
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.3
|
|
1040
1040
|
*/
|
|
1041
1041
|
maintenanceMode: BitFlag;
|
|
1042
1042
|
/**
|
|
@@ -1048,7 +1048,7 @@ export declare namespace WindowCovering {
|
|
|
1048
1048
|
*
|
|
1049
1049
|
* • 1 = LEDs will display feedback
|
|
1050
1050
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1051
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.4
|
|
1052
1052
|
*/
|
|
1053
1053
|
ledFeedback: BitFlag;
|
|
1054
1054
|
}>, any>;
|
|
@@ -1057,7 +1057,7 @@ export declare namespace WindowCovering {
|
|
|
1057
1057
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1058
1058
|
* or several bit flags from this attribute (all optional).
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.22
|
|
1061
1061
|
*/
|
|
1062
1062
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1063
1063
|
/**
|
|
@@ -1144,7 +1144,7 @@ export declare namespace WindowCovering {
|
|
|
1144
1144
|
*
|
|
1145
1145
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1146
1146
|
*
|
|
1147
|
-
* @see {@link MatterSpecification.
|
|
1147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.1
|
|
1148
1148
|
*/
|
|
1149
1149
|
readonly upOrOpen: Command<void, void, any>;
|
|
1150
1150
|
/**
|
|
@@ -1177,7 +1177,7 @@ export declare namespace WindowCovering {
|
|
|
1177
1177
|
*
|
|
1178
1178
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1179
1179
|
*
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.2
|
|
1181
1181
|
*/
|
|
1182
1182
|
readonly downOrClose: Command<void, void, any>;
|
|
1183
1183
|
/**
|
|
@@ -1190,7 +1190,7 @@ export declare namespace WindowCovering {
|
|
|
1190
1190
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1191
1191
|
* value.
|
|
1192
1192
|
*
|
|
1193
|
-
* @see {@link MatterSpecification.
|
|
1193
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.3
|
|
1194
1194
|
*/
|
|
1195
1195
|
readonly stopMotion: Command<void, void, any>;
|
|
1196
1196
|
};
|
|
@@ -1210,28 +1210,28 @@ export declare namespace WindowCovering {
|
|
|
1210
1210
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
1211
1211
|
* the window covering lift.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.2
|
|
1214
1214
|
*/
|
|
1215
1215
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
1216
1216
|
/**
|
|
1217
1217
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
1218
1218
|
* position.
|
|
1219
1219
|
*
|
|
1220
|
-
* @see {@link MatterSpecification.
|
|
1220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.4
|
|
1221
1221
|
*/
|
|
1222
1222
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
1225
1225
|
* timed.
|
|
1226
1226
|
*
|
|
1227
|
-
* @see {@link MatterSpecification.
|
|
1227
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.17
|
|
1228
1228
|
*/
|
|
1229
1229
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
1232
1232
|
* or timed.
|
|
1233
1233
|
*
|
|
1234
|
-
* @see {@link MatterSpecification.
|
|
1234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.18
|
|
1235
1235
|
*/
|
|
1236
1236
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
1237
1237
|
};
|
|
@@ -1248,28 +1248,28 @@ export declare namespace WindowCovering {
|
|
|
1248
1248
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
1249
1249
|
* angle of the window covering tilt.
|
|
1250
1250
|
*
|
|
1251
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.3
|
|
1252
1252
|
*/
|
|
1253
1253
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
1254
1254
|
/**
|
|
1255
1255
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
1256
1256
|
* fully-open position.
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.5
|
|
1259
1259
|
*/
|
|
1260
1260
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
1261
1261
|
/**
|
|
1262
1262
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1263
1263
|
* encoded or timed.
|
|
1264
1264
|
*
|
|
1265
|
-
* @see {@link MatterSpecification.
|
|
1265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.19
|
|
1266
1266
|
*/
|
|
1267
1267
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
1268
1268
|
/**
|
|
1269
1269
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1270
1270
|
* encoded or timed.
|
|
1271
1271
|
*
|
|
1272
|
-
* @see {@link MatterSpecification.
|
|
1272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.20
|
|
1273
1273
|
*/
|
|
1274
1274
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
1275
1275
|
};
|
|
@@ -1284,7 +1284,7 @@ export declare namespace WindowCovering {
|
|
|
1284
1284
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
1285
1285
|
* installed.
|
|
1286
1286
|
*
|
|
1287
|
-
* @see {@link MatterSpecification.
|
|
1287
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.6
|
|
1288
1288
|
*/
|
|
1289
1289
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
1290
1290
|
};
|
|
@@ -1306,7 +1306,7 @@ export declare namespace WindowCovering {
|
|
|
1306
1306
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1307
1307
|
* returned.
|
|
1308
1308
|
*
|
|
1309
|
-
* @see {@link MatterSpecification.
|
|
1309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
1310
1310
|
*/
|
|
1311
1311
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1312
1312
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1323,7 +1323,7 @@ export declare namespace WindowCovering {
|
|
|
1323
1323
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
1324
1324
|
* installed.
|
|
1325
1325
|
*
|
|
1326
|
-
* @see {@link MatterSpecification.
|
|
1326
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.7
|
|
1327
1327
|
*/
|
|
1328
1328
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
1329
1329
|
};
|
|
@@ -1345,7 +1345,7 @@ export declare namespace WindowCovering {
|
|
|
1345
1345
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1346
1346
|
* returned.
|
|
1347
1347
|
*
|
|
1348
|
-
* @see {@link MatterSpecification.
|
|
1348
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
1349
1349
|
*/
|
|
1350
1350
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1351
1351
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1363,20 +1363,20 @@ export declare namespace WindowCovering {
|
|
|
1363
1363
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
1364
1364
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
1365
1365
|
*
|
|
1366
|
-
* @see {@link MatterSpecification.
|
|
1366
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.11
|
|
1367
1367
|
*/
|
|
1368
1368
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
1371
1371
|
* 0.01%).
|
|
1372
1372
|
*
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.13
|
|
1374
1374
|
*/
|
|
1375
1375
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
1378
1378
|
*
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.9
|
|
1380
1380
|
*/
|
|
1381
1381
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
1382
1382
|
};
|
|
@@ -1398,7 +1398,7 @@ export declare namespace WindowCovering {
|
|
|
1398
1398
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1399
1399
|
* returned.
|
|
1400
1400
|
*
|
|
1401
|
-
* @see {@link MatterSpecification.
|
|
1401
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
1402
1402
|
*/
|
|
1403
1403
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1404
1404
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1416,20 +1416,20 @@ export declare namespace WindowCovering {
|
|
|
1416
1416
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
1417
1417
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
1418
1418
|
*
|
|
1419
|
-
* @see {@link MatterSpecification.
|
|
1419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.12
|
|
1420
1420
|
*/
|
|
1421
1421
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
1422
1422
|
/**
|
|
1423
1423
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
1424
1424
|
* 0.01%).
|
|
1425
1425
|
*
|
|
1426
|
-
* @see {@link MatterSpecification.
|
|
1426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.14
|
|
1427
1427
|
*/
|
|
1428
1428
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
1429
1429
|
/**
|
|
1430
1430
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
1431
1431
|
*
|
|
1432
|
-
* @see {@link MatterSpecification.
|
|
1432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.10
|
|
1433
1433
|
*/
|
|
1434
1434
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
1435
1435
|
};
|
|
@@ -1451,7 +1451,7 @@ export declare namespace WindowCovering {
|
|
|
1451
1451
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1452
1452
|
* returned.
|
|
1453
1453
|
*
|
|
1454
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
1455
1455
|
*/
|
|
1456
1456
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1457
1457
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1466,13 +1466,13 @@ export declare namespace WindowCovering {
|
|
|
1466
1466
|
readonly component: {
|
|
1467
1467
|
readonly commands: {
|
|
1468
1468
|
/**
|
|
1469
|
-
* @see {@link MatterSpecification.
|
|
1469
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4
|
|
1470
1470
|
*/
|
|
1471
1471
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1472
1472
|
/**
|
|
1473
1473
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4.1
|
|
1476
1476
|
*/
|
|
1477
1477
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1478
1478
|
}>, void, any>;
|
|
@@ -1486,13 +1486,13 @@ export declare namespace WindowCovering {
|
|
|
1486
1486
|
readonly component: {
|
|
1487
1487
|
readonly commands: {
|
|
1488
1488
|
/**
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1489
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6
|
|
1490
1490
|
*/
|
|
1491
1491
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1492
1492
|
/**
|
|
1493
1493
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
1494
1494
|
*
|
|
1495
|
-
* @see {@link MatterSpecification.
|
|
1495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6.1
|
|
1496
1496
|
*/
|
|
1497
1497
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1498
1498
|
}>, void, any>;
|
|
@@ -1531,13 +1531,13 @@ export declare namespace WindowCovering {
|
|
|
1531
1531
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
1532
1532
|
* and Close).
|
|
1533
1533
|
*
|
|
1534
|
-
* @see {@link MatterSpecification.
|
|
1534
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.1
|
|
1535
1535
|
*/
|
|
1536
1536
|
readonly lift: BitFlag;
|
|
1537
1537
|
/**
|
|
1538
1538
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
1539
1539
|
*
|
|
1540
|
-
* @see {@link MatterSpecification.
|
|
1540
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.2
|
|
1541
1541
|
*/
|
|
1542
1542
|
readonly tilt: BitFlag;
|
|
1543
1543
|
/**
|
|
@@ -1551,7 +1551,7 @@ export declare namespace WindowCovering {
|
|
|
1551
1551
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
1552
1552
|
* for new implementations.
|
|
1553
1553
|
*
|
|
1554
|
-
* @see {@link MatterSpecification.
|
|
1554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.4
|
|
1555
1555
|
*/
|
|
1556
1556
|
readonly absolutePosition: BitFlag;
|
|
1557
1557
|
/**
|
|
@@ -1563,7 +1563,7 @@ export declare namespace WindowCovering {
|
|
|
1563
1563
|
/**
|
|
1564
1564
|
* This attribute shall identify the type of window covering.
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.1
|
|
1567
1567
|
*/
|
|
1568
1568
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
1569
1569
|
/**
|
|
@@ -1572,7 +1572,7 @@ export declare namespace WindowCovering {
|
|
|
1572
1572
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
1573
1573
|
* clearing of each bit is vendor specific.
|
|
1574
1574
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1575
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.8
|
|
1576
1576
|
*/
|
|
1577
1577
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1578
1578
|
/**
|
|
@@ -1584,7 +1584,7 @@ export declare namespace WindowCovering {
|
|
|
1584
1584
|
*
|
|
1585
1585
|
* • 1 = Operational
|
|
1586
1586
|
*
|
|
1587
|
-
* @see {@link MatterSpecification.
|
|
1587
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.1
|
|
1588
1588
|
*/
|
|
1589
1589
|
operational: BitFlag;
|
|
1590
1590
|
onlineReserved: BitFlag;
|
|
@@ -1597,7 +1597,7 @@ export declare namespace WindowCovering {
|
|
|
1597
1597
|
*
|
|
1598
1598
|
* • 1 = Lift movement is reversed
|
|
1599
1599
|
*
|
|
1600
|
-
* @see {@link MatterSpecification.
|
|
1600
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.2
|
|
1601
1601
|
*/
|
|
1602
1602
|
liftMovementReversed: BitFlag;
|
|
1603
1603
|
/**
|
|
@@ -1609,7 +1609,7 @@ export declare namespace WindowCovering {
|
|
|
1609
1609
|
*
|
|
1610
1610
|
* • 1 = Lift control is position aware (PA_LF)
|
|
1611
1611
|
*
|
|
1612
|
-
* @see {@link MatterSpecification.
|
|
1612
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.3
|
|
1613
1613
|
*/
|
|
1614
1614
|
liftPositionAware: BitFlag;
|
|
1615
1615
|
/**
|
|
@@ -1621,7 +1621,7 @@ export declare namespace WindowCovering {
|
|
|
1621
1621
|
*
|
|
1622
1622
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
1623
1623
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1624
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.4
|
|
1625
1625
|
*/
|
|
1626
1626
|
tiltPositionAware: BitFlag;
|
|
1627
1627
|
/**
|
|
@@ -1634,7 +1634,7 @@ export declare namespace WindowCovering {
|
|
|
1634
1634
|
*
|
|
1635
1635
|
* • 1 = Encoder Controlled
|
|
1636
1636
|
*
|
|
1637
|
-
* @see {@link MatterSpecification.
|
|
1637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.5
|
|
1638
1638
|
*/
|
|
1639
1639
|
liftEncoderControlled: BitFlag;
|
|
1640
1640
|
/**
|
|
@@ -1647,14 +1647,14 @@ export declare namespace WindowCovering {
|
|
|
1647
1647
|
*
|
|
1648
1648
|
* • 1 = Encoder Controlled
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.6
|
|
1651
1651
|
*/
|
|
1652
1652
|
tiltEncoderControlled: BitFlag;
|
|
1653
1653
|
}>, any>;
|
|
1654
1654
|
/**
|
|
1655
1655
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
1656
1656
|
*
|
|
1657
|
-
* @see {@link MatterSpecification.
|
|
1657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.15
|
|
1658
1658
|
*/
|
|
1659
1659
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1660
1660
|
/**
|
|
@@ -1663,7 +1663,7 @@ export declare namespace WindowCovering {
|
|
|
1663
1663
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
1664
1664
|
* operational state shall always reflect the overall motion of the device.
|
|
1665
1665
|
*
|
|
1666
|
-
* @see {@link MatterSpecification.
|
|
1666
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.1
|
|
1667
1667
|
*/
|
|
1668
1668
|
global: BitFieldEnum<MovementStatus>;
|
|
1669
1669
|
/**
|
|
@@ -1671,7 +1671,7 @@ export declare namespace WindowCovering {
|
|
|
1671
1671
|
*
|
|
1672
1672
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
1673
1673
|
*
|
|
1674
|
-
* @see {@link MatterSpecification.
|
|
1674
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.2
|
|
1675
1675
|
*/
|
|
1676
1676
|
lift: BitFieldEnum<MovementStatus>;
|
|
1677
1677
|
/**
|
|
@@ -1679,7 +1679,7 @@ export declare namespace WindowCovering {
|
|
|
1679
1679
|
*
|
|
1680
1680
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
1681
1681
|
*
|
|
1682
|
-
* @see {@link MatterSpecification.
|
|
1682
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.3
|
|
1683
1683
|
*/
|
|
1684
1684
|
tilt: BitFieldEnum<MovementStatus>;
|
|
1685
1685
|
}>, any>;
|
|
@@ -1689,7 +1689,7 @@ export declare namespace WindowCovering {
|
|
|
1689
1689
|
*
|
|
1690
1690
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
1691
1691
|
*
|
|
1692
|
-
* @see {@link MatterSpecification.
|
|
1692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.16
|
|
1693
1693
|
*/
|
|
1694
1694
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
1695
1695
|
/**
|
|
@@ -1702,7 +1702,7 @@ export declare namespace WindowCovering {
|
|
|
1702
1702
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1703
1703
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1704
1704
|
*
|
|
1705
|
-
* @see {@link MatterSpecification.
|
|
1705
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.21
|
|
1706
1706
|
*/
|
|
1707
1707
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1708
1708
|
/**
|
|
@@ -1714,7 +1714,7 @@ export declare namespace WindowCovering {
|
|
|
1714
1714
|
*
|
|
1715
1715
|
* • 1 = Lift movement is reversed
|
|
1716
1716
|
*
|
|
1717
|
-
* @see {@link MatterSpecification.
|
|
1717
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.1
|
|
1718
1718
|
*/
|
|
1719
1719
|
motorDirectionReversed: BitFlag;
|
|
1720
1720
|
/**
|
|
@@ -1726,7 +1726,7 @@ export declare namespace WindowCovering {
|
|
|
1726
1726
|
*
|
|
1727
1727
|
* • 1 = Calibration mode
|
|
1728
1728
|
*
|
|
1729
|
-
* @see {@link MatterSpecification.
|
|
1729
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.2
|
|
1730
1730
|
*/
|
|
1731
1731
|
calibrationMode: BitFlag;
|
|
1732
1732
|
/**
|
|
@@ -1738,7 +1738,7 @@ export declare namespace WindowCovering {
|
|
|
1738
1738
|
*
|
|
1739
1739
|
* • 1 = Maintenance mode
|
|
1740
1740
|
*
|
|
1741
|
-
* @see {@link MatterSpecification.
|
|
1741
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.3
|
|
1742
1742
|
*/
|
|
1743
1743
|
maintenanceMode: BitFlag;
|
|
1744
1744
|
/**
|
|
@@ -1750,7 +1750,7 @@ export declare namespace WindowCovering {
|
|
|
1750
1750
|
*
|
|
1751
1751
|
* • 1 = LEDs will display feedback
|
|
1752
1752
|
*
|
|
1753
|
-
* @see {@link MatterSpecification.
|
|
1753
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.4
|
|
1754
1754
|
*/
|
|
1755
1755
|
ledFeedback: BitFlag;
|
|
1756
1756
|
}>, any>;
|
|
@@ -1759,7 +1759,7 @@ export declare namespace WindowCovering {
|
|
|
1759
1759
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1760
1760
|
* or several bit flags from this attribute (all optional).
|
|
1761
1761
|
*
|
|
1762
|
-
* @see {@link MatterSpecification.
|
|
1762
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.22
|
|
1763
1763
|
*/
|
|
1764
1764
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1765
1765
|
/**
|
|
@@ -1846,7 +1846,7 @@ export declare namespace WindowCovering {
|
|
|
1846
1846
|
*
|
|
1847
1847
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1848
1848
|
*
|
|
1849
|
-
* @see {@link MatterSpecification.
|
|
1849
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.1
|
|
1850
1850
|
*/
|
|
1851
1851
|
readonly upOrOpen: Command<void, void, any>;
|
|
1852
1852
|
/**
|
|
@@ -1879,7 +1879,7 @@ export declare namespace WindowCovering {
|
|
|
1879
1879
|
*
|
|
1880
1880
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1881
1881
|
*
|
|
1882
|
-
* @see {@link MatterSpecification.
|
|
1882
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.2
|
|
1883
1883
|
*/
|
|
1884
1884
|
readonly downOrClose: Command<void, void, any>;
|
|
1885
1885
|
/**
|
|
@@ -1892,7 +1892,7 @@ export declare namespace WindowCovering {
|
|
|
1892
1892
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1893
1893
|
* value.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.3
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly stopMotion: Command<void, void, any>;
|
|
1898
1898
|
};
|
|
@@ -1912,28 +1912,28 @@ export declare namespace WindowCovering {
|
|
|
1912
1912
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
1913
1913
|
* the window covering lift.
|
|
1914
1914
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.2
|
|
1916
1916
|
*/
|
|
1917
1917
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
1918
1918
|
/**
|
|
1919
1919
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
1920
1920
|
* position.
|
|
1921
1921
|
*
|
|
1922
|
-
* @see {@link MatterSpecification.
|
|
1922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.4
|
|
1923
1923
|
*/
|
|
1924
1924
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
1925
1925
|
/**
|
|
1926
1926
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
1927
1927
|
* timed.
|
|
1928
1928
|
*
|
|
1929
|
-
* @see {@link MatterSpecification.
|
|
1929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.17
|
|
1930
1930
|
*/
|
|
1931
1931
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
1932
1932
|
/**
|
|
1933
1933
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
1934
1934
|
* or timed.
|
|
1935
1935
|
*
|
|
1936
|
-
* @see {@link MatterSpecification.
|
|
1936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.18
|
|
1937
1937
|
*/
|
|
1938
1938
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
1939
1939
|
};
|
|
@@ -1950,28 +1950,28 @@ export declare namespace WindowCovering {
|
|
|
1950
1950
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
1951
1951
|
* angle of the window covering tilt.
|
|
1952
1952
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1953
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.3
|
|
1954
1954
|
*/
|
|
1955
1955
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
1956
1956
|
/**
|
|
1957
1957
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
1958
1958
|
* fully-open position.
|
|
1959
1959
|
*
|
|
1960
|
-
* @see {@link MatterSpecification.
|
|
1960
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.5
|
|
1961
1961
|
*/
|
|
1962
1962
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
1963
1963
|
/**
|
|
1964
1964
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1965
1965
|
* encoded or timed.
|
|
1966
1966
|
*
|
|
1967
|
-
* @see {@link MatterSpecification.
|
|
1967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.19
|
|
1968
1968
|
*/
|
|
1969
1969
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
1970
1970
|
/**
|
|
1971
1971
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1972
1972
|
* encoded or timed.
|
|
1973
1973
|
*
|
|
1974
|
-
* @see {@link MatterSpecification.
|
|
1974
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.20
|
|
1975
1975
|
*/
|
|
1976
1976
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
1977
1977
|
};
|
|
@@ -1986,7 +1986,7 @@ export declare namespace WindowCovering {
|
|
|
1986
1986
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
1987
1987
|
* installed.
|
|
1988
1988
|
*
|
|
1989
|
-
* @see {@link MatterSpecification.
|
|
1989
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.6
|
|
1990
1990
|
*/
|
|
1991
1991
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
1992
1992
|
};
|
|
@@ -2008,7 +2008,7 @@ export declare namespace WindowCovering {
|
|
|
2008
2008
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2009
2009
|
* returned.
|
|
2010
2010
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.
|
|
2011
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
2012
2012
|
*/
|
|
2013
2013
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2014
2014
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2025,7 +2025,7 @@ export declare namespace WindowCovering {
|
|
|
2025
2025
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
2026
2026
|
* installed.
|
|
2027
2027
|
*
|
|
2028
|
-
* @see {@link MatterSpecification.
|
|
2028
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.7
|
|
2029
2029
|
*/
|
|
2030
2030
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
2031
2031
|
};
|
|
@@ -2047,7 +2047,7 @@ export declare namespace WindowCovering {
|
|
|
2047
2047
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2048
2048
|
* returned.
|
|
2049
2049
|
*
|
|
2050
|
-
* @see {@link MatterSpecification.
|
|
2050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
2051
2051
|
*/
|
|
2052
2052
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2053
2053
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2065,20 +2065,20 @@ export declare namespace WindowCovering {
|
|
|
2065
2065
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
2066
2066
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
2067
2067
|
*
|
|
2068
|
-
* @see {@link MatterSpecification.
|
|
2068
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.11
|
|
2069
2069
|
*/
|
|
2070
2070
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
2071
2071
|
/**
|
|
2072
2072
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
2073
2073
|
* 0.01%).
|
|
2074
2074
|
*
|
|
2075
|
-
* @see {@link MatterSpecification.
|
|
2075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.13
|
|
2076
2076
|
*/
|
|
2077
2077
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
2078
2078
|
/**
|
|
2079
2079
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
2080
2080
|
*
|
|
2081
|
-
* @see {@link MatterSpecification.
|
|
2081
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.9
|
|
2082
2082
|
*/
|
|
2083
2083
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
2084
2084
|
};
|
|
@@ -2100,7 +2100,7 @@ export declare namespace WindowCovering {
|
|
|
2100
2100
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2101
2101
|
* returned.
|
|
2102
2102
|
*
|
|
2103
|
-
* @see {@link MatterSpecification.
|
|
2103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.5
|
|
2104
2104
|
*/
|
|
2105
2105
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2106
2106
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2118,20 +2118,20 @@ export declare namespace WindowCovering {
|
|
|
2118
2118
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
2119
2119
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
2120
2120
|
*
|
|
2121
|
-
* @see {@link MatterSpecification.
|
|
2121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.12
|
|
2122
2122
|
*/
|
|
2123
2123
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
2126
2126
|
* 0.01%).
|
|
2127
2127
|
*
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.14
|
|
2129
2129
|
*/
|
|
2130
2130
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
2133
2133
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.10
|
|
2135
2135
|
*/
|
|
2136
2136
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
2137
2137
|
};
|
|
@@ -2153,7 +2153,7 @@ export declare namespace WindowCovering {
|
|
|
2153
2153
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2154
2154
|
* returned.
|
|
2155
2155
|
*
|
|
2156
|
-
* @see {@link MatterSpecification.
|
|
2156
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.7
|
|
2157
2157
|
*/
|
|
2158
2158
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2159
2159
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2168,13 +2168,13 @@ export declare namespace WindowCovering {
|
|
|
2168
2168
|
readonly component: {
|
|
2169
2169
|
readonly commands: {
|
|
2170
2170
|
/**
|
|
2171
|
-
* @see {@link MatterSpecification.
|
|
2171
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4
|
|
2172
2172
|
*/
|
|
2173
2173
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2174
2174
|
/**
|
|
2175
2175
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
2176
2176
|
*
|
|
2177
|
-
* @see {@link MatterSpecification.
|
|
2177
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4.1
|
|
2178
2178
|
*/
|
|
2179
2179
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2180
2180
|
}>, void, any>;
|
|
@@ -2188,13 +2188,13 @@ export declare namespace WindowCovering {
|
|
|
2188
2188
|
readonly component: {
|
|
2189
2189
|
readonly commands: {
|
|
2190
2190
|
/**
|
|
2191
|
-
* @see {@link MatterSpecification.
|
|
2191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6
|
|
2192
2192
|
*/
|
|
2193
2193
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2194
2194
|
/**
|
|
2195
2195
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
2196
2196
|
*
|
|
2197
|
-
* @see {@link MatterSpecification.
|
|
2197
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6.1
|
|
2198
2198
|
*/
|
|
2199
2199
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2200
2200
|
}>, void, any>;
|
|
@@ -2227,7 +2227,7 @@ export declare namespace WindowCovering {
|
|
|
2227
2227
|
* Per the Matter specification you cannot use {@link WindowCoveringCluster} without enabling certain feature
|
|
2228
2228
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2229
2229
|
*
|
|
2230
|
-
* @see {@link MatterSpecification.
|
|
2230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3
|
|
2231
2231
|
*/
|
|
2232
2232
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2233
2233
|
}
|
|
@@ -2245,13 +2245,13 @@ export declare namespace WindowCovering {
|
|
|
2245
2245
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
2246
2246
|
* and Close).
|
|
2247
2247
|
*
|
|
2248
|
-
* @see {@link MatterSpecification.
|
|
2248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.1
|
|
2249
2249
|
*/
|
|
2250
2250
|
readonly lift: BitFlag;
|
|
2251
2251
|
/**
|
|
2252
2252
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
2253
2253
|
*
|
|
2254
|
-
* @see {@link MatterSpecification.
|
|
2254
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.2
|
|
2255
2255
|
*/
|
|
2256
2256
|
readonly tilt: BitFlag;
|
|
2257
2257
|
/**
|
|
@@ -2265,7 +2265,7 @@ export declare namespace WindowCovering {
|
|
|
2265
2265
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
2266
2266
|
* for new implementations.
|
|
2267
2267
|
*
|
|
2268
|
-
* @see {@link MatterSpecification.
|
|
2268
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.4.4
|
|
2269
2269
|
*/
|
|
2270
2270
|
readonly absolutePosition: BitFlag;
|
|
2271
2271
|
/**
|
|
@@ -2427,7 +2427,7 @@ export declare namespace WindowCovering {
|
|
|
2427
2427
|
/**
|
|
2428
2428
|
* This attribute shall identify the type of window covering.
|
|
2429
2429
|
*
|
|
2430
|
-
* @see {@link MatterSpecification.
|
|
2430
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.1
|
|
2431
2431
|
*/
|
|
2432
2432
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
2433
2433
|
/**
|
|
@@ -2436,7 +2436,7 @@ export declare namespace WindowCovering {
|
|
|
2436
2436
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
2437
2437
|
* clearing of each bit is vendor specific.
|
|
2438
2438
|
*
|
|
2439
|
-
* @see {@link MatterSpecification.
|
|
2439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.8
|
|
2440
2440
|
*/
|
|
2441
2441
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2442
2442
|
/**
|
|
@@ -2448,7 +2448,7 @@ export declare namespace WindowCovering {
|
|
|
2448
2448
|
*
|
|
2449
2449
|
* • 1 = Operational
|
|
2450
2450
|
*
|
|
2451
|
-
* @see {@link MatterSpecification.
|
|
2451
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.1
|
|
2452
2452
|
*/
|
|
2453
2453
|
operational: BitFlag;
|
|
2454
2454
|
onlineReserved: BitFlag;
|
|
@@ -2461,7 +2461,7 @@ export declare namespace WindowCovering {
|
|
|
2461
2461
|
*
|
|
2462
2462
|
* • 1 = Lift movement is reversed
|
|
2463
2463
|
*
|
|
2464
|
-
* @see {@link MatterSpecification.
|
|
2464
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.2
|
|
2465
2465
|
*/
|
|
2466
2466
|
liftMovementReversed: BitFlag;
|
|
2467
2467
|
/**
|
|
@@ -2473,7 +2473,7 @@ export declare namespace WindowCovering {
|
|
|
2473
2473
|
*
|
|
2474
2474
|
* • 1 = Lift control is position aware (PA_LF)
|
|
2475
2475
|
*
|
|
2476
|
-
* @see {@link MatterSpecification.
|
|
2476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.3
|
|
2477
2477
|
*/
|
|
2478
2478
|
liftPositionAware: BitFlag;
|
|
2479
2479
|
/**
|
|
@@ -2485,7 +2485,7 @@ export declare namespace WindowCovering {
|
|
|
2485
2485
|
*
|
|
2486
2486
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
2487
2487
|
*
|
|
2488
|
-
* @see {@link MatterSpecification.
|
|
2488
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.4
|
|
2489
2489
|
*/
|
|
2490
2490
|
tiltPositionAware: BitFlag;
|
|
2491
2491
|
/**
|
|
@@ -2498,7 +2498,7 @@ export declare namespace WindowCovering {
|
|
|
2498
2498
|
*
|
|
2499
2499
|
* • 1 = Encoder Controlled
|
|
2500
2500
|
*
|
|
2501
|
-
* @see {@link MatterSpecification.
|
|
2501
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.5
|
|
2502
2502
|
*/
|
|
2503
2503
|
liftEncoderControlled: BitFlag;
|
|
2504
2504
|
/**
|
|
@@ -2511,14 +2511,14 @@ export declare namespace WindowCovering {
|
|
|
2511
2511
|
*
|
|
2512
2512
|
* • 1 = Encoder Controlled
|
|
2513
2513
|
*
|
|
2514
|
-
* @see {@link MatterSpecification.
|
|
2514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.1.6
|
|
2515
2515
|
*/
|
|
2516
2516
|
tiltEncoderControlled: BitFlag;
|
|
2517
2517
|
}>, any>;
|
|
2518
2518
|
/**
|
|
2519
2519
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
2520
2520
|
*
|
|
2521
|
-
* @see {@link MatterSpecification.
|
|
2521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.15
|
|
2522
2522
|
*/
|
|
2523
2523
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2524
2524
|
/**
|
|
@@ -2527,7 +2527,7 @@ export declare namespace WindowCovering {
|
|
|
2527
2527
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
2528
2528
|
* operational state shall always reflect the overall motion of the device.
|
|
2529
2529
|
*
|
|
2530
|
-
* @see {@link MatterSpecification.
|
|
2530
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.1
|
|
2531
2531
|
*/
|
|
2532
2532
|
global: BitFieldEnum<MovementStatus>;
|
|
2533
2533
|
/**
|
|
@@ -2535,7 +2535,7 @@ export declare namespace WindowCovering {
|
|
|
2535
2535
|
*
|
|
2536
2536
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
2537
2537
|
*
|
|
2538
|
-
* @see {@link MatterSpecification.
|
|
2538
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.2
|
|
2539
2539
|
*/
|
|
2540
2540
|
lift: BitFieldEnum<MovementStatus>;
|
|
2541
2541
|
/**
|
|
@@ -2543,7 +2543,7 @@ export declare namespace WindowCovering {
|
|
|
2543
2543
|
*
|
|
2544
2544
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
2545
2545
|
*
|
|
2546
|
-
* @see {@link MatterSpecification.
|
|
2546
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.3.3
|
|
2547
2547
|
*/
|
|
2548
2548
|
tilt: BitFieldEnum<MovementStatus>;
|
|
2549
2549
|
}>, any>;
|
|
@@ -2553,7 +2553,7 @@ export declare namespace WindowCovering {
|
|
|
2553
2553
|
*
|
|
2554
2554
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
2555
2555
|
*
|
|
2556
|
-
* @see {@link MatterSpecification.
|
|
2556
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.16
|
|
2557
2557
|
*/
|
|
2558
2558
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
2559
2559
|
/**
|
|
@@ -2566,7 +2566,7 @@ export declare namespace WindowCovering {
|
|
|
2566
2566
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
2567
2567
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
2568
2568
|
*
|
|
2569
|
-
* @see {@link MatterSpecification.
|
|
2569
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.21
|
|
2570
2570
|
*/
|
|
2571
2571
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2572
2572
|
/**
|
|
@@ -2578,7 +2578,7 @@ export declare namespace WindowCovering {
|
|
|
2578
2578
|
*
|
|
2579
2579
|
* • 1 = Lift movement is reversed
|
|
2580
2580
|
*
|
|
2581
|
-
* @see {@link MatterSpecification.
|
|
2581
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.1
|
|
2582
2582
|
*/
|
|
2583
2583
|
motorDirectionReversed: BitFlag;
|
|
2584
2584
|
/**
|
|
@@ -2590,7 +2590,7 @@ export declare namespace WindowCovering {
|
|
|
2590
2590
|
*
|
|
2591
2591
|
* • 1 = Calibration mode
|
|
2592
2592
|
*
|
|
2593
|
-
* @see {@link MatterSpecification.
|
|
2593
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.2
|
|
2594
2594
|
*/
|
|
2595
2595
|
calibrationMode: BitFlag;
|
|
2596
2596
|
/**
|
|
@@ -2602,7 +2602,7 @@ export declare namespace WindowCovering {
|
|
|
2602
2602
|
*
|
|
2603
2603
|
* • 1 = Maintenance mode
|
|
2604
2604
|
*
|
|
2605
|
-
* @see {@link MatterSpecification.
|
|
2605
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.3
|
|
2606
2606
|
*/
|
|
2607
2607
|
maintenanceMode: BitFlag;
|
|
2608
2608
|
/**
|
|
@@ -2614,7 +2614,7 @@ export declare namespace WindowCovering {
|
|
|
2614
2614
|
*
|
|
2615
2615
|
* • 1 = LEDs will display feedback
|
|
2616
2616
|
*
|
|
2617
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.5.2.4
|
|
2618
2618
|
*/
|
|
2619
2619
|
ledFeedback: BitFlag;
|
|
2620
2620
|
}>, any>;
|
|
@@ -2623,7 +2623,7 @@ export declare namespace WindowCovering {
|
|
|
2623
2623
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
2624
2624
|
* or several bit flags from this attribute (all optional).
|
|
2625
2625
|
*
|
|
2626
|
-
* @see {@link MatterSpecification.
|
|
2626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.6.22
|
|
2627
2627
|
*/
|
|
2628
2628
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2629
2629
|
/**
|
|
@@ -2684,7 +2684,7 @@ export declare namespace WindowCovering {
|
|
|
2684
2684
|
/**
|
|
2685
2685
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
2686
2686
|
*
|
|
2687
|
-
* @see {@link MatterSpecification.
|
|
2687
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.4.1
|
|
2688
2688
|
*/
|
|
2689
2689
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2690
2690
|
}>, void, any> & {
|
|
@@ -2713,7 +2713,7 @@ export declare namespace WindowCovering {
|
|
|
2713
2713
|
/**
|
|
2714
2714
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
2715
2715
|
*
|
|
2716
|
-
* @see {@link MatterSpecification.
|
|
2716
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.6.1
|
|
2717
2717
|
*/
|
|
2718
2718
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2719
2719
|
}>, void, any> & {
|
|
@@ -2768,7 +2768,7 @@ export declare namespace WindowCovering {
|
|
|
2768
2768
|
*
|
|
2769
2769
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
2770
2770
|
*
|
|
2771
|
-
* @see {@link MatterSpecification.
|
|
2771
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.1
|
|
2772
2772
|
*/
|
|
2773
2773
|
readonly upOrOpen: Command<void, void, any>;
|
|
2774
2774
|
/**
|
|
@@ -2801,7 +2801,7 @@ export declare namespace WindowCovering {
|
|
|
2801
2801
|
*
|
|
2802
2802
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
2803
2803
|
*
|
|
2804
|
-
* @see {@link MatterSpecification.
|
|
2804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.2
|
|
2805
2805
|
*/
|
|
2806
2806
|
readonly downOrClose: Command<void, void, any>;
|
|
2807
2807
|
/**
|
|
@@ -2814,7 +2814,7 @@ export declare namespace WindowCovering {
|
|
|
2814
2814
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
2815
2815
|
* value.
|
|
2816
2816
|
*
|
|
2817
|
-
* @see {@link MatterSpecification.
|
|
2817
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.3.7.3
|
|
2818
2818
|
*/
|
|
2819
2819
|
readonly stopMotion: Command<void, void, any>;
|
|
2820
2820
|
};
|