@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- 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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- 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 +23 -23
- 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 +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- 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 +39 -39
- package/src/clusters/channel.ts +113 -113
- 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 +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- 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 +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- 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-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- 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 +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +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/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 +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- 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 +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- 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 +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- 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/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- 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 +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 5.3.5.2.4
|
|
474
474
|
*/
|
|
475
475
|
ledFeedback: BitFlag;
|
|
476
476
|
};
|
|
477
477
|
/**
|
|
478
|
-
* @see {@link MatterSpecification.
|
|
478
|
+
* @see {@link MatterSpecification.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 5.3.6.6
|
|
615
615
|
*/
|
|
616
616
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
617
617
|
};
|
|
@@ -636,7 +636,7 @@ export declare namespace WindowCovering {
|
|
|
636
636
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
637
637
|
* returned.
|
|
638
638
|
*
|
|
639
|
-
* @see {@link MatterSpecification.
|
|
639
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
640
640
|
*/
|
|
641
641
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
642
642
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -652,7 +652,7 @@ export declare namespace WindowCovering {
|
|
|
652
652
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
653
653
|
* installed.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.7
|
|
656
656
|
*/
|
|
657
657
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
658
658
|
};
|
|
@@ -677,7 +677,7 @@ export declare namespace WindowCovering {
|
|
|
677
677
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
678
678
|
* returned.
|
|
679
679
|
*
|
|
680
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
681
681
|
*/
|
|
682
682
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
683
683
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -693,20 +693,20 @@ export declare namespace WindowCovering {
|
|
|
693
693
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
694
694
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
695
695
|
*
|
|
696
|
-
* @see {@link MatterSpecification.
|
|
696
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.11
|
|
697
697
|
*/
|
|
698
698
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
699
699
|
/**
|
|
700
700
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
701
701
|
* 0.01%).
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.13
|
|
704
704
|
*/
|
|
705
705
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
706
706
|
/**
|
|
707
707
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
708
708
|
*
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.9
|
|
710
710
|
*/
|
|
711
711
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
712
712
|
};
|
|
@@ -731,7 +731,7 @@ export declare namespace WindowCovering {
|
|
|
731
731
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
732
732
|
* returned.
|
|
733
733
|
*
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
735
735
|
*/
|
|
736
736
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
737
737
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -747,20 +747,20 @@ export declare namespace WindowCovering {
|
|
|
747
747
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
748
748
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.12
|
|
751
751
|
*/
|
|
752
752
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
753
753
|
/**
|
|
754
754
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
755
755
|
* 0.01%).
|
|
756
756
|
*
|
|
757
|
-
* @see {@link MatterSpecification.
|
|
757
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.14
|
|
758
758
|
*/
|
|
759
759
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
760
760
|
/**
|
|
761
761
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
762
762
|
*
|
|
763
|
-
* @see {@link MatterSpecification.
|
|
763
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.10
|
|
764
764
|
*/
|
|
765
765
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
766
766
|
};
|
|
@@ -785,7 +785,7 @@ export declare namespace WindowCovering {
|
|
|
785
785
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
786
786
|
* returned.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
789
789
|
*/
|
|
790
790
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
791
791
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -801,13 +801,13 @@ export declare namespace WindowCovering {
|
|
|
801
801
|
* This command is used to set the target lift position of the window covering to the value specified in the
|
|
802
802
|
* command.
|
|
803
803
|
*
|
|
804
|
-
* @see {@link MatterSpecification.
|
|
804
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4
|
|
805
805
|
*/
|
|
806
806
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
807
807
|
/**
|
|
808
808
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4.1
|
|
811
811
|
*/
|
|
812
812
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
813
813
|
}>, void, any>;
|
|
@@ -822,13 +822,13 @@ export declare namespace WindowCovering {
|
|
|
822
822
|
* This command is used to set the target tilt position of the window covering to the value specified in the
|
|
823
823
|
* command.
|
|
824
824
|
*
|
|
825
|
-
* @see {@link MatterSpecification.
|
|
825
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6
|
|
826
826
|
*/
|
|
827
827
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
828
828
|
/**
|
|
829
829
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
830
830
|
*
|
|
831
|
-
* @see {@link MatterSpecification.
|
|
831
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6.1
|
|
832
832
|
*/
|
|
833
833
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
834
834
|
}>, void, any>;
|
|
@@ -847,13 +847,13 @@ export declare namespace WindowCovering {
|
|
|
847
847
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
848
848
|
* and Close).
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.1
|
|
851
851
|
*/
|
|
852
852
|
readonly lift: BitFlag;
|
|
853
853
|
/**
|
|
854
854
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
855
855
|
*
|
|
856
|
-
* @see {@link MatterSpecification.
|
|
856
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.2
|
|
857
857
|
*/
|
|
858
858
|
readonly tilt: BitFlag;
|
|
859
859
|
/**
|
|
@@ -867,7 +867,7 @@ export declare namespace WindowCovering {
|
|
|
867
867
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
868
868
|
* for new implementations.
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.4
|
|
871
871
|
*/
|
|
872
872
|
readonly absolutePosition: BitFlag;
|
|
873
873
|
/**
|
|
@@ -887,7 +887,7 @@ export declare namespace WindowCovering {
|
|
|
887
887
|
*
|
|
888
888
|
* If the window covering supports both the LF and TL features, the following types are allowed to be used:
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.1
|
|
891
891
|
*/
|
|
892
892
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
893
893
|
/**
|
|
@@ -896,7 +896,7 @@ export declare namespace WindowCovering {
|
|
|
896
896
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
897
897
|
* clearing of each bit is vendor specific.
|
|
898
898
|
*
|
|
899
|
-
* @see {@link MatterSpecification.
|
|
899
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.8
|
|
900
900
|
*/
|
|
901
901
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
902
902
|
/**
|
|
@@ -908,7 +908,7 @@ export declare namespace WindowCovering {
|
|
|
908
908
|
*
|
|
909
909
|
* • 1 = Operational
|
|
910
910
|
*
|
|
911
|
-
* @see {@link MatterSpecification.
|
|
911
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.1
|
|
912
912
|
*/
|
|
913
913
|
operational: BitFlag;
|
|
914
914
|
onlineReserved: BitFlag;
|
|
@@ -921,7 +921,7 @@ export declare namespace WindowCovering {
|
|
|
921
921
|
*
|
|
922
922
|
* • 1 = Lift movement is reversed
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.2
|
|
925
925
|
*/
|
|
926
926
|
liftMovementReversed: BitFlag;
|
|
927
927
|
/**
|
|
@@ -933,7 +933,7 @@ export declare namespace WindowCovering {
|
|
|
933
933
|
*
|
|
934
934
|
* • 1 = Lift control is position aware (PA_LF)
|
|
935
935
|
*
|
|
936
|
-
* @see {@link MatterSpecification.
|
|
936
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.3
|
|
937
937
|
*/
|
|
938
938
|
liftPositionAware: BitFlag;
|
|
939
939
|
/**
|
|
@@ -945,7 +945,7 @@ export declare namespace WindowCovering {
|
|
|
945
945
|
*
|
|
946
946
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
947
947
|
*
|
|
948
|
-
* @see {@link MatterSpecification.
|
|
948
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.4
|
|
949
949
|
*/
|
|
950
950
|
tiltPositionAware: BitFlag;
|
|
951
951
|
/**
|
|
@@ -958,7 +958,7 @@ export declare namespace WindowCovering {
|
|
|
958
958
|
*
|
|
959
959
|
* • 1 = Encoder Controlled
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.5
|
|
962
962
|
*/
|
|
963
963
|
liftEncoderControlled: BitFlag;
|
|
964
964
|
/**
|
|
@@ -971,14 +971,14 @@ export declare namespace WindowCovering {
|
|
|
971
971
|
*
|
|
972
972
|
* • 1 = Encoder Controlled
|
|
973
973
|
*
|
|
974
|
-
* @see {@link MatterSpecification.
|
|
974
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.6
|
|
975
975
|
*/
|
|
976
976
|
tiltEncoderControlled: BitFlag;
|
|
977
977
|
}>, any>;
|
|
978
978
|
/**
|
|
979
979
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
980
980
|
*
|
|
981
|
-
* @see {@link MatterSpecification.
|
|
981
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.15
|
|
982
982
|
*/
|
|
983
983
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
984
984
|
/**
|
|
@@ -987,7 +987,7 @@ export declare namespace WindowCovering {
|
|
|
987
987
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
988
988
|
* operational state shall always reflect the overall motion of the device.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.1
|
|
991
991
|
*/
|
|
992
992
|
global: BitFieldEnum<MovementStatus>;
|
|
993
993
|
/**
|
|
@@ -995,7 +995,7 @@ export declare namespace WindowCovering {
|
|
|
995
995
|
*
|
|
996
996
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
997
997
|
*
|
|
998
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.2
|
|
999
999
|
*/
|
|
1000
1000
|
lift: BitFieldEnum<MovementStatus>;
|
|
1001
1001
|
/**
|
|
@@ -1003,7 +1003,7 @@ export declare namespace WindowCovering {
|
|
|
1003
1003
|
*
|
|
1004
1004
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
1005
1005
|
*
|
|
1006
|
-
* @see {@link MatterSpecification.
|
|
1006
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.3
|
|
1007
1007
|
*/
|
|
1008
1008
|
tilt: BitFieldEnum<MovementStatus>;
|
|
1009
1009
|
}>, any>;
|
|
@@ -1021,7 +1021,7 @@ export declare namespace WindowCovering {
|
|
|
1021
1021
|
*
|
|
1022
1022
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
1023
1023
|
*
|
|
1024
|
-
* @see {@link MatterSpecification.
|
|
1024
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.16
|
|
1025
1025
|
*/
|
|
1026
1026
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
1027
1027
|
/**
|
|
@@ -1034,7 +1034,7 @@ export declare namespace WindowCovering {
|
|
|
1034
1034
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1035
1035
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.21
|
|
1038
1038
|
*/
|
|
1039
1039
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1040
1040
|
/**
|
|
@@ -1046,7 +1046,7 @@ export declare namespace WindowCovering {
|
|
|
1046
1046
|
*
|
|
1047
1047
|
* • 1 = Lift movement is reversed
|
|
1048
1048
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1049
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.1
|
|
1050
1050
|
*/
|
|
1051
1051
|
motorDirectionReversed: BitFlag;
|
|
1052
1052
|
/**
|
|
@@ -1058,7 +1058,7 @@ export declare namespace WindowCovering {
|
|
|
1058
1058
|
*
|
|
1059
1059
|
* • 1 = Calibration mode
|
|
1060
1060
|
*
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1061
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.2
|
|
1062
1062
|
*/
|
|
1063
1063
|
calibrationMode: BitFlag;
|
|
1064
1064
|
/**
|
|
@@ -1070,7 +1070,7 @@ export declare namespace WindowCovering {
|
|
|
1070
1070
|
*
|
|
1071
1071
|
* • 1 = Maintenance mode
|
|
1072
1072
|
*
|
|
1073
|
-
* @see {@link MatterSpecification.
|
|
1073
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.3
|
|
1074
1074
|
*/
|
|
1075
1075
|
maintenanceMode: BitFlag;
|
|
1076
1076
|
/**
|
|
@@ -1082,7 +1082,7 @@ export declare namespace WindowCovering {
|
|
|
1082
1082
|
*
|
|
1083
1083
|
* • 1 = LEDs will display feedback
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.4
|
|
1086
1086
|
*/
|
|
1087
1087
|
ledFeedback: BitFlag;
|
|
1088
1088
|
}>, any>;
|
|
@@ -1091,7 +1091,7 @@ export declare namespace WindowCovering {
|
|
|
1091
1091
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1092
1092
|
* or several bit flags from this attribute (all optional).
|
|
1093
1093
|
*
|
|
1094
|
-
* @see {@link MatterSpecification.
|
|
1094
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.22
|
|
1095
1095
|
*/
|
|
1096
1096
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1097
1097
|
/**
|
|
@@ -1178,7 +1178,7 @@ export declare namespace WindowCovering {
|
|
|
1178
1178
|
*
|
|
1179
1179
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1180
1180
|
*
|
|
1181
|
-
* @see {@link MatterSpecification.
|
|
1181
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.1
|
|
1182
1182
|
*/
|
|
1183
1183
|
readonly upOrOpen: Command<void, void, any>;
|
|
1184
1184
|
/**
|
|
@@ -1211,7 +1211,7 @@ export declare namespace WindowCovering {
|
|
|
1211
1211
|
*
|
|
1212
1212
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1213
1213
|
*
|
|
1214
|
-
* @see {@link MatterSpecification.
|
|
1214
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.2
|
|
1215
1215
|
*/
|
|
1216
1216
|
readonly downOrClose: Command<void, void, any>;
|
|
1217
1217
|
/**
|
|
@@ -1224,7 +1224,7 @@ export declare namespace WindowCovering {
|
|
|
1224
1224
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1225
1225
|
* value.
|
|
1226
1226
|
*
|
|
1227
|
-
* @see {@link MatterSpecification.
|
|
1227
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.3
|
|
1228
1228
|
*/
|
|
1229
1229
|
readonly stopMotion: Command<void, void, any>;
|
|
1230
1230
|
};
|
|
@@ -1244,28 +1244,28 @@ export declare namespace WindowCovering {
|
|
|
1244
1244
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
1245
1245
|
* the window covering lift.
|
|
1246
1246
|
*
|
|
1247
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.2
|
|
1248
1248
|
*/
|
|
1249
1249
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
1252
1252
|
* position.
|
|
1253
1253
|
*
|
|
1254
|
-
* @see {@link MatterSpecification.
|
|
1254
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.4
|
|
1255
1255
|
*/
|
|
1256
1256
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
1257
1257
|
/**
|
|
1258
1258
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
1259
1259
|
* timed.
|
|
1260
1260
|
*
|
|
1261
|
-
* @see {@link MatterSpecification.
|
|
1261
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.17
|
|
1262
1262
|
*/
|
|
1263
1263
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
1266
1266
|
* or timed.
|
|
1267
1267
|
*
|
|
1268
|
-
* @see {@link MatterSpecification.
|
|
1268
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.18
|
|
1269
1269
|
*/
|
|
1270
1270
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
1271
1271
|
};
|
|
@@ -1282,28 +1282,28 @@ export declare namespace WindowCovering {
|
|
|
1282
1282
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
1283
1283
|
* angle of the window covering tilt.
|
|
1284
1284
|
*
|
|
1285
|
-
* @see {@link MatterSpecification.
|
|
1285
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.3
|
|
1286
1286
|
*/
|
|
1287
1287
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
1288
1288
|
/**
|
|
1289
1289
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
1290
1290
|
* fully-open position.
|
|
1291
1291
|
*
|
|
1292
|
-
* @see {@link MatterSpecification.
|
|
1292
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.5
|
|
1293
1293
|
*/
|
|
1294
1294
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1297
1297
|
* encoded or timed.
|
|
1298
1298
|
*
|
|
1299
|
-
* @see {@link MatterSpecification.
|
|
1299
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.19
|
|
1300
1300
|
*/
|
|
1301
1301
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
1304
1304
|
* encoded or timed.
|
|
1305
1305
|
*
|
|
1306
|
-
* @see {@link MatterSpecification.
|
|
1306
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.20
|
|
1307
1307
|
*/
|
|
1308
1308
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
1309
1309
|
};
|
|
@@ -1318,7 +1318,7 @@ export declare namespace WindowCovering {
|
|
|
1318
1318
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
1319
1319
|
* installed.
|
|
1320
1320
|
*
|
|
1321
|
-
* @see {@link MatterSpecification.
|
|
1321
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.6
|
|
1322
1322
|
*/
|
|
1323
1323
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
1324
1324
|
};
|
|
@@ -1343,7 +1343,7 @@ export declare namespace WindowCovering {
|
|
|
1343
1343
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1344
1344
|
* returned.
|
|
1345
1345
|
*
|
|
1346
|
-
* @see {@link MatterSpecification.
|
|
1346
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
1347
1347
|
*/
|
|
1348
1348
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1349
1349
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1360,7 +1360,7 @@ export declare namespace WindowCovering {
|
|
|
1360
1360
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
1361
1361
|
* installed.
|
|
1362
1362
|
*
|
|
1363
|
-
* @see {@link MatterSpecification.
|
|
1363
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.7
|
|
1364
1364
|
*/
|
|
1365
1365
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
1366
1366
|
};
|
|
@@ -1385,7 +1385,7 @@ export declare namespace WindowCovering {
|
|
|
1385
1385
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1386
1386
|
* returned.
|
|
1387
1387
|
*
|
|
1388
|
-
* @see {@link MatterSpecification.
|
|
1388
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
1389
1389
|
*/
|
|
1390
1390
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1391
1391
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1403,20 +1403,20 @@ export declare namespace WindowCovering {
|
|
|
1403
1403
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
1404
1404
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
1405
1405
|
*
|
|
1406
|
-
* @see {@link MatterSpecification.
|
|
1406
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.11
|
|
1407
1407
|
*/
|
|
1408
1408
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
1411
1411
|
* 0.01%).
|
|
1412
1412
|
*
|
|
1413
|
-
* @see {@link MatterSpecification.
|
|
1413
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.13
|
|
1414
1414
|
*/
|
|
1415
1415
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
1416
1416
|
/**
|
|
1417
1417
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
1418
1418
|
*
|
|
1419
|
-
* @see {@link MatterSpecification.
|
|
1419
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.9
|
|
1420
1420
|
*/
|
|
1421
1421
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
1422
1422
|
};
|
|
@@ -1441,7 +1441,7 @@ export declare namespace WindowCovering {
|
|
|
1441
1441
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1442
1442
|
* returned.
|
|
1443
1443
|
*
|
|
1444
|
-
* @see {@link MatterSpecification.
|
|
1444
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
1445
1445
|
*/
|
|
1446
1446
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1447
1447
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1459,20 +1459,20 @@ export declare namespace WindowCovering {
|
|
|
1459
1459
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
1460
1460
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
1461
1461
|
*
|
|
1462
|
-
* @see {@link MatterSpecification.
|
|
1462
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.12
|
|
1463
1463
|
*/
|
|
1464
1464
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
1467
1467
|
* 0.01%).
|
|
1468
1468
|
*
|
|
1469
|
-
* @see {@link MatterSpecification.
|
|
1469
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.14
|
|
1470
1470
|
*/
|
|
1471
1471
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
1472
1472
|
/**
|
|
1473
1473
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.10
|
|
1476
1476
|
*/
|
|
1477
1477
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
1478
1478
|
};
|
|
@@ -1497,7 +1497,7 @@ export declare namespace WindowCovering {
|
|
|
1497
1497
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
1498
1498
|
* returned.
|
|
1499
1499
|
*
|
|
1500
|
-
* @see {@link MatterSpecification.
|
|
1500
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
1501
1501
|
*/
|
|
1502
1502
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1503
1503
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1515,13 +1515,13 @@ export declare namespace WindowCovering {
|
|
|
1515
1515
|
* This command is used to set the target lift position of the window covering to the value specified in the
|
|
1516
1516
|
* command.
|
|
1517
1517
|
*
|
|
1518
|
-
* @see {@link MatterSpecification.
|
|
1518
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4
|
|
1519
1519
|
*/
|
|
1520
1520
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1521
1521
|
/**
|
|
1522
1522
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
1523
1523
|
*
|
|
1524
|
-
* @see {@link MatterSpecification.
|
|
1524
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4.1
|
|
1525
1525
|
*/
|
|
1526
1526
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1527
1527
|
}>, void, any>;
|
|
@@ -1538,13 +1538,13 @@ export declare namespace WindowCovering {
|
|
|
1538
1538
|
* This command is used to set the target tilt position of the window covering to the value specified in the
|
|
1539
1539
|
* command.
|
|
1540
1540
|
*
|
|
1541
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6
|
|
1542
1542
|
*/
|
|
1543
1543
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1544
1544
|
/**
|
|
1545
1545
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
1546
1546
|
*
|
|
1547
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6.1
|
|
1548
1548
|
*/
|
|
1549
1549
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1550
1550
|
}>, void, any>;
|
|
@@ -1583,13 +1583,13 @@ export declare namespace WindowCovering {
|
|
|
1583
1583
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
1584
1584
|
* and Close).
|
|
1585
1585
|
*
|
|
1586
|
-
* @see {@link MatterSpecification.
|
|
1586
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.1
|
|
1587
1587
|
*/
|
|
1588
1588
|
readonly lift: BitFlag;
|
|
1589
1589
|
/**
|
|
1590
1590
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
1591
1591
|
*
|
|
1592
|
-
* @see {@link MatterSpecification.
|
|
1592
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.2
|
|
1593
1593
|
*/
|
|
1594
1594
|
readonly tilt: BitFlag;
|
|
1595
1595
|
/**
|
|
@@ -1603,7 +1603,7 @@ export declare namespace WindowCovering {
|
|
|
1603
1603
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
1604
1604
|
* for new implementations.
|
|
1605
1605
|
*
|
|
1606
|
-
* @see {@link MatterSpecification.
|
|
1606
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.4
|
|
1607
1607
|
*/
|
|
1608
1608
|
readonly absolutePosition: BitFlag;
|
|
1609
1609
|
/**
|
|
@@ -1623,7 +1623,7 @@ export declare namespace WindowCovering {
|
|
|
1623
1623
|
*
|
|
1624
1624
|
* If the window covering supports both the LF and TL features, the following types are allowed to be used:
|
|
1625
1625
|
*
|
|
1626
|
-
* @see {@link MatterSpecification.
|
|
1626
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.1
|
|
1627
1627
|
*/
|
|
1628
1628
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
1629
1629
|
/**
|
|
@@ -1632,7 +1632,7 @@ export declare namespace WindowCovering {
|
|
|
1632
1632
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
1633
1633
|
* clearing of each bit is vendor specific.
|
|
1634
1634
|
*
|
|
1635
|
-
* @see {@link MatterSpecification.
|
|
1635
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.8
|
|
1636
1636
|
*/
|
|
1637
1637
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1638
1638
|
/**
|
|
@@ -1644,7 +1644,7 @@ export declare namespace WindowCovering {
|
|
|
1644
1644
|
*
|
|
1645
1645
|
* • 1 = Operational
|
|
1646
1646
|
*
|
|
1647
|
-
* @see {@link MatterSpecification.
|
|
1647
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.1
|
|
1648
1648
|
*/
|
|
1649
1649
|
operational: BitFlag;
|
|
1650
1650
|
onlineReserved: BitFlag;
|
|
@@ -1657,7 +1657,7 @@ export declare namespace WindowCovering {
|
|
|
1657
1657
|
*
|
|
1658
1658
|
* • 1 = Lift movement is reversed
|
|
1659
1659
|
*
|
|
1660
|
-
* @see {@link MatterSpecification.
|
|
1660
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.2
|
|
1661
1661
|
*/
|
|
1662
1662
|
liftMovementReversed: BitFlag;
|
|
1663
1663
|
/**
|
|
@@ -1669,7 +1669,7 @@ export declare namespace WindowCovering {
|
|
|
1669
1669
|
*
|
|
1670
1670
|
* • 1 = Lift control is position aware (PA_LF)
|
|
1671
1671
|
*
|
|
1672
|
-
* @see {@link MatterSpecification.
|
|
1672
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.3
|
|
1673
1673
|
*/
|
|
1674
1674
|
liftPositionAware: BitFlag;
|
|
1675
1675
|
/**
|
|
@@ -1681,7 +1681,7 @@ export declare namespace WindowCovering {
|
|
|
1681
1681
|
*
|
|
1682
1682
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
1683
1683
|
*
|
|
1684
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.4
|
|
1685
1685
|
*/
|
|
1686
1686
|
tiltPositionAware: BitFlag;
|
|
1687
1687
|
/**
|
|
@@ -1694,7 +1694,7 @@ export declare namespace WindowCovering {
|
|
|
1694
1694
|
*
|
|
1695
1695
|
* • 1 = Encoder Controlled
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.5
|
|
1698
1698
|
*/
|
|
1699
1699
|
liftEncoderControlled: BitFlag;
|
|
1700
1700
|
/**
|
|
@@ -1707,14 +1707,14 @@ export declare namespace WindowCovering {
|
|
|
1707
1707
|
*
|
|
1708
1708
|
* • 1 = Encoder Controlled
|
|
1709
1709
|
*
|
|
1710
|
-
* @see {@link MatterSpecification.
|
|
1710
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.6
|
|
1711
1711
|
*/
|
|
1712
1712
|
tiltEncoderControlled: BitFlag;
|
|
1713
1713
|
}>, any>;
|
|
1714
1714
|
/**
|
|
1715
1715
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
1716
1716
|
*
|
|
1717
|
-
* @see {@link MatterSpecification.
|
|
1717
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.15
|
|
1718
1718
|
*/
|
|
1719
1719
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1720
1720
|
/**
|
|
@@ -1723,7 +1723,7 @@ export declare namespace WindowCovering {
|
|
|
1723
1723
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
1724
1724
|
* operational state shall always reflect the overall motion of the device.
|
|
1725
1725
|
*
|
|
1726
|
-
* @see {@link MatterSpecification.
|
|
1726
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.1
|
|
1727
1727
|
*/
|
|
1728
1728
|
global: BitFieldEnum<MovementStatus>;
|
|
1729
1729
|
/**
|
|
@@ -1731,7 +1731,7 @@ export declare namespace WindowCovering {
|
|
|
1731
1731
|
*
|
|
1732
1732
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
1733
1733
|
*
|
|
1734
|
-
* @see {@link MatterSpecification.
|
|
1734
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.2
|
|
1735
1735
|
*/
|
|
1736
1736
|
lift: BitFieldEnum<MovementStatus>;
|
|
1737
1737
|
/**
|
|
@@ -1739,7 +1739,7 @@ export declare namespace WindowCovering {
|
|
|
1739
1739
|
*
|
|
1740
1740
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
1741
1741
|
*
|
|
1742
|
-
* @see {@link MatterSpecification.
|
|
1742
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.3
|
|
1743
1743
|
*/
|
|
1744
1744
|
tilt: BitFieldEnum<MovementStatus>;
|
|
1745
1745
|
}>, any>;
|
|
@@ -1757,7 +1757,7 @@ export declare namespace WindowCovering {
|
|
|
1757
1757
|
*
|
|
1758
1758
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
1759
1759
|
*
|
|
1760
|
-
* @see {@link MatterSpecification.
|
|
1760
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.16
|
|
1761
1761
|
*/
|
|
1762
1762
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
1763
1763
|
/**
|
|
@@ -1770,7 +1770,7 @@ export declare namespace WindowCovering {
|
|
|
1770
1770
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1771
1771
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1772
1772
|
*
|
|
1773
|
-
* @see {@link MatterSpecification.
|
|
1773
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.21
|
|
1774
1774
|
*/
|
|
1775
1775
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1776
1776
|
/**
|
|
@@ -1782,7 +1782,7 @@ export declare namespace WindowCovering {
|
|
|
1782
1782
|
*
|
|
1783
1783
|
* • 1 = Lift movement is reversed
|
|
1784
1784
|
*
|
|
1785
|
-
* @see {@link MatterSpecification.
|
|
1785
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.1
|
|
1786
1786
|
*/
|
|
1787
1787
|
motorDirectionReversed: BitFlag;
|
|
1788
1788
|
/**
|
|
@@ -1794,7 +1794,7 @@ export declare namespace WindowCovering {
|
|
|
1794
1794
|
*
|
|
1795
1795
|
* • 1 = Calibration mode
|
|
1796
1796
|
*
|
|
1797
|
-
* @see {@link MatterSpecification.
|
|
1797
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.2
|
|
1798
1798
|
*/
|
|
1799
1799
|
calibrationMode: BitFlag;
|
|
1800
1800
|
/**
|
|
@@ -1806,7 +1806,7 @@ export declare namespace WindowCovering {
|
|
|
1806
1806
|
*
|
|
1807
1807
|
* • 1 = Maintenance mode
|
|
1808
1808
|
*
|
|
1809
|
-
* @see {@link MatterSpecification.
|
|
1809
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.3
|
|
1810
1810
|
*/
|
|
1811
1811
|
maintenanceMode: BitFlag;
|
|
1812
1812
|
/**
|
|
@@ -1818,7 +1818,7 @@ export declare namespace WindowCovering {
|
|
|
1818
1818
|
*
|
|
1819
1819
|
* • 1 = LEDs will display feedback
|
|
1820
1820
|
*
|
|
1821
|
-
* @see {@link MatterSpecification.
|
|
1821
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.4
|
|
1822
1822
|
*/
|
|
1823
1823
|
ledFeedback: BitFlag;
|
|
1824
1824
|
}>, any>;
|
|
@@ -1827,7 +1827,7 @@ export declare namespace WindowCovering {
|
|
|
1827
1827
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1828
1828
|
* or several bit flags from this attribute (all optional).
|
|
1829
1829
|
*
|
|
1830
|
-
* @see {@link MatterSpecification.
|
|
1830
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.22
|
|
1831
1831
|
*/
|
|
1832
1832
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1833
1833
|
/**
|
|
@@ -1914,7 +1914,7 @@ export declare namespace WindowCovering {
|
|
|
1914
1914
|
*
|
|
1915
1915
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1916
1916
|
*
|
|
1917
|
-
* @see {@link MatterSpecification.
|
|
1917
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.1
|
|
1918
1918
|
*/
|
|
1919
1919
|
readonly upOrOpen: Command<void, void, any>;
|
|
1920
1920
|
/**
|
|
@@ -1947,7 +1947,7 @@ export declare namespace WindowCovering {
|
|
|
1947
1947
|
*
|
|
1948
1948
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1949
1949
|
*
|
|
1950
|
-
* @see {@link MatterSpecification.
|
|
1950
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.2
|
|
1951
1951
|
*/
|
|
1952
1952
|
readonly downOrClose: Command<void, void, any>;
|
|
1953
1953
|
/**
|
|
@@ -1960,7 +1960,7 @@ export declare namespace WindowCovering {
|
|
|
1960
1960
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1961
1961
|
* value.
|
|
1962
1962
|
*
|
|
1963
|
-
* @see {@link MatterSpecification.
|
|
1963
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.3
|
|
1964
1964
|
*/
|
|
1965
1965
|
readonly stopMotion: Command<void, void, any>;
|
|
1966
1966
|
};
|
|
@@ -1980,28 +1980,28 @@ export declare namespace WindowCovering {
|
|
|
1980
1980
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
1981
1981
|
* the window covering lift.
|
|
1982
1982
|
*
|
|
1983
|
-
* @see {@link MatterSpecification.
|
|
1983
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.2
|
|
1984
1984
|
*/
|
|
1985
1985
|
readonly physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
1988
1988
|
* position.
|
|
1989
1989
|
*
|
|
1990
|
-
* @see {@link MatterSpecification.
|
|
1990
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.4
|
|
1991
1991
|
*/
|
|
1992
1992
|
readonly currentPositionLift: OptionalAttribute<number | null, any>;
|
|
1993
1993
|
/**
|
|
1994
1994
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
1995
1995
|
* timed.
|
|
1996
1996
|
*
|
|
1997
|
-
* @see {@link MatterSpecification.
|
|
1997
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.17
|
|
1998
1998
|
*/
|
|
1999
1999
|
readonly installedOpenLimitLift: Attribute<number, any>;
|
|
2000
2000
|
/**
|
|
2001
2001
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
2002
2002
|
* or timed.
|
|
2003
2003
|
*
|
|
2004
|
-
* @see {@link MatterSpecification.
|
|
2004
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.18
|
|
2005
2005
|
*/
|
|
2006
2006
|
readonly installedClosedLimitLift: Attribute<number, any>;
|
|
2007
2007
|
};
|
|
@@ -2018,28 +2018,28 @@ export declare namespace WindowCovering {
|
|
|
2018
2018
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
2019
2019
|
* angle of the window covering tilt.
|
|
2020
2020
|
*
|
|
2021
|
-
* @see {@link MatterSpecification.
|
|
2021
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.3
|
|
2022
2022
|
*/
|
|
2023
2023
|
readonly physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
|
|
2024
2024
|
/**
|
|
2025
2025
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
2026
2026
|
* fully-open position.
|
|
2027
2027
|
*
|
|
2028
|
-
* @see {@link MatterSpecification.
|
|
2028
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.5
|
|
2029
2029
|
*/
|
|
2030
2030
|
readonly currentPositionTilt: OptionalAttribute<number | null, any>;
|
|
2031
2031
|
/**
|
|
2032
2032
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
2033
2033
|
* encoded or timed.
|
|
2034
2034
|
*
|
|
2035
|
-
* @see {@link MatterSpecification.
|
|
2035
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.19
|
|
2036
2036
|
*/
|
|
2037
2037
|
readonly installedOpenLimitTilt: Attribute<number, any>;
|
|
2038
2038
|
/**
|
|
2039
2039
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
2040
2040
|
* encoded or timed.
|
|
2041
2041
|
*
|
|
2042
|
-
* @see {@link MatterSpecification.
|
|
2042
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.20
|
|
2043
2043
|
*/
|
|
2044
2044
|
readonly installedClosedLimitTilt: Attribute<number, any>;
|
|
2045
2045
|
};
|
|
@@ -2054,7 +2054,7 @@ export declare namespace WindowCovering {
|
|
|
2054
2054
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
2055
2055
|
* installed.
|
|
2056
2056
|
*
|
|
2057
|
-
* @see {@link MatterSpecification.
|
|
2057
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.6
|
|
2058
2058
|
*/
|
|
2059
2059
|
readonly numberOfActuationsLift: OptionalAttribute<number, any>;
|
|
2060
2060
|
};
|
|
@@ -2079,7 +2079,7 @@ export declare namespace WindowCovering {
|
|
|
2079
2079
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2080
2080
|
* returned.
|
|
2081
2081
|
*
|
|
2082
|
-
* @see {@link MatterSpecification.
|
|
2082
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
2083
2083
|
*/
|
|
2084
2084
|
readonly goToLiftPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2085
2085
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2096,7 +2096,7 @@ export declare namespace WindowCovering {
|
|
|
2096
2096
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
2097
2097
|
* installed.
|
|
2098
2098
|
*
|
|
2099
|
-
* @see {@link MatterSpecification.
|
|
2099
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.7
|
|
2100
2100
|
*/
|
|
2101
2101
|
readonly numberOfActuationsTilt: OptionalAttribute<number, any>;
|
|
2102
2102
|
};
|
|
@@ -2121,7 +2121,7 @@ export declare namespace WindowCovering {
|
|
|
2121
2121
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2122
2122
|
* returned.
|
|
2123
2123
|
*
|
|
2124
|
-
* @see {@link MatterSpecification.
|
|
2124
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
2125
2125
|
*/
|
|
2126
2126
|
readonly goToTiltPercentage: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2127
2127
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2139,20 +2139,20 @@ export declare namespace WindowCovering {
|
|
|
2139
2139
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
2140
2140
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
2141
2141
|
*
|
|
2142
|
-
* @see {@link MatterSpecification.
|
|
2142
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.11
|
|
2143
2143
|
*/
|
|
2144
2144
|
readonly currentPositionLiftPercentage: OptionalAttribute<number | null, any>;
|
|
2145
2145
|
/**
|
|
2146
2146
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
2147
2147
|
* 0.01%).
|
|
2148
2148
|
*
|
|
2149
|
-
* @see {@link MatterSpecification.
|
|
2149
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.13
|
|
2150
2150
|
*/
|
|
2151
2151
|
readonly targetPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
2152
2152
|
/**
|
|
2153
2153
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
2154
2154
|
*
|
|
2155
|
-
* @see {@link MatterSpecification.
|
|
2155
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.9
|
|
2156
2156
|
*/
|
|
2157
2157
|
readonly currentPositionLiftPercent100ths: Attribute<number | null, any>;
|
|
2158
2158
|
};
|
|
@@ -2177,7 +2177,7 @@ export declare namespace WindowCovering {
|
|
|
2177
2177
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2178
2178
|
* returned.
|
|
2179
2179
|
*
|
|
2180
|
-
* @see {@link MatterSpecification.
|
|
2180
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
2181
2181
|
*/
|
|
2182
2182
|
readonly goToLiftPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2183
2183
|
liftPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2195,20 +2195,20 @@ export declare namespace WindowCovering {
|
|
|
2195
2195
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
2196
2196
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
2197
2197
|
*
|
|
2198
|
-
* @see {@link MatterSpecification.
|
|
2198
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.12
|
|
2199
2199
|
*/
|
|
2200
2200
|
readonly currentPositionTiltPercentage: OptionalAttribute<number | null, any>;
|
|
2201
2201
|
/**
|
|
2202
2202
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
2203
2203
|
* 0.01%).
|
|
2204
2204
|
*
|
|
2205
|
-
* @see {@link MatterSpecification.
|
|
2205
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.14
|
|
2206
2206
|
*/
|
|
2207
2207
|
readonly targetPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
2208
2208
|
/**
|
|
2209
2209
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
2210
2210
|
*
|
|
2211
|
-
* @see {@link MatterSpecification.
|
|
2211
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.10
|
|
2212
2212
|
*/
|
|
2213
2213
|
readonly currentPositionTiltPercent100ths: Attribute<number | null, any>;
|
|
2214
2214
|
};
|
|
@@ -2233,7 +2233,7 @@ export declare namespace WindowCovering {
|
|
|
2233
2233
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
2234
2234
|
* returned.
|
|
2235
2235
|
*
|
|
2236
|
-
* @see {@link MatterSpecification.
|
|
2236
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
2237
2237
|
*/
|
|
2238
2238
|
readonly goToTiltPercentage: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2239
2239
|
tiltPercent100thsValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2251,13 +2251,13 @@ export declare namespace WindowCovering {
|
|
|
2251
2251
|
* This command is used to set the target lift position of the window covering to the value specified in the
|
|
2252
2252
|
* command.
|
|
2253
2253
|
*
|
|
2254
|
-
* @see {@link MatterSpecification.
|
|
2254
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4
|
|
2255
2255
|
*/
|
|
2256
2256
|
readonly goToLiftValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2257
2257
|
/**
|
|
2258
2258
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
2259
2259
|
*
|
|
2260
|
-
* @see {@link MatterSpecification.
|
|
2260
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4.1
|
|
2261
2261
|
*/
|
|
2262
2262
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2263
2263
|
}>, void, any>;
|
|
@@ -2274,13 +2274,13 @@ export declare namespace WindowCovering {
|
|
|
2274
2274
|
* This command is used to set the target tilt position of the window covering to the value specified in the
|
|
2275
2275
|
* command.
|
|
2276
2276
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2277
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6
|
|
2278
2278
|
*/
|
|
2279
2279
|
readonly goToTiltValue: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2280
2280
|
/**
|
|
2281
2281
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
2282
2282
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.
|
|
2283
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6.1
|
|
2284
2284
|
*/
|
|
2285
2285
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2286
2286
|
}>, void, any>;
|
|
@@ -2313,7 +2313,7 @@ export declare namespace WindowCovering {
|
|
|
2313
2313
|
* Per the Matter specification you cannot use {@link WindowCoveringCluster} without enabling certain feature
|
|
2314
2314
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2315
2315
|
*
|
|
2316
|
-
* @see {@link MatterSpecification.
|
|
2316
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3
|
|
2317
2317
|
*/
|
|
2318
2318
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2319
2319
|
}
|
|
@@ -2331,13 +2331,13 @@ export declare namespace WindowCovering {
|
|
|
2331
2331
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
2332
2332
|
* and Close).
|
|
2333
2333
|
*
|
|
2334
|
-
* @see {@link MatterSpecification.
|
|
2334
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.1
|
|
2335
2335
|
*/
|
|
2336
2336
|
readonly lift: BitFlag;
|
|
2337
2337
|
/**
|
|
2338
2338
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
2339
2339
|
*
|
|
2340
|
-
* @see {@link MatterSpecification.
|
|
2340
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.2
|
|
2341
2341
|
*/
|
|
2342
2342
|
readonly tilt: BitFlag;
|
|
2343
2343
|
/**
|
|
@@ -2351,7 +2351,7 @@ export declare namespace WindowCovering {
|
|
|
2351
2351
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
2352
2352
|
* for new implementations.
|
|
2353
2353
|
*
|
|
2354
|
-
* @see {@link MatterSpecification.
|
|
2354
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.4
|
|
2355
2355
|
*/
|
|
2356
2356
|
readonly absolutePosition: BitFlag;
|
|
2357
2357
|
/**
|
|
@@ -2521,7 +2521,7 @@ export declare namespace WindowCovering {
|
|
|
2521
2521
|
*
|
|
2522
2522
|
* If the window covering supports both the LF and TL features, the following types are allowed to be used:
|
|
2523
2523
|
*
|
|
2524
|
-
* @see {@link MatterSpecification.
|
|
2524
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.1
|
|
2525
2525
|
*/
|
|
2526
2526
|
readonly type: FixedAttribute<WindowCoveringType, any>;
|
|
2527
2527
|
/**
|
|
@@ -2530,7 +2530,7 @@ export declare namespace WindowCovering {
|
|
|
2530
2530
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
2531
2531
|
* clearing of each bit is vendor specific.
|
|
2532
2532
|
*
|
|
2533
|
-
* @see {@link MatterSpecification.
|
|
2533
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.8
|
|
2534
2534
|
*/
|
|
2535
2535
|
readonly configStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2536
2536
|
/**
|
|
@@ -2542,7 +2542,7 @@ export declare namespace WindowCovering {
|
|
|
2542
2542
|
*
|
|
2543
2543
|
* • 1 = Operational
|
|
2544
2544
|
*
|
|
2545
|
-
* @see {@link MatterSpecification.
|
|
2545
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.1
|
|
2546
2546
|
*/
|
|
2547
2547
|
operational: BitFlag;
|
|
2548
2548
|
onlineReserved: BitFlag;
|
|
@@ -2555,7 +2555,7 @@ export declare namespace WindowCovering {
|
|
|
2555
2555
|
*
|
|
2556
2556
|
* • 1 = Lift movement is reversed
|
|
2557
2557
|
*
|
|
2558
|
-
* @see {@link MatterSpecification.
|
|
2558
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.2
|
|
2559
2559
|
*/
|
|
2560
2560
|
liftMovementReversed: BitFlag;
|
|
2561
2561
|
/**
|
|
@@ -2567,7 +2567,7 @@ export declare namespace WindowCovering {
|
|
|
2567
2567
|
*
|
|
2568
2568
|
* • 1 = Lift control is position aware (PA_LF)
|
|
2569
2569
|
*
|
|
2570
|
-
* @see {@link MatterSpecification.
|
|
2570
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.3
|
|
2571
2571
|
*/
|
|
2572
2572
|
liftPositionAware: BitFlag;
|
|
2573
2573
|
/**
|
|
@@ -2579,7 +2579,7 @@ export declare namespace WindowCovering {
|
|
|
2579
2579
|
*
|
|
2580
2580
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
2581
2581
|
*
|
|
2582
|
-
* @see {@link MatterSpecification.
|
|
2582
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.4
|
|
2583
2583
|
*/
|
|
2584
2584
|
tiltPositionAware: BitFlag;
|
|
2585
2585
|
/**
|
|
@@ -2592,7 +2592,7 @@ export declare namespace WindowCovering {
|
|
|
2592
2592
|
*
|
|
2593
2593
|
* • 1 = Encoder Controlled
|
|
2594
2594
|
*
|
|
2595
|
-
* @see {@link MatterSpecification.
|
|
2595
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.5
|
|
2596
2596
|
*/
|
|
2597
2597
|
liftEncoderControlled: BitFlag;
|
|
2598
2598
|
/**
|
|
@@ -2605,14 +2605,14 @@ export declare namespace WindowCovering {
|
|
|
2605
2605
|
*
|
|
2606
2606
|
* • 1 = Encoder Controlled
|
|
2607
2607
|
*
|
|
2608
|
-
* @see {@link MatterSpecification.
|
|
2608
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.6
|
|
2609
2609
|
*/
|
|
2610
2610
|
tiltEncoderControlled: BitFlag;
|
|
2611
2611
|
}>, any>;
|
|
2612
2612
|
/**
|
|
2613
2613
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
2614
2614
|
*
|
|
2615
|
-
* @see {@link MatterSpecification.
|
|
2615
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.15
|
|
2616
2616
|
*/
|
|
2617
2617
|
readonly operationalStatus: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2618
2618
|
/**
|
|
@@ -2621,7 +2621,7 @@ export declare namespace WindowCovering {
|
|
|
2621
2621
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
2622
2622
|
* operational state shall always reflect the overall motion of the device.
|
|
2623
2623
|
*
|
|
2624
|
-
* @see {@link MatterSpecification.
|
|
2624
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.1
|
|
2625
2625
|
*/
|
|
2626
2626
|
global: BitFieldEnum<MovementStatus>;
|
|
2627
2627
|
/**
|
|
@@ -2629,7 +2629,7 @@ export declare namespace WindowCovering {
|
|
|
2629
2629
|
*
|
|
2630
2630
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
2631
2631
|
*
|
|
2632
|
-
* @see {@link MatterSpecification.
|
|
2632
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.2
|
|
2633
2633
|
*/
|
|
2634
2634
|
lift: BitFieldEnum<MovementStatus>;
|
|
2635
2635
|
/**
|
|
@@ -2637,7 +2637,7 @@ export declare namespace WindowCovering {
|
|
|
2637
2637
|
*
|
|
2638
2638
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
2639
2639
|
*
|
|
2640
|
-
* @see {@link MatterSpecification.
|
|
2640
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.3
|
|
2641
2641
|
*/
|
|
2642
2642
|
tilt: BitFieldEnum<MovementStatus>;
|
|
2643
2643
|
}>, any>;
|
|
@@ -2655,7 +2655,7 @@ export declare namespace WindowCovering {
|
|
|
2655
2655
|
*
|
|
2656
2656
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
2657
2657
|
*
|
|
2658
|
-
* @see {@link MatterSpecification.
|
|
2658
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.16
|
|
2659
2659
|
*/
|
|
2660
2660
|
readonly endProductType: FixedAttribute<EndProductType, any>;
|
|
2661
2661
|
/**
|
|
@@ -2668,7 +2668,7 @@ export declare namespace WindowCovering {
|
|
|
2668
2668
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
2669
2669
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
2670
2670
|
*
|
|
2671
|
-
* @see {@link MatterSpecification.
|
|
2671
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.21
|
|
2672
2672
|
*/
|
|
2673
2673
|
readonly mode: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2674
2674
|
/**
|
|
@@ -2680,7 +2680,7 @@ export declare namespace WindowCovering {
|
|
|
2680
2680
|
*
|
|
2681
2681
|
* • 1 = Lift movement is reversed
|
|
2682
2682
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2683
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.1
|
|
2684
2684
|
*/
|
|
2685
2685
|
motorDirectionReversed: BitFlag;
|
|
2686
2686
|
/**
|
|
@@ -2692,7 +2692,7 @@ export declare namespace WindowCovering {
|
|
|
2692
2692
|
*
|
|
2693
2693
|
* • 1 = Calibration mode
|
|
2694
2694
|
*
|
|
2695
|
-
* @see {@link MatterSpecification.
|
|
2695
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.2
|
|
2696
2696
|
*/
|
|
2697
2697
|
calibrationMode: BitFlag;
|
|
2698
2698
|
/**
|
|
@@ -2704,7 +2704,7 @@ export declare namespace WindowCovering {
|
|
|
2704
2704
|
*
|
|
2705
2705
|
* • 1 = Maintenance mode
|
|
2706
2706
|
*
|
|
2707
|
-
* @see {@link MatterSpecification.
|
|
2707
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.3
|
|
2708
2708
|
*/
|
|
2709
2709
|
maintenanceMode: BitFlag;
|
|
2710
2710
|
/**
|
|
@@ -2716,7 +2716,7 @@ export declare namespace WindowCovering {
|
|
|
2716
2716
|
*
|
|
2717
2717
|
* • 1 = LEDs will display feedback
|
|
2718
2718
|
*
|
|
2719
|
-
* @see {@link MatterSpecification.
|
|
2719
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.4
|
|
2720
2720
|
*/
|
|
2721
2721
|
ledFeedback: BitFlag;
|
|
2722
2722
|
}>, any>;
|
|
@@ -2725,7 +2725,7 @@ export declare namespace WindowCovering {
|
|
|
2725
2725
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
2726
2726
|
* or several bit flags from this attribute (all optional).
|
|
2727
2727
|
*
|
|
2728
|
-
* @see {@link MatterSpecification.
|
|
2728
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.22
|
|
2729
2729
|
*/
|
|
2730
2730
|
readonly safetyStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2731
2731
|
/**
|
|
@@ -2786,7 +2786,7 @@ export declare namespace WindowCovering {
|
|
|
2786
2786
|
/**
|
|
2787
2787
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
2788
2788
|
*
|
|
2789
|
-
* @see {@link MatterSpecification.
|
|
2789
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4.1
|
|
2790
2790
|
*/
|
|
2791
2791
|
liftValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2792
2792
|
}>, void, any> & {
|
|
@@ -2815,7 +2815,7 @@ export declare namespace WindowCovering {
|
|
|
2815
2815
|
/**
|
|
2816
2816
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
2817
2817
|
*
|
|
2818
|
-
* @see {@link MatterSpecification.
|
|
2818
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6.1
|
|
2819
2819
|
*/
|
|
2820
2820
|
tiltValue: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2821
2821
|
}>, void, any> & {
|
|
@@ -2870,7 +2870,7 @@ export declare namespace WindowCovering {
|
|
|
2870
2870
|
*
|
|
2871
2871
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
2872
2872
|
*
|
|
2873
|
-
* @see {@link MatterSpecification.
|
|
2873
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.1
|
|
2874
2874
|
*/
|
|
2875
2875
|
readonly upOrOpen: Command<void, void, any>;
|
|
2876
2876
|
/**
|
|
@@ -2903,7 +2903,7 @@ export declare namespace WindowCovering {
|
|
|
2903
2903
|
*
|
|
2904
2904
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
2905
2905
|
*
|
|
2906
|
-
* @see {@link MatterSpecification.
|
|
2906
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.2
|
|
2907
2907
|
*/
|
|
2908
2908
|
readonly downOrClose: Command<void, void, any>;
|
|
2909
2909
|
/**
|
|
@@ -2916,7 +2916,7 @@ export declare namespace WindowCovering {
|
|
|
2916
2916
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
2917
2917
|
* value.
|
|
2918
2918
|
*
|
|
2919
|
-
* @see {@link MatterSpecification.
|
|
2919
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.3
|
|
2920
2920
|
*/
|
|
2921
2921
|
readonly stopMotion: Command<void, void, any>;
|
|
2922
2922
|
};
|