@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
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 +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- 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 +135 -135
- 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 +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- 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 +116 -116
- 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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- 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 +135 -135
- 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 +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- 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 +116 -116
- 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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +20 -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 +28 -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 +111 -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 +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -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 +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -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-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -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 +28 -28
- package/src/clusters/level-control.ts +50 -50
- 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 +91 -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 +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- 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 +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -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 +174 -174
- 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 +81 -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 +35 -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/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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 5.3.5.2.4
|
|
474
474
|
*/
|
|
475
475
|
ledFeedback: BitFlag;
|
|
476
476
|
};
|
|
477
477
|
/**
|
|
478
|
-
* @see {@link MatterSpecification.
|
|
478
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 5.3.7.6.1
|
|
814
814
|
*/
|
|
815
815
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
816
816
|
}>, void, any>;
|
|
@@ -831,7 +831,7 @@ export declare namespace WindowCovering {
|
|
|
831
831
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
832
832
|
* and Close).
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.1
|
|
835
835
|
*/
|
|
836
836
|
readonly lift: BitFlag;
|
|
837
837
|
/**
|
|
@@ -839,7 +839,7 @@ export declare namespace WindowCovering {
|
|
|
839
839
|
*
|
|
840
840
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
841
841
|
*
|
|
842
|
-
* @see {@link MatterSpecification.
|
|
842
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.2
|
|
843
843
|
*/
|
|
844
844
|
readonly tilt: BitFlag;
|
|
845
845
|
/**
|
|
@@ -857,7 +857,7 @@ export declare namespace WindowCovering {
|
|
|
857
857
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
858
858
|
* for new implementations.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.4
|
|
861
861
|
*/
|
|
862
862
|
readonly absolutePosition: BitFlag;
|
|
863
863
|
/**
|
|
@@ -871,7 +871,7 @@ export declare namespace WindowCovering {
|
|
|
871
871
|
/**
|
|
872
872
|
* This attribute shall identify the type of window covering.
|
|
873
873
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
874
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.1
|
|
875
875
|
*/
|
|
876
876
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
877
877
|
/**
|
|
@@ -880,7 +880,7 @@ export declare namespace WindowCovering {
|
|
|
880
880
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
881
881
|
* clearing of each bit is vendor specific.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.8
|
|
884
884
|
*/
|
|
885
885
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
886
886
|
/**
|
|
@@ -892,7 +892,7 @@ export declare namespace WindowCovering {
|
|
|
892
892
|
*
|
|
893
893
|
* • 1 = Operational
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.1
|
|
896
896
|
*/
|
|
897
897
|
operational: BitFlag;
|
|
898
898
|
onlineReserved: BitFlag;
|
|
@@ -905,7 +905,7 @@ export declare namespace WindowCovering {
|
|
|
905
905
|
*
|
|
906
906
|
* • 1 = Lift movement is reversed
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.2
|
|
909
909
|
*/
|
|
910
910
|
liftMovementReversed: BitFlag;
|
|
911
911
|
/**
|
|
@@ -917,7 +917,7 @@ export declare namespace WindowCovering {
|
|
|
917
917
|
*
|
|
918
918
|
* • 1 = Lift control is position aware (PA_LF)
|
|
919
919
|
*
|
|
920
|
-
* @see {@link MatterSpecification.
|
|
920
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.3
|
|
921
921
|
*/
|
|
922
922
|
liftPositionAware: BitFlag;
|
|
923
923
|
/**
|
|
@@ -929,7 +929,7 @@ export declare namespace WindowCovering {
|
|
|
929
929
|
*
|
|
930
930
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.4
|
|
933
933
|
*/
|
|
934
934
|
tiltPositionAware: BitFlag;
|
|
935
935
|
/**
|
|
@@ -942,7 +942,7 @@ export declare namespace WindowCovering {
|
|
|
942
942
|
*
|
|
943
943
|
* • 1 = Encoder Controlled
|
|
944
944
|
*
|
|
945
|
-
* @see {@link MatterSpecification.
|
|
945
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.5
|
|
946
946
|
*/
|
|
947
947
|
liftEncoderControlled: BitFlag;
|
|
948
948
|
/**
|
|
@@ -955,14 +955,14 @@ export declare namespace WindowCovering {
|
|
|
955
955
|
*
|
|
956
956
|
* • 1 = Encoder Controlled
|
|
957
957
|
*
|
|
958
|
-
* @see {@link MatterSpecification.
|
|
958
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.6
|
|
959
959
|
*/
|
|
960
960
|
tiltEncoderControlled: BitFlag;
|
|
961
961
|
}>, any>;
|
|
962
962
|
/**
|
|
963
963
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
964
964
|
*
|
|
965
|
-
* @see {@link MatterSpecification.
|
|
965
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.15
|
|
966
966
|
*/
|
|
967
967
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
968
968
|
/**
|
|
@@ -971,7 +971,7 @@ export declare namespace WindowCovering {
|
|
|
971
971
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
972
972
|
* operational state shall always reflect the overall motion of the device.
|
|
973
973
|
*
|
|
974
|
-
* @see {@link MatterSpecification.
|
|
974
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.1
|
|
975
975
|
*/
|
|
976
976
|
global: BitFieldEnum<MovementStatus>;
|
|
977
977
|
/**
|
|
@@ -979,7 +979,7 @@ export declare namespace WindowCovering {
|
|
|
979
979
|
*
|
|
980
980
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
981
981
|
*
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.2
|
|
983
983
|
*/
|
|
984
984
|
lift: BitFieldEnum<MovementStatus>;
|
|
985
985
|
/**
|
|
@@ -987,7 +987,7 @@ export declare namespace WindowCovering {
|
|
|
987
987
|
*
|
|
988
988
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.3
|
|
991
991
|
*/
|
|
992
992
|
tilt: BitFieldEnum<MovementStatus>;
|
|
993
993
|
}>, any>;
|
|
@@ -997,7 +997,7 @@ export declare namespace WindowCovering {
|
|
|
997
997
|
*
|
|
998
998
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
999
999
|
*
|
|
1000
|
-
* @see {@link MatterSpecification.
|
|
1000
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.16
|
|
1001
1001
|
*/
|
|
1002
1002
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
1003
1003
|
/**
|
|
@@ -1010,7 +1010,7 @@ export declare namespace WindowCovering {
|
|
|
1010
1010
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1011
1011
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1012
1012
|
*
|
|
1013
|
-
* @see {@link MatterSpecification.
|
|
1013
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.21
|
|
1014
1014
|
*/
|
|
1015
1015
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1016
1016
|
/**
|
|
@@ -1022,7 +1022,7 @@ export declare namespace WindowCovering {
|
|
|
1022
1022
|
*
|
|
1023
1023
|
* • 1 = Lift movement is reversed
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.1
|
|
1026
1026
|
*/
|
|
1027
1027
|
motorDirectionReversed: BitFlag;
|
|
1028
1028
|
/**
|
|
@@ -1034,7 +1034,7 @@ export declare namespace WindowCovering {
|
|
|
1034
1034
|
*
|
|
1035
1035
|
* • 1 = Calibration mode
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.2
|
|
1038
1038
|
*/
|
|
1039
1039
|
calibrationMode: BitFlag;
|
|
1040
1040
|
/**
|
|
@@ -1046,7 +1046,7 @@ export declare namespace WindowCovering {
|
|
|
1046
1046
|
*
|
|
1047
1047
|
* • 1 = Maintenance mode
|
|
1048
1048
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1049
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.3
|
|
1050
1050
|
*/
|
|
1051
1051
|
maintenanceMode: BitFlag;
|
|
1052
1052
|
/**
|
|
@@ -1058,7 +1058,7 @@ export declare namespace WindowCovering {
|
|
|
1058
1058
|
*
|
|
1059
1059
|
* • 1 = LEDs will display feedback
|
|
1060
1060
|
*
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1061
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.4
|
|
1062
1062
|
*/
|
|
1063
1063
|
ledFeedback: BitFlag;
|
|
1064
1064
|
}>, any>;
|
|
@@ -1067,7 +1067,7 @@ export declare namespace WindowCovering {
|
|
|
1067
1067
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1068
1068
|
* or several bit flags from this attribute (all optional).
|
|
1069
1069
|
*
|
|
1070
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.22
|
|
1071
1071
|
*/
|
|
1072
1072
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1073
1073
|
/**
|
|
@@ -1152,7 +1152,7 @@ export declare namespace WindowCovering {
|
|
|
1152
1152
|
*
|
|
1153
1153
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1154
1154
|
*
|
|
1155
|
-
* @see {@link MatterSpecification.
|
|
1155
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.1
|
|
1156
1156
|
*/
|
|
1157
1157
|
readonly upOrOpen: Command<void, void, any>;
|
|
1158
1158
|
/**
|
|
@@ -1183,7 +1183,7 @@ export declare namespace WindowCovering {
|
|
|
1183
1183
|
*
|
|
1184
1184
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1185
1185
|
*
|
|
1186
|
-
* @see {@link MatterSpecification.
|
|
1186
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.2
|
|
1187
1187
|
*/
|
|
1188
1188
|
readonly downOrClose: Command<void, void, any>;
|
|
1189
1189
|
/**
|
|
@@ -1196,7 +1196,7 @@ export declare namespace WindowCovering {
|
|
|
1196
1196
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1197
1197
|
* value.
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.3
|
|
1200
1200
|
*/
|
|
1201
1201
|
readonly stopMotion: Command<void, void, any>;
|
|
1202
1202
|
};
|
|
@@ -1216,28 +1216,28 @@ export declare namespace WindowCovering {
|
|
|
1216
1216
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
1217
1217
|
* the window covering lift.
|
|
1218
1218
|
*
|
|
1219
|
-
* @see {@link MatterSpecification.
|
|
1219
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.2
|
|
1220
1220
|
*/
|
|
1221
1221
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
1224
1224
|
* position.
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.4
|
|
1227
1227
|
*/
|
|
1228
1228
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
1229
1229
|
/**
|
|
1230
1230
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
1231
1231
|
* timed.
|
|
1232
1232
|
*
|
|
1233
|
-
* @see {@link MatterSpecification.
|
|
1233
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.17
|
|
1234
1234
|
*/
|
|
1235
1235
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
1238
1238
|
* or timed.
|
|
1239
1239
|
*
|
|
1240
|
-
* @see {@link MatterSpecification.
|
|
1240
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.18
|
|
1241
1241
|
*/
|
|
1242
1242
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
1243
1243
|
};
|
|
@@ -1254,28 +1254,28 @@ export declare namespace WindowCovering {
|
|
|
1254
1254
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
1255
1255
|
* angle of the window covering tilt.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.3
|
|
1258
1258
|
*/
|
|
1259
1259
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
1262
1262
|
* fully-open position.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.5
|
|
1265
1265
|
*/
|
|
1266
1266
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
1267
1267
|
/**
|
|
1268
1268
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1269
1269
|
* encoded or timed.
|
|
1270
1270
|
*
|
|
1271
|
-
* @see {@link MatterSpecification.
|
|
1271
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.19
|
|
1272
1272
|
*/
|
|
1273
1273
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1276
1276
|
* encoded or timed.
|
|
1277
1277
|
*
|
|
1278
|
-
* @see {@link MatterSpecification.
|
|
1278
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.20
|
|
1279
1279
|
*/
|
|
1280
1280
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
1281
1281
|
};
|
|
@@ -1290,7 +1290,7 @@ export declare namespace WindowCovering {
|
|
|
1290
1290
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
1291
1291
|
* installed.
|
|
1292
1292
|
*
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.6
|
|
1294
1294
|
*/
|
|
1295
1295
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
1296
1296
|
};
|
|
@@ -1312,7 +1312,7 @@ export declare namespace WindowCovering {
|
|
|
1312
1312
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1313
1313
|
* returned.
|
|
1314
1314
|
*
|
|
1315
|
-
* @see {@link MatterSpecification.
|
|
1315
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.5
|
|
1316
1316
|
*/
|
|
1317
1317
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1318
1318
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1329,7 +1329,7 @@ export declare namespace WindowCovering {
|
|
|
1329
1329
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
1330
1330
|
* installed.
|
|
1331
1331
|
*
|
|
1332
|
-
* @see {@link MatterSpecification.
|
|
1332
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.7
|
|
1333
1333
|
*/
|
|
1334
1334
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
1335
1335
|
};
|
|
@@ -1351,7 +1351,7 @@ export declare namespace WindowCovering {
|
|
|
1351
1351
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1352
1352
|
* returned.
|
|
1353
1353
|
*
|
|
1354
|
-
* @see {@link MatterSpecification.
|
|
1354
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.7
|
|
1355
1355
|
*/
|
|
1356
1356
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1357
1357
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1369,20 +1369,20 @@ export declare namespace WindowCovering {
|
|
|
1369
1369
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
1370
1370
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
1371
1371
|
*
|
|
1372
|
-
* @see {@link MatterSpecification.
|
|
1372
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.11
|
|
1373
1373
|
*/
|
|
1374
1374
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
1375
1375
|
/**
|
|
1376
1376
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
1377
1377
|
* 0.01%).
|
|
1378
1378
|
*
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.13
|
|
1380
1380
|
*/
|
|
1381
1381
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
1384
1384
|
*
|
|
1385
|
-
* @see {@link MatterSpecification.
|
|
1385
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.9
|
|
1386
1386
|
*/
|
|
1387
1387
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
1388
1388
|
};
|
|
@@ -1404,7 +1404,7 @@ export declare namespace WindowCovering {
|
|
|
1404
1404
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1405
1405
|
* returned.
|
|
1406
1406
|
*
|
|
1407
|
-
* @see {@link MatterSpecification.
|
|
1407
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.5
|
|
1408
1408
|
*/
|
|
1409
1409
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1410
1410
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1422,20 +1422,20 @@ export declare namespace WindowCovering {
|
|
|
1422
1422
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
1423
1423
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
1424
1424
|
*
|
|
1425
|
-
* @see {@link MatterSpecification.
|
|
1425
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.12
|
|
1426
1426
|
*/
|
|
1427
1427
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
1428
1428
|
/**
|
|
1429
1429
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
1430
1430
|
* 0.01%).
|
|
1431
1431
|
*
|
|
1432
|
-
* @see {@link MatterSpecification.
|
|
1432
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.14
|
|
1433
1433
|
*/
|
|
1434
1434
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
1435
1435
|
/**
|
|
1436
1436
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
1437
1437
|
*
|
|
1438
|
-
* @see {@link MatterSpecification.
|
|
1438
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.10
|
|
1439
1439
|
*/
|
|
1440
1440
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
1441
1441
|
};
|
|
@@ -1457,7 +1457,7 @@ export declare namespace WindowCovering {
|
|
|
1457
1457
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1458
1458
|
* returned.
|
|
1459
1459
|
*
|
|
1460
|
-
* @see {@link MatterSpecification.
|
|
1460
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.7
|
|
1461
1461
|
*/
|
|
1462
1462
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1463
1463
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1472,13 +1472,13 @@ export declare namespace WindowCovering {
|
|
|
1472
1472
|
readonly component: {
|
|
1473
1473
|
readonly commands: {
|
|
1474
1474
|
/**
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.4
|
|
1476
1476
|
*/
|
|
1477
1477
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1478
1478
|
/**
|
|
1479
1479
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
1480
1480
|
*
|
|
1481
|
-
* @see {@link MatterSpecification.
|
|
1481
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.4.1
|
|
1482
1482
|
*/
|
|
1483
1483
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1484
1484
|
}>, void, any>;
|
|
@@ -1492,13 +1492,13 @@ export declare namespace WindowCovering {
|
|
|
1492
1492
|
readonly component: {
|
|
1493
1493
|
readonly commands: {
|
|
1494
1494
|
/**
|
|
1495
|
-
* @see {@link MatterSpecification.
|
|
1495
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.6
|
|
1496
1496
|
*/
|
|
1497
1497
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1498
1498
|
/**
|
|
1499
1499
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
1500
1500
|
*
|
|
1501
|
-
* @see {@link MatterSpecification.
|
|
1501
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.6.1
|
|
1502
1502
|
*/
|
|
1503
1503
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1504
1504
|
}>, void, any>;
|
|
@@ -1539,7 +1539,7 @@ export declare namespace WindowCovering {
|
|
|
1539
1539
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
1540
1540
|
* and Close).
|
|
1541
1541
|
*
|
|
1542
|
-
* @see {@link MatterSpecification.
|
|
1542
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.1
|
|
1543
1543
|
*/
|
|
1544
1544
|
readonly lift: BitFlag;
|
|
1545
1545
|
/**
|
|
@@ -1547,7 +1547,7 @@ export declare namespace WindowCovering {
|
|
|
1547
1547
|
*
|
|
1548
1548
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
1549
1549
|
*
|
|
1550
|
-
* @see {@link MatterSpecification.
|
|
1550
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.2
|
|
1551
1551
|
*/
|
|
1552
1552
|
readonly tilt: BitFlag;
|
|
1553
1553
|
/**
|
|
@@ -1565,7 +1565,7 @@ export declare namespace WindowCovering {
|
|
|
1565
1565
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
1566
1566
|
* for new implementations.
|
|
1567
1567
|
*
|
|
1568
|
-
* @see {@link MatterSpecification.
|
|
1568
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.4
|
|
1569
1569
|
*/
|
|
1570
1570
|
readonly absolutePosition: BitFlag;
|
|
1571
1571
|
/**
|
|
@@ -1579,7 +1579,7 @@ export declare namespace WindowCovering {
|
|
|
1579
1579
|
/**
|
|
1580
1580
|
* This attribute shall identify the type of window covering.
|
|
1581
1581
|
*
|
|
1582
|
-
* @see {@link MatterSpecification.
|
|
1582
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.1
|
|
1583
1583
|
*/
|
|
1584
1584
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
1585
1585
|
/**
|
|
@@ -1588,7 +1588,7 @@ export declare namespace WindowCovering {
|
|
|
1588
1588
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
1589
1589
|
* clearing of each bit is vendor specific.
|
|
1590
1590
|
*
|
|
1591
|
-
* @see {@link MatterSpecification.
|
|
1591
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.8
|
|
1592
1592
|
*/
|
|
1593
1593
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1594
1594
|
/**
|
|
@@ -1600,7 +1600,7 @@ export declare namespace WindowCovering {
|
|
|
1600
1600
|
*
|
|
1601
1601
|
* • 1 = Operational
|
|
1602
1602
|
*
|
|
1603
|
-
* @see {@link MatterSpecification.
|
|
1603
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.1
|
|
1604
1604
|
*/
|
|
1605
1605
|
operational: BitFlag;
|
|
1606
1606
|
onlineReserved: BitFlag;
|
|
@@ -1613,7 +1613,7 @@ export declare namespace WindowCovering {
|
|
|
1613
1613
|
*
|
|
1614
1614
|
* • 1 = Lift movement is reversed
|
|
1615
1615
|
*
|
|
1616
|
-
* @see {@link MatterSpecification.
|
|
1616
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.2
|
|
1617
1617
|
*/
|
|
1618
1618
|
liftMovementReversed: BitFlag;
|
|
1619
1619
|
/**
|
|
@@ -1625,7 +1625,7 @@ export declare namespace WindowCovering {
|
|
|
1625
1625
|
*
|
|
1626
1626
|
* • 1 = Lift control is position aware (PA_LF)
|
|
1627
1627
|
*
|
|
1628
|
-
* @see {@link MatterSpecification.
|
|
1628
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.3
|
|
1629
1629
|
*/
|
|
1630
1630
|
liftPositionAware: BitFlag;
|
|
1631
1631
|
/**
|
|
@@ -1637,7 +1637,7 @@ export declare namespace WindowCovering {
|
|
|
1637
1637
|
*
|
|
1638
1638
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
1639
1639
|
*
|
|
1640
|
-
* @see {@link MatterSpecification.
|
|
1640
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.4
|
|
1641
1641
|
*/
|
|
1642
1642
|
tiltPositionAware: BitFlag;
|
|
1643
1643
|
/**
|
|
@@ -1650,7 +1650,7 @@ export declare namespace WindowCovering {
|
|
|
1650
1650
|
*
|
|
1651
1651
|
* • 1 = Encoder Controlled
|
|
1652
1652
|
*
|
|
1653
|
-
* @see {@link MatterSpecification.
|
|
1653
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.5
|
|
1654
1654
|
*/
|
|
1655
1655
|
liftEncoderControlled: BitFlag;
|
|
1656
1656
|
/**
|
|
@@ -1663,14 +1663,14 @@ export declare namespace WindowCovering {
|
|
|
1663
1663
|
*
|
|
1664
1664
|
* • 1 = Encoder Controlled
|
|
1665
1665
|
*
|
|
1666
|
-
* @see {@link MatterSpecification.
|
|
1666
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.6
|
|
1667
1667
|
*/
|
|
1668
1668
|
tiltEncoderControlled: BitFlag;
|
|
1669
1669
|
}>, any>;
|
|
1670
1670
|
/**
|
|
1671
1671
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
1672
1672
|
*
|
|
1673
|
-
* @see {@link MatterSpecification.
|
|
1673
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.15
|
|
1674
1674
|
*/
|
|
1675
1675
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1676
1676
|
/**
|
|
@@ -1679,7 +1679,7 @@ export declare namespace WindowCovering {
|
|
|
1679
1679
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
1680
1680
|
* operational state shall always reflect the overall motion of the device.
|
|
1681
1681
|
*
|
|
1682
|
-
* @see {@link MatterSpecification.
|
|
1682
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.1
|
|
1683
1683
|
*/
|
|
1684
1684
|
global: BitFieldEnum<MovementStatus>;
|
|
1685
1685
|
/**
|
|
@@ -1687,7 +1687,7 @@ export declare namespace WindowCovering {
|
|
|
1687
1687
|
*
|
|
1688
1688
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
1689
1689
|
*
|
|
1690
|
-
* @see {@link MatterSpecification.
|
|
1690
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.2
|
|
1691
1691
|
*/
|
|
1692
1692
|
lift: BitFieldEnum<MovementStatus>;
|
|
1693
1693
|
/**
|
|
@@ -1695,7 +1695,7 @@ export declare namespace WindowCovering {
|
|
|
1695
1695
|
*
|
|
1696
1696
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
1697
1697
|
*
|
|
1698
|
-
* @see {@link MatterSpecification.
|
|
1698
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.3
|
|
1699
1699
|
*/
|
|
1700
1700
|
tilt: BitFieldEnum<MovementStatus>;
|
|
1701
1701
|
}>, any>;
|
|
@@ -1705,7 +1705,7 @@ export declare namespace WindowCovering {
|
|
|
1705
1705
|
*
|
|
1706
1706
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
1707
1707
|
*
|
|
1708
|
-
* @see {@link MatterSpecification.
|
|
1708
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.16
|
|
1709
1709
|
*/
|
|
1710
1710
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
1711
1711
|
/**
|
|
@@ -1718,7 +1718,7 @@ export declare namespace WindowCovering {
|
|
|
1718
1718
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1719
1719
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1720
1720
|
*
|
|
1721
|
-
* @see {@link MatterSpecification.
|
|
1721
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.21
|
|
1722
1722
|
*/
|
|
1723
1723
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1724
1724
|
/**
|
|
@@ -1730,7 +1730,7 @@ export declare namespace WindowCovering {
|
|
|
1730
1730
|
*
|
|
1731
1731
|
* • 1 = Lift movement is reversed
|
|
1732
1732
|
*
|
|
1733
|
-
* @see {@link MatterSpecification.
|
|
1733
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.1
|
|
1734
1734
|
*/
|
|
1735
1735
|
motorDirectionReversed: BitFlag;
|
|
1736
1736
|
/**
|
|
@@ -1742,7 +1742,7 @@ export declare namespace WindowCovering {
|
|
|
1742
1742
|
*
|
|
1743
1743
|
* • 1 = Calibration mode
|
|
1744
1744
|
*
|
|
1745
|
-
* @see {@link MatterSpecification.
|
|
1745
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.2
|
|
1746
1746
|
*/
|
|
1747
1747
|
calibrationMode: BitFlag;
|
|
1748
1748
|
/**
|
|
@@ -1754,7 +1754,7 @@ export declare namespace WindowCovering {
|
|
|
1754
1754
|
*
|
|
1755
1755
|
* • 1 = Maintenance mode
|
|
1756
1756
|
*
|
|
1757
|
-
* @see {@link MatterSpecification.
|
|
1757
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.3
|
|
1758
1758
|
*/
|
|
1759
1759
|
maintenanceMode: BitFlag;
|
|
1760
1760
|
/**
|
|
@@ -1766,7 +1766,7 @@ export declare namespace WindowCovering {
|
|
|
1766
1766
|
*
|
|
1767
1767
|
* • 1 = LEDs will display feedback
|
|
1768
1768
|
*
|
|
1769
|
-
* @see {@link MatterSpecification.
|
|
1769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.4
|
|
1770
1770
|
*/
|
|
1771
1771
|
ledFeedback: BitFlag;
|
|
1772
1772
|
}>, any>;
|
|
@@ -1775,7 +1775,7 @@ export declare namespace WindowCovering {
|
|
|
1775
1775
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1776
1776
|
* or several bit flags from this attribute (all optional).
|
|
1777
1777
|
*
|
|
1778
|
-
* @see {@link MatterSpecification.
|
|
1778
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.22
|
|
1779
1779
|
*/
|
|
1780
1780
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1781
1781
|
/**
|
|
@@ -1860,7 +1860,7 @@ export declare namespace WindowCovering {
|
|
|
1860
1860
|
*
|
|
1861
1861
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1862
1862
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.1
|
|
1864
1864
|
*/
|
|
1865
1865
|
readonly upOrOpen: Command<void, void, any>;
|
|
1866
1866
|
/**
|
|
@@ -1891,7 +1891,7 @@ export declare namespace WindowCovering {
|
|
|
1891
1891
|
*
|
|
1892
1892
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1893
1893
|
*
|
|
1894
|
-
* @see {@link MatterSpecification.
|
|
1894
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.2
|
|
1895
1895
|
*/
|
|
1896
1896
|
readonly downOrClose: Command<void, void, any>;
|
|
1897
1897
|
/**
|
|
@@ -1904,7 +1904,7 @@ export declare namespace WindowCovering {
|
|
|
1904
1904
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1905
1905
|
* value.
|
|
1906
1906
|
*
|
|
1907
|
-
* @see {@link MatterSpecification.
|
|
1907
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.3
|
|
1908
1908
|
*/
|
|
1909
1909
|
readonly stopMotion: Command<void, void, any>;
|
|
1910
1910
|
};
|
|
@@ -1924,28 +1924,28 @@ export declare namespace WindowCovering {
|
|
|
1924
1924
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
1925
1925
|
* the window covering lift.
|
|
1926
1926
|
*
|
|
1927
|
-
* @see {@link MatterSpecification.
|
|
1927
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.2
|
|
1928
1928
|
*/
|
|
1929
1929
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
1930
1930
|
/**
|
|
1931
1931
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
1932
1932
|
* position.
|
|
1933
1933
|
*
|
|
1934
|
-
* @see {@link MatterSpecification.
|
|
1934
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.4
|
|
1935
1935
|
*/
|
|
1936
1936
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
1937
1937
|
/**
|
|
1938
1938
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
1939
1939
|
* timed.
|
|
1940
1940
|
*
|
|
1941
|
-
* @see {@link MatterSpecification.
|
|
1941
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.17
|
|
1942
1942
|
*/
|
|
1943
1943
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
1946
1946
|
* or timed.
|
|
1947
1947
|
*
|
|
1948
|
-
* @see {@link MatterSpecification.
|
|
1948
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.18
|
|
1949
1949
|
*/
|
|
1950
1950
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
1951
1951
|
};
|
|
@@ -1962,28 +1962,28 @@ export declare namespace WindowCovering {
|
|
|
1962
1962
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
1963
1963
|
* angle of the window covering tilt.
|
|
1964
1964
|
*
|
|
1965
|
-
* @see {@link MatterSpecification.
|
|
1965
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.3
|
|
1966
1966
|
*/
|
|
1967
1967
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
1970
1970
|
* fully-open position.
|
|
1971
1971
|
*
|
|
1972
|
-
* @see {@link MatterSpecification.
|
|
1972
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.5
|
|
1973
1973
|
*/
|
|
1974
1974
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1977
1977
|
* encoded or timed.
|
|
1978
1978
|
*
|
|
1979
|
-
* @see {@link MatterSpecification.
|
|
1979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.19
|
|
1980
1980
|
*/
|
|
1981
1981
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
1982
1982
|
/**
|
|
1983
1983
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1984
1984
|
* encoded or timed.
|
|
1985
1985
|
*
|
|
1986
|
-
* @see {@link MatterSpecification.
|
|
1986
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.20
|
|
1987
1987
|
*/
|
|
1988
1988
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
1989
1989
|
};
|
|
@@ -1998,7 +1998,7 @@ export declare namespace WindowCovering {
|
|
|
1998
1998
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
1999
1999
|
* installed.
|
|
2000
2000
|
*
|
|
2001
|
-
* @see {@link MatterSpecification.
|
|
2001
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.6
|
|
2002
2002
|
*/
|
|
2003
2003
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
2004
2004
|
};
|
|
@@ -2020,7 +2020,7 @@ export declare namespace WindowCovering {
|
|
|
2020
2020
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2021
2021
|
* returned.
|
|
2022
2022
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.
|
|
2023
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.5
|
|
2024
2024
|
*/
|
|
2025
2025
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2026
2026
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2037,7 +2037,7 @@ export declare namespace WindowCovering {
|
|
|
2037
2037
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
2038
2038
|
* installed.
|
|
2039
2039
|
*
|
|
2040
|
-
* @see {@link MatterSpecification.
|
|
2040
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.7
|
|
2041
2041
|
*/
|
|
2042
2042
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
2043
2043
|
};
|
|
@@ -2059,7 +2059,7 @@ export declare namespace WindowCovering {
|
|
|
2059
2059
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2060
2060
|
* returned.
|
|
2061
2061
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2062
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.7
|
|
2063
2063
|
*/
|
|
2064
2064
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2065
2065
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2077,20 +2077,20 @@ export declare namespace WindowCovering {
|
|
|
2077
2077
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
2078
2078
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
2079
2079
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.11
|
|
2081
2081
|
*/
|
|
2082
2082
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
2083
2083
|
/**
|
|
2084
2084
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
2085
2085
|
* 0.01%).
|
|
2086
2086
|
*
|
|
2087
|
-
* @see {@link MatterSpecification.
|
|
2087
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.13
|
|
2088
2088
|
*/
|
|
2089
2089
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
2090
2090
|
/**
|
|
2091
2091
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
2092
2092
|
*
|
|
2093
|
-
* @see {@link MatterSpecification.
|
|
2093
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.9
|
|
2094
2094
|
*/
|
|
2095
2095
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
2096
2096
|
};
|
|
@@ -2112,7 +2112,7 @@ export declare namespace WindowCovering {
|
|
|
2112
2112
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2113
2113
|
* returned.
|
|
2114
2114
|
*
|
|
2115
|
-
* @see {@link MatterSpecification.
|
|
2115
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.5
|
|
2116
2116
|
*/
|
|
2117
2117
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2118
2118
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2130,20 +2130,20 @@ export declare namespace WindowCovering {
|
|
|
2130
2130
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
2131
2131
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
2132
2132
|
*
|
|
2133
|
-
* @see {@link MatterSpecification.
|
|
2133
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.12
|
|
2134
2134
|
*/
|
|
2135
2135
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
2136
2136
|
/**
|
|
2137
2137
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
2138
2138
|
* 0.01%).
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.14
|
|
2141
2141
|
*/
|
|
2142
2142
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
2143
2143
|
/**
|
|
2144
2144
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
2145
2145
|
*
|
|
2146
|
-
* @see {@link MatterSpecification.
|
|
2146
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.10
|
|
2147
2147
|
*/
|
|
2148
2148
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
2149
2149
|
};
|
|
@@ -2165,7 +2165,7 @@ export declare namespace WindowCovering {
|
|
|
2165
2165
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2166
2166
|
* returned.
|
|
2167
2167
|
*
|
|
2168
|
-
* @see {@link MatterSpecification.
|
|
2168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.7
|
|
2169
2169
|
*/
|
|
2170
2170
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2171
2171
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2180,13 +2180,13 @@ export declare namespace WindowCovering {
|
|
|
2180
2180
|
readonly component: {
|
|
2181
2181
|
readonly commands: {
|
|
2182
2182
|
/**
|
|
2183
|
-
* @see {@link MatterSpecification.
|
|
2183
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.4
|
|
2184
2184
|
*/
|
|
2185
2185
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2186
2186
|
/**
|
|
2187
2187
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
2188
2188
|
*
|
|
2189
|
-
* @see {@link MatterSpecification.
|
|
2189
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.4.1
|
|
2190
2190
|
*/
|
|
2191
2191
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2192
2192
|
}>, void, any>;
|
|
@@ -2200,13 +2200,13 @@ export declare namespace WindowCovering {
|
|
|
2200
2200
|
readonly component: {
|
|
2201
2201
|
readonly commands: {
|
|
2202
2202
|
/**
|
|
2203
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.6
|
|
2204
2204
|
*/
|
|
2205
2205
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2206
2206
|
/**
|
|
2207
2207
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.6.1
|
|
2210
2210
|
*/
|
|
2211
2211
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2212
2212
|
}>, void, any>;
|
|
@@ -2239,7 +2239,7 @@ export declare namespace WindowCovering {
|
|
|
2239
2239
|
* Per the Matter specification you cannot use {@link WindowCoveringCluster} without enabling certain feature
|
|
2240
2240
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2241
2241
|
*
|
|
2242
|
-
* @see {@link MatterSpecification.
|
|
2242
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3
|
|
2243
2243
|
*/
|
|
2244
2244
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2245
2245
|
}
|
|
@@ -2259,7 +2259,7 @@ export declare namespace WindowCovering {
|
|
|
2259
2259
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
2260
2260
|
* and Close).
|
|
2261
2261
|
*
|
|
2262
|
-
* @see {@link MatterSpecification.
|
|
2262
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.1
|
|
2263
2263
|
*/
|
|
2264
2264
|
readonly lift: BitFlag;
|
|
2265
2265
|
/**
|
|
@@ -2267,7 +2267,7 @@ export declare namespace WindowCovering {
|
|
|
2267
2267
|
*
|
|
2268
2268
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
2269
2269
|
*
|
|
2270
|
-
* @see {@link MatterSpecification.
|
|
2270
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.2
|
|
2271
2271
|
*/
|
|
2272
2272
|
readonly tilt: BitFlag;
|
|
2273
2273
|
/**
|
|
@@ -2285,7 +2285,7 @@ export declare namespace WindowCovering {
|
|
|
2285
2285
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
2286
2286
|
* for new implementations.
|
|
2287
2287
|
*
|
|
2288
|
-
* @see {@link MatterSpecification.
|
|
2288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.4.4
|
|
2289
2289
|
*/
|
|
2290
2290
|
readonly absolutePosition: BitFlag;
|
|
2291
2291
|
/**
|
|
@@ -2449,7 +2449,7 @@ export declare namespace WindowCovering {
|
|
|
2449
2449
|
/**
|
|
2450
2450
|
* This attribute shall identify the type of window covering.
|
|
2451
2451
|
*
|
|
2452
|
-
* @see {@link MatterSpecification.
|
|
2452
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.1
|
|
2453
2453
|
*/
|
|
2454
2454
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
2455
2455
|
/**
|
|
@@ -2458,7 +2458,7 @@ export declare namespace WindowCovering {
|
|
|
2458
2458
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
2459
2459
|
* clearing of each bit is vendor specific.
|
|
2460
2460
|
*
|
|
2461
|
-
* @see {@link MatterSpecification.
|
|
2461
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.8
|
|
2462
2462
|
*/
|
|
2463
2463
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2464
2464
|
/**
|
|
@@ -2470,7 +2470,7 @@ export declare namespace WindowCovering {
|
|
|
2470
2470
|
*
|
|
2471
2471
|
* • 1 = Operational
|
|
2472
2472
|
*
|
|
2473
|
-
* @see {@link MatterSpecification.
|
|
2473
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.1
|
|
2474
2474
|
*/
|
|
2475
2475
|
operational: BitFlag;
|
|
2476
2476
|
onlineReserved: BitFlag;
|
|
@@ -2483,7 +2483,7 @@ export declare namespace WindowCovering {
|
|
|
2483
2483
|
*
|
|
2484
2484
|
* • 1 = Lift movement is reversed
|
|
2485
2485
|
*
|
|
2486
|
-
* @see {@link MatterSpecification.
|
|
2486
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.2
|
|
2487
2487
|
*/
|
|
2488
2488
|
liftMovementReversed: BitFlag;
|
|
2489
2489
|
/**
|
|
@@ -2495,7 +2495,7 @@ export declare namespace WindowCovering {
|
|
|
2495
2495
|
*
|
|
2496
2496
|
* • 1 = Lift control is position aware (PA_LF)
|
|
2497
2497
|
*
|
|
2498
|
-
* @see {@link MatterSpecification.
|
|
2498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.3
|
|
2499
2499
|
*/
|
|
2500
2500
|
liftPositionAware: BitFlag;
|
|
2501
2501
|
/**
|
|
@@ -2507,7 +2507,7 @@ export declare namespace WindowCovering {
|
|
|
2507
2507
|
*
|
|
2508
2508
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
2509
2509
|
*
|
|
2510
|
-
* @see {@link MatterSpecification.
|
|
2510
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.4
|
|
2511
2511
|
*/
|
|
2512
2512
|
tiltPositionAware: BitFlag;
|
|
2513
2513
|
/**
|
|
@@ -2520,7 +2520,7 @@ export declare namespace WindowCovering {
|
|
|
2520
2520
|
*
|
|
2521
2521
|
* • 1 = Encoder Controlled
|
|
2522
2522
|
*
|
|
2523
|
-
* @see {@link MatterSpecification.
|
|
2523
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.5
|
|
2524
2524
|
*/
|
|
2525
2525
|
liftEncoderControlled: BitFlag;
|
|
2526
2526
|
/**
|
|
@@ -2533,14 +2533,14 @@ export declare namespace WindowCovering {
|
|
|
2533
2533
|
*
|
|
2534
2534
|
* • 1 = Encoder Controlled
|
|
2535
2535
|
*
|
|
2536
|
-
* @see {@link MatterSpecification.
|
|
2536
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.1.6
|
|
2537
2537
|
*/
|
|
2538
2538
|
tiltEncoderControlled: BitFlag;
|
|
2539
2539
|
}>, any>;
|
|
2540
2540
|
/**
|
|
2541
2541
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
2542
2542
|
*
|
|
2543
|
-
* @see {@link MatterSpecification.
|
|
2543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.15
|
|
2544
2544
|
*/
|
|
2545
2545
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2546
2546
|
/**
|
|
@@ -2549,7 +2549,7 @@ export declare namespace WindowCovering {
|
|
|
2549
2549
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
2550
2550
|
* operational state shall always reflect the overall motion of the device.
|
|
2551
2551
|
*
|
|
2552
|
-
* @see {@link MatterSpecification.
|
|
2552
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.1
|
|
2553
2553
|
*/
|
|
2554
2554
|
global: BitFieldEnum<MovementStatus>;
|
|
2555
2555
|
/**
|
|
@@ -2557,7 +2557,7 @@ export declare namespace WindowCovering {
|
|
|
2557
2557
|
*
|
|
2558
2558
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
2559
2559
|
*
|
|
2560
|
-
* @see {@link MatterSpecification.
|
|
2560
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.2
|
|
2561
2561
|
*/
|
|
2562
2562
|
lift: BitFieldEnum<MovementStatus>;
|
|
2563
2563
|
/**
|
|
@@ -2565,7 +2565,7 @@ export declare namespace WindowCovering {
|
|
|
2565
2565
|
*
|
|
2566
2566
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
2567
2567
|
*
|
|
2568
|
-
* @see {@link MatterSpecification.
|
|
2568
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.3.3
|
|
2569
2569
|
*/
|
|
2570
2570
|
tilt: BitFieldEnum<MovementStatus>;
|
|
2571
2571
|
}>, any>;
|
|
@@ -2575,7 +2575,7 @@ export declare namespace WindowCovering {
|
|
|
2575
2575
|
*
|
|
2576
2576
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
2577
2577
|
*
|
|
2578
|
-
* @see {@link MatterSpecification.
|
|
2578
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.16
|
|
2579
2579
|
*/
|
|
2580
2580
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
2581
2581
|
/**
|
|
@@ -2588,7 +2588,7 @@ export declare namespace WindowCovering {
|
|
|
2588
2588
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
2589
2589
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
2590
2590
|
*
|
|
2591
|
-
* @see {@link MatterSpecification.
|
|
2591
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.21
|
|
2592
2592
|
*/
|
|
2593
2593
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2594
2594
|
/**
|
|
@@ -2600,7 +2600,7 @@ export declare namespace WindowCovering {
|
|
|
2600
2600
|
*
|
|
2601
2601
|
* • 1 = Lift movement is reversed
|
|
2602
2602
|
*
|
|
2603
|
-
* @see {@link MatterSpecification.
|
|
2603
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.1
|
|
2604
2604
|
*/
|
|
2605
2605
|
motorDirectionReversed: BitFlag;
|
|
2606
2606
|
/**
|
|
@@ -2612,7 +2612,7 @@ export declare namespace WindowCovering {
|
|
|
2612
2612
|
*
|
|
2613
2613
|
* • 1 = Calibration mode
|
|
2614
2614
|
*
|
|
2615
|
-
* @see {@link MatterSpecification.
|
|
2615
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.2
|
|
2616
2616
|
*/
|
|
2617
2617
|
calibrationMode: BitFlag;
|
|
2618
2618
|
/**
|
|
@@ -2624,7 +2624,7 @@ export declare namespace WindowCovering {
|
|
|
2624
2624
|
*
|
|
2625
2625
|
* • 1 = Maintenance mode
|
|
2626
2626
|
*
|
|
2627
|
-
* @see {@link MatterSpecification.
|
|
2627
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.3
|
|
2628
2628
|
*/
|
|
2629
2629
|
maintenanceMode: BitFlag;
|
|
2630
2630
|
/**
|
|
@@ -2636,7 +2636,7 @@ export declare namespace WindowCovering {
|
|
|
2636
2636
|
*
|
|
2637
2637
|
* • 1 = LEDs will display feedback
|
|
2638
2638
|
*
|
|
2639
|
-
* @see {@link MatterSpecification.
|
|
2639
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.5.2.4
|
|
2640
2640
|
*/
|
|
2641
2641
|
ledFeedback: BitFlag;
|
|
2642
2642
|
}>, any>;
|
|
@@ -2645,7 +2645,7 @@ export declare namespace WindowCovering {
|
|
|
2645
2645
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
2646
2646
|
* or several bit flags from this attribute (all optional).
|
|
2647
2647
|
*
|
|
2648
|
-
* @see {@link MatterSpecification.
|
|
2648
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.6.22
|
|
2649
2649
|
*/
|
|
2650
2650
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2651
2651
|
/**
|
|
@@ -2706,7 +2706,7 @@ export declare namespace WindowCovering {
|
|
|
2706
2706
|
/**
|
|
2707
2707
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
2708
2708
|
*
|
|
2709
|
-
* @see {@link MatterSpecification.
|
|
2709
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.4.1
|
|
2710
2710
|
*/
|
|
2711
2711
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2712
2712
|
}>, void, any> & {
|
|
@@ -2735,7 +2735,7 @@ export declare namespace WindowCovering {
|
|
|
2735
2735
|
/**
|
|
2736
2736
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
2737
2737
|
*
|
|
2738
|
-
* @see {@link MatterSpecification.
|
|
2738
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.6.1
|
|
2739
2739
|
*/
|
|
2740
2740
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2741
2741
|
}>, void, any> & {
|
|
@@ -2788,7 +2788,7 @@ export declare namespace WindowCovering {
|
|
|
2788
2788
|
*
|
|
2789
2789
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
2790
2790
|
*
|
|
2791
|
-
* @see {@link MatterSpecification.
|
|
2791
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.1
|
|
2792
2792
|
*/
|
|
2793
2793
|
readonly upOrOpen: Command<void, void, any>;
|
|
2794
2794
|
/**
|
|
@@ -2819,7 +2819,7 @@ export declare namespace WindowCovering {
|
|
|
2819
2819
|
*
|
|
2820
2820
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
2821
2821
|
*
|
|
2822
|
-
* @see {@link MatterSpecification.
|
|
2822
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.2
|
|
2823
2823
|
*/
|
|
2824
2824
|
readonly downOrClose: Command<void, void, any>;
|
|
2825
2825
|
/**
|
|
@@ -2832,7 +2832,7 @@ export declare namespace WindowCovering {
|
|
|
2832
2832
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
2833
2833
|
* value.
|
|
2834
2834
|
*
|
|
2835
|
-
* @see {@link MatterSpecification.
|
|
2835
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.3.7.3
|
|
2836
2836
|
*/
|
|
2837
2837
|
readonly stopMotion: Command<void, void, any>;
|
|
2838
2838
|
};
|