@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b
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/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/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/dist/cjs/common/DeviceClassification.d.ts +0 -44
- package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
- package/dist/cjs/common/DeviceClassification.js +0 -38
- package/dist/cjs/common/DeviceClassification.js.map +0 -6
- package/dist/esm/common/DeviceClassification.d.ts +0 -44
- package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
- package/dist/esm/common/DeviceClassification.js +0 -18
- package/dist/esm/common/DeviceClassification.js.map +0 -6
- package/src/common/DeviceClassification.ts +0 -49
|
@@ -31,7 +31,7 @@ export namespace WindowCovering {
|
|
|
31
31
|
/**
|
|
32
32
|
* These are optional features supported by WindowCoveringCluster.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4
|
|
35
35
|
*/
|
|
36
36
|
export enum Feature {
|
|
37
37
|
/**
|
|
@@ -41,7 +41,7 @@ export namespace WindowCovering {
|
|
|
41
41
|
* lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open and
|
|
42
42
|
* Close).
|
|
43
43
|
*
|
|
44
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.1
|
|
45
45
|
*/
|
|
46
46
|
Lift = "Lift",
|
|
47
47
|
|
|
@@ -50,7 +50,7 @@ export namespace WindowCovering {
|
|
|
50
50
|
*
|
|
51
51
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
52
52
|
*
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.2
|
|
54
54
|
*/
|
|
55
55
|
Tilt = "Tilt",
|
|
56
56
|
|
|
@@ -70,7 +70,7 @@ export namespace WindowCovering {
|
|
|
70
70
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported for
|
|
71
71
|
* new implementations.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.4
|
|
74
74
|
*/
|
|
75
75
|
AbsolutePosition = "AbsolutePosition",
|
|
76
76
|
|
|
@@ -85,41 +85,41 @@ export namespace WindowCovering {
|
|
|
85
85
|
/**
|
|
86
86
|
* Input to the WindowCovering goToLiftPercentage command
|
|
87
87
|
*
|
|
88
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
89
89
|
*/
|
|
90
90
|
export const TlvGoToLiftPercentageRequest = TlvObject({ liftPercent100thsValue: TlvField(0, TlvPercent100ths) });
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* Input to the WindowCovering goToLiftPercentage command
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
96
96
|
*/
|
|
97
97
|
export interface GoToLiftPercentageRequest extends TypeFromSchema<typeof TlvGoToLiftPercentageRequest> {}
|
|
98
98
|
|
|
99
99
|
/**
|
|
100
100
|
* Input to the WindowCovering goToTiltPercentage command
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
103
103
|
*/
|
|
104
104
|
export const TlvGoToTiltPercentageRequest = TlvObject({ tiltPercent100thsValue: TlvField(0, TlvPercent100ths) });
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
107
|
* Input to the WindowCovering goToTiltPercentage command
|
|
108
108
|
*
|
|
109
|
-
* @see {@link MatterSpecification.
|
|
109
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
110
110
|
*/
|
|
111
111
|
export interface GoToTiltPercentageRequest extends TypeFromSchema<typeof TlvGoToTiltPercentageRequest> {}
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
114
|
* Input to the WindowCovering goToLiftValue command
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4
|
|
117
117
|
*/
|
|
118
118
|
export const TlvGoToLiftValueRequest = TlvObject({
|
|
119
119
|
/**
|
|
120
120
|
* This field shall specify the requested physical lift/slide position in unit cm (centimeters).
|
|
121
121
|
*
|
|
122
|
-
* @see {@link MatterSpecification.
|
|
122
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4.1
|
|
123
123
|
*/
|
|
124
124
|
liftValue: TlvField(0, TlvUInt16)
|
|
125
125
|
});
|
|
@@ -127,20 +127,20 @@ export namespace WindowCovering {
|
|
|
127
127
|
/**
|
|
128
128
|
* Input to the WindowCovering goToLiftValue command
|
|
129
129
|
*
|
|
130
|
-
* @see {@link MatterSpecification.
|
|
130
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4
|
|
131
131
|
*/
|
|
132
132
|
export interface GoToLiftValueRequest extends TypeFromSchema<typeof TlvGoToLiftValueRequest> {}
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
135
|
* Input to the WindowCovering goToTiltValue command
|
|
136
136
|
*
|
|
137
|
-
* @see {@link MatterSpecification.
|
|
137
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6
|
|
138
138
|
*/
|
|
139
139
|
export const TlvGoToTiltValueRequest = TlvObject({
|
|
140
140
|
/**
|
|
141
141
|
* This field shall specify the requested physical tilt position in unit 0.1° (tenth of a degrees).
|
|
142
142
|
*
|
|
143
|
-
* @see {@link MatterSpecification.
|
|
143
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6.1
|
|
144
144
|
*/
|
|
145
145
|
tiltValue: TlvField(0, TlvUInt16)
|
|
146
146
|
});
|
|
@@ -148,12 +148,12 @@ export namespace WindowCovering {
|
|
|
148
148
|
/**
|
|
149
149
|
* Input to the WindowCovering goToTiltValue command
|
|
150
150
|
*
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6
|
|
152
152
|
*/
|
|
153
153
|
export interface GoToTiltValueRequest extends TypeFromSchema<typeof TlvGoToTiltValueRequest> {}
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.5
|
|
157
157
|
*/
|
|
158
158
|
export enum WindowCoveringType {
|
|
159
159
|
/**
|
|
@@ -213,7 +213,7 @@ export namespace WindowCovering {
|
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1
|
|
217
217
|
*/
|
|
218
218
|
export const ConfigStatus = {
|
|
219
219
|
/**
|
|
@@ -225,7 +225,7 @@ export namespace WindowCovering {
|
|
|
225
225
|
*
|
|
226
226
|
* • 1 = Operational
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.1
|
|
229
229
|
*/
|
|
230
230
|
operational: BitFlag(0),
|
|
231
231
|
|
|
@@ -240,7 +240,7 @@ export namespace WindowCovering {
|
|
|
240
240
|
*
|
|
241
241
|
* • 1 = Lift movement is reversed
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.2
|
|
244
244
|
*/
|
|
245
245
|
liftMovementReversed: BitFlag(2),
|
|
246
246
|
|
|
@@ -253,7 +253,7 @@ export namespace WindowCovering {
|
|
|
253
253
|
*
|
|
254
254
|
* • 1 = Lift control is position aware (PA_LF)
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.3
|
|
257
257
|
*/
|
|
258
258
|
liftPositionAware: BitFlag(3),
|
|
259
259
|
|
|
@@ -266,7 +266,7 @@ export namespace WindowCovering {
|
|
|
266
266
|
*
|
|
267
267
|
* • 1 = Tilt control is position aware (PA_TL)
|
|
268
268
|
*
|
|
269
|
-
* @see {@link MatterSpecification.
|
|
269
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.4
|
|
270
270
|
*/
|
|
271
271
|
tiltPositionAware: BitFlag(4),
|
|
272
272
|
|
|
@@ -280,7 +280,7 @@ export namespace WindowCovering {
|
|
|
280
280
|
*
|
|
281
281
|
* • 1 = Encoder Controlled
|
|
282
282
|
*
|
|
283
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.5
|
|
284
284
|
*/
|
|
285
285
|
liftEncoderControlled: BitFlag(5),
|
|
286
286
|
|
|
@@ -294,7 +294,7 @@ export namespace WindowCovering {
|
|
|
294
294
|
*
|
|
295
295
|
* • 1 = Encoder Controlled
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.1.6
|
|
298
298
|
*/
|
|
299
299
|
tiltEncoderControlled: BitFlag(6)
|
|
300
300
|
};
|
|
@@ -311,7 +311,7 @@ export namespace WindowCovering {
|
|
|
311
311
|
*
|
|
312
312
|
* • 11b = Reserved
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3
|
|
315
315
|
*/
|
|
316
316
|
export const OperationalStatus = {
|
|
317
317
|
/**
|
|
@@ -320,7 +320,7 @@ export namespace WindowCovering {
|
|
|
320
320
|
* These bits shall indicate in which direction the covering is currently moving or if it has stopped. Global
|
|
321
321
|
* operational state shall always reflect the overall motion of the device.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.1
|
|
324
324
|
*/
|
|
325
325
|
global: BitFieldEnum<MovementStatus>(0, 2),
|
|
326
326
|
|
|
@@ -329,7 +329,7 @@ export namespace WindowCovering {
|
|
|
329
329
|
*
|
|
330
330
|
* These bits shall indicate in which direction the covering’s lift is currently moving or if it has stopped.
|
|
331
331
|
*
|
|
332
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.2
|
|
333
333
|
*/
|
|
334
334
|
lift: BitFieldEnum<MovementStatus>(2, 2),
|
|
335
335
|
|
|
@@ -338,7 +338,7 @@ export namespace WindowCovering {
|
|
|
338
338
|
*
|
|
339
339
|
* These bits shall indicate in which direction the covering’s tilt is currently moving or if it has stopped.
|
|
340
340
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
341
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.3.3
|
|
342
342
|
*/
|
|
343
343
|
tilt: BitFieldEnum<MovementStatus>(4, 2)
|
|
344
344
|
};
|
|
@@ -364,7 +364,7 @@ export namespace WindowCovering {
|
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
/**
|
|
367
|
-
* @see {@link MatterSpecification.
|
|
367
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.6
|
|
368
368
|
*/
|
|
369
369
|
export enum EndProductType {
|
|
370
370
|
/**
|
|
@@ -494,7 +494,7 @@ export namespace WindowCovering {
|
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2
|
|
498
498
|
*/
|
|
499
499
|
export const Mode = {
|
|
500
500
|
/**
|
|
@@ -506,7 +506,7 @@ export namespace WindowCovering {
|
|
|
506
506
|
*
|
|
507
507
|
* • 1 = Lift movement is reversed
|
|
508
508
|
*
|
|
509
|
-
* @see {@link MatterSpecification.
|
|
509
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.1
|
|
510
510
|
*/
|
|
511
511
|
motorDirectionReversed: BitFlag(0),
|
|
512
512
|
|
|
@@ -519,7 +519,7 @@ export namespace WindowCovering {
|
|
|
519
519
|
*
|
|
520
520
|
* • 1 = Calibration mode
|
|
521
521
|
*
|
|
522
|
-
* @see {@link MatterSpecification.
|
|
522
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.2
|
|
523
523
|
*/
|
|
524
524
|
calibrationMode: BitFlag(1),
|
|
525
525
|
|
|
@@ -532,7 +532,7 @@ export namespace WindowCovering {
|
|
|
532
532
|
*
|
|
533
533
|
* • 1 = Maintenance mode
|
|
534
534
|
*
|
|
535
|
-
* @see {@link MatterSpecification.
|
|
535
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.3
|
|
536
536
|
*/
|
|
537
537
|
maintenanceMode: BitFlag(2),
|
|
538
538
|
|
|
@@ -545,13 +545,13 @@ export namespace WindowCovering {
|
|
|
545
545
|
*
|
|
546
546
|
* • 1 = LEDs will display feedback
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.2.4
|
|
549
549
|
*/
|
|
550
550
|
ledFeedback: BitFlag(3)
|
|
551
551
|
};
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.5.4
|
|
555
555
|
*/
|
|
556
556
|
export const SafetyStatus = {
|
|
557
557
|
/**
|
|
@@ -628,7 +628,7 @@ export namespace WindowCovering {
|
|
|
628
628
|
* Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of
|
|
629
629
|
* the window covering lift.
|
|
630
630
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.2
|
|
632
632
|
*/
|
|
633
633
|
physicalClosedLimitLift: OptionalFixedAttribute(0x1, TlvUInt16, { default: 0 }),
|
|
634
634
|
|
|
@@ -636,7 +636,7 @@ export namespace WindowCovering {
|
|
|
636
636
|
* Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open
|
|
637
637
|
* position.
|
|
638
638
|
*
|
|
639
|
-
* @see {@link MatterSpecification.
|
|
639
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.4
|
|
640
640
|
*/
|
|
641
641
|
currentPositionLift: OptionalAttribute(0x3, TlvNullable(TlvUInt16), { persistent: true, default: null }),
|
|
642
642
|
|
|
@@ -644,7 +644,7 @@ export namespace WindowCovering {
|
|
|
644
644
|
* Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or
|
|
645
645
|
* timed.
|
|
646
646
|
*
|
|
647
|
-
* @see {@link MatterSpecification.
|
|
647
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.17
|
|
648
648
|
*/
|
|
649
649
|
installedOpenLimitLift: Attribute(0x10, TlvUInt16.bound({ max: 65534 }), { persistent: true, default: 0 }),
|
|
650
650
|
|
|
@@ -652,7 +652,7 @@ export namespace WindowCovering {
|
|
|
652
652
|
* Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded
|
|
653
653
|
* or timed.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.18
|
|
656
656
|
*/
|
|
657
657
|
installedClosedLimitLift: Attribute(
|
|
658
658
|
0x11,
|
|
@@ -672,7 +672,7 @@ export namespace WindowCovering {
|
|
|
672
672
|
* Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the
|
|
673
673
|
* angle of the window covering tilt.
|
|
674
674
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
675
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.3
|
|
676
676
|
*/
|
|
677
677
|
physicalClosedLimitTilt: OptionalFixedAttribute(0x2, TlvUInt16, { default: 0 }),
|
|
678
678
|
|
|
@@ -680,7 +680,7 @@ export namespace WindowCovering {
|
|
|
680
680
|
* Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the
|
|
681
681
|
* fully-open position.
|
|
682
682
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.5
|
|
684
684
|
*/
|
|
685
685
|
currentPositionTilt: OptionalAttribute(0x4, TlvNullable(TlvUInt16), { persistent: true, default: null }),
|
|
686
686
|
|
|
@@ -688,7 +688,7 @@ export namespace WindowCovering {
|
|
|
688
688
|
* Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is
|
|
689
689
|
* encoded or timed.
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.19
|
|
692
692
|
*/
|
|
693
693
|
installedOpenLimitTilt: Attribute(0x12, TlvUInt16.bound({ max: 65534 }), { persistent: true, default: 0 }),
|
|
694
694
|
|
|
@@ -696,7 +696,7 @@ export namespace WindowCovering {
|
|
|
696
696
|
* Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is
|
|
697
697
|
* encoded or timed.
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.20
|
|
700
700
|
*/
|
|
701
701
|
installedClosedLimitTilt: Attribute(
|
|
702
702
|
0x13,
|
|
@@ -715,7 +715,7 @@ export namespace WindowCovering {
|
|
|
715
715
|
* Indicates the total number of lift/slide actuations applied to the window covering since the device was
|
|
716
716
|
* installed.
|
|
717
717
|
*
|
|
718
|
-
* @see {@link MatterSpecification.
|
|
718
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.6
|
|
719
719
|
*/
|
|
720
720
|
numberOfActuationsLift: OptionalAttribute(0x5, TlvUInt16, { persistent: true, default: 0 })
|
|
721
721
|
},
|
|
@@ -741,7 +741,7 @@ export namespace WindowCovering {
|
|
|
741
741
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
742
742
|
* returned.
|
|
743
743
|
*
|
|
744
|
-
* @see {@link MatterSpecification.
|
|
744
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
745
745
|
*/
|
|
746
746
|
goToLiftPercentage: OptionalCommand(0x5, TlvGoToLiftPercentageRequest, 0x5, TlvNoResponse)
|
|
747
747
|
}
|
|
@@ -756,7 +756,7 @@ export namespace WindowCovering {
|
|
|
756
756
|
* Indicates the total number of tilt actuations applied to the window covering since the device was
|
|
757
757
|
* installed.
|
|
758
758
|
*
|
|
759
|
-
* @see {@link MatterSpecification.
|
|
759
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.7
|
|
760
760
|
*/
|
|
761
761
|
numberOfActuationsTilt: OptionalAttribute(0x6, TlvUInt16, { persistent: true, default: 0 })
|
|
762
762
|
},
|
|
@@ -782,7 +782,7 @@ export namespace WindowCovering {
|
|
|
782
782
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
783
783
|
* returned.
|
|
784
784
|
*
|
|
785
|
-
* @see {@link MatterSpecification.
|
|
785
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
786
786
|
*/
|
|
787
787
|
goToTiltPercentage: OptionalCommand(0x8, TlvGoToTiltPercentageRequest, 0x8, TlvNoResponse)
|
|
788
788
|
}
|
|
@@ -797,7 +797,7 @@ export namespace WindowCovering {
|
|
|
797
797
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
798
798
|
* equal to CurrentPositionLiftPercent100ths attribute divided by 100.
|
|
799
799
|
*
|
|
800
|
-
* @see {@link MatterSpecification.
|
|
800
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.11
|
|
801
801
|
*/
|
|
802
802
|
currentPositionLiftPercentage: OptionalAttribute(
|
|
803
803
|
0x8,
|
|
@@ -809,14 +809,14 @@ export namespace WindowCovering {
|
|
|
809
809
|
* Indicates the position where the window covering lift will go or is moving to as a percentage (Unit
|
|
810
810
|
* 0.01%).
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.13
|
|
813
813
|
*/
|
|
814
814
|
targetPositionLiftPercent100ths: Attribute(0xb, TlvNullable(TlvPercent100ths), { default: null }),
|
|
815
815
|
|
|
816
816
|
/**
|
|
817
817
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
818
818
|
*
|
|
819
|
-
* @see {@link MatterSpecification.
|
|
819
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.9
|
|
820
820
|
*/
|
|
821
821
|
currentPositionLiftPercent100ths: Attribute(
|
|
822
822
|
0xe,
|
|
@@ -846,7 +846,7 @@ export namespace WindowCovering {
|
|
|
846
846
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
847
847
|
* returned.
|
|
848
848
|
*
|
|
849
|
-
* @see {@link MatterSpecification.
|
|
849
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.5
|
|
850
850
|
*/
|
|
851
851
|
goToLiftPercentage: Command(0x5, TlvGoToLiftPercentageRequest, 0x5, TlvNoResponse)
|
|
852
852
|
}
|
|
@@ -861,7 +861,7 @@ export namespace WindowCovering {
|
|
|
861
861
|
* Indicates the actual position as a percentage from 0% to 100% with 1% default step. This attribute is
|
|
862
862
|
* equal to CurrentPositionTiltPercent100ths attribute divided by 100.
|
|
863
863
|
*
|
|
864
|
-
* @see {@link MatterSpecification.
|
|
864
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.12
|
|
865
865
|
*/
|
|
866
866
|
currentPositionTiltPercentage: OptionalAttribute(
|
|
867
867
|
0x9,
|
|
@@ -873,14 +873,14 @@ export namespace WindowCovering {
|
|
|
873
873
|
* Indicates the position where the window covering tilt will go or is moving to as a percentage (Unit
|
|
874
874
|
* 0.01%).
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.14
|
|
877
877
|
*/
|
|
878
878
|
targetPositionTiltPercent100ths: Attribute(0xc, TlvNullable(TlvPercent100ths), { default: null }),
|
|
879
879
|
|
|
880
880
|
/**
|
|
881
881
|
* Indicates the actual position as a percentage with a minimal step of 0.01%. E.g Max 10000 equals 100.00%.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.10
|
|
884
884
|
*/
|
|
885
885
|
currentPositionTiltPercent100ths: Attribute(
|
|
886
886
|
0xf,
|
|
@@ -910,7 +910,7 @@ export namespace WindowCovering {
|
|
|
910
910
|
* only a tilt control device, then the command SHOULD be ignored and a UNSUPPORTED_COMMAND status SHOULD be
|
|
911
911
|
* returned.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.7
|
|
914
914
|
*/
|
|
915
915
|
goToTiltPercentage: Command(0x8, TlvGoToTiltPercentageRequest, 0x8, TlvNoResponse)
|
|
916
916
|
}
|
|
@@ -925,7 +925,7 @@ export namespace WindowCovering {
|
|
|
925
925
|
* This command is used to set the target lift position of the window covering to the value specified in the
|
|
926
926
|
* command.
|
|
927
927
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.4
|
|
929
929
|
*/
|
|
930
930
|
goToLiftValue: OptionalCommand(0x4, TlvGoToLiftValueRequest, 0x4, TlvNoResponse)
|
|
931
931
|
}
|
|
@@ -940,7 +940,7 @@ export namespace WindowCovering {
|
|
|
940
940
|
* This command is used to set the target tilt position of the window covering to the value specified in the
|
|
941
941
|
* command.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.6
|
|
944
944
|
*/
|
|
945
945
|
goToTiltValue: OptionalCommand(0x7, TlvGoToTiltValueRequest, 0x7, TlvNoResponse)
|
|
946
946
|
}
|
|
@@ -960,14 +960,14 @@ export namespace WindowCovering {
|
|
|
960
960
|
* is lift Open and Close) or slide left to right (e.g. for a sliding curtain, Left and Right is lift Open
|
|
961
961
|
* and Close).
|
|
962
962
|
*
|
|
963
|
-
* @see {@link MatterSpecification.
|
|
963
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.1
|
|
964
964
|
*/
|
|
965
965
|
lift: BitFlag(0),
|
|
966
966
|
|
|
967
967
|
/**
|
|
968
968
|
* The Tilt feature applies to window coverings with vertical or horizontal strips.
|
|
969
969
|
*
|
|
970
|
-
* @see {@link MatterSpecification.
|
|
970
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.2
|
|
971
971
|
*/
|
|
972
972
|
tilt: BitFlag(1),
|
|
973
973
|
|
|
@@ -983,7 +983,7 @@ export namespace WindowCovering {
|
|
|
983
983
|
* As a general rule, absolute positioning (in centimeters or tenth of a degrees) SHOULD NOT be supported
|
|
984
984
|
* for new implementations.
|
|
985
985
|
*
|
|
986
|
-
* @see {@link MatterSpecification.
|
|
986
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.4.4
|
|
987
987
|
*/
|
|
988
988
|
absolutePosition: BitFlag(3),
|
|
989
989
|
|
|
@@ -1005,7 +1005,7 @@ export namespace WindowCovering {
|
|
|
1005
1005
|
*
|
|
1006
1006
|
* If the window covering supports both the LF and TL features, the following types are allowed to be used:
|
|
1007
1007
|
*
|
|
1008
|
-
* @see {@link MatterSpecification.
|
|
1008
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.1
|
|
1009
1009
|
*/
|
|
1010
1010
|
type: FixedAttribute(0x0, TlvEnum<WindowCoveringType>(), { default: WindowCoveringType.Rollershade }),
|
|
1011
1011
|
|
|
@@ -1015,14 +1015,14 @@ export namespace WindowCovering {
|
|
|
1015
1015
|
* To change settings, devices shall write to the Mode attribute. The behavior causing the setting or
|
|
1016
1016
|
* clearing of each bit is vendor specific.
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.8
|
|
1019
1019
|
*/
|
|
1020
1020
|
configStatus: Attribute(0x7, TlvBitmap(TlvUInt8, ConfigStatus), { persistent: true }),
|
|
1021
1021
|
|
|
1022
1022
|
/**
|
|
1023
1023
|
* Indicates the currently ongoing operations and applies to all type of devices.
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.15
|
|
1026
1026
|
*/
|
|
1027
1027
|
operationalStatus: Attribute(0xa, TlvBitmap(TlvUInt8, OperationalStatus)),
|
|
1028
1028
|
|
|
@@ -1040,7 +1040,7 @@ export namespace WindowCovering {
|
|
|
1040
1040
|
*
|
|
1041
1041
|
* The table below helps to match the EndProductType attribute with the Type attribute.
|
|
1042
1042
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1043
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.16
|
|
1044
1044
|
*/
|
|
1045
1045
|
endProductType: FixedAttribute(0xd, TlvEnum<EndProductType>(), { default: EndProductType.RollerShade }),
|
|
1046
1046
|
|
|
@@ -1054,7 +1054,7 @@ export namespace WindowCovering {
|
|
|
1054
1054
|
* write interaction to the Mode attribute, with an unsupported mode bit or any out of bounds bits set, must
|
|
1055
1055
|
* be ignored and a response containing the status of CONSTRAINT_ERROR will be returned.
|
|
1056
1056
|
*
|
|
1057
|
-
* @see {@link MatterSpecification.
|
|
1057
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.21
|
|
1058
1058
|
*/
|
|
1059
1059
|
mode: WritableAttribute(
|
|
1060
1060
|
0x17,
|
|
@@ -1067,7 +1067,7 @@ export namespace WindowCovering {
|
|
|
1067
1067
|
* movements. By default for nominal operation all flags are cleared (0). A device might support none, one
|
|
1068
1068
|
* or several bit flags from this attribute (all optional).
|
|
1069
1069
|
*
|
|
1070
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.6.22
|
|
1071
1071
|
*/
|
|
1072
1072
|
safetyStatus: OptionalAttribute(0x1a, TlvBitmap(TlvUInt16, SafetyStatus))
|
|
1073
1073
|
},
|
|
@@ -1103,7 +1103,7 @@ export namespace WindowCovering {
|
|
|
1103
1103
|
*
|
|
1104
1104
|
* • CurrentPositionTilt attribute shall be equal to the InstalledOpenLimitTilt attribute.
|
|
1105
1105
|
*
|
|
1106
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.1
|
|
1107
1107
|
*/
|
|
1108
1108
|
upOrOpen: Command(0x0, TlvNoArguments, 0x0, TlvNoResponse),
|
|
1109
1109
|
|
|
@@ -1137,7 +1137,7 @@ export namespace WindowCovering {
|
|
|
1137
1137
|
*
|
|
1138
1138
|
* • CurrentPositionTilt attribute shall be equal to the InstalledClosedLimitTilt attribute.
|
|
1139
1139
|
*
|
|
1140
|
-
* @see {@link MatterSpecification.
|
|
1140
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.2
|
|
1141
1141
|
*/
|
|
1142
1142
|
downOrClose: Command(0x1, TlvNoArguments, 0x1, TlvNoResponse),
|
|
1143
1143
|
|
|
@@ -1151,7 +1151,7 @@ export namespace WindowCovering {
|
|
|
1151
1151
|
* • TargetPositionTiltPercent100ths attribute will be set to CurrentPositionTiltPercent100ths attribute
|
|
1152
1152
|
* value.
|
|
1153
1153
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.
|
|
1154
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3.7.3
|
|
1155
1155
|
*/
|
|
1156
1156
|
stopMotion: Command(0x2, TlvNoArguments, 0x2, TlvNoResponse)
|
|
1157
1157
|
},
|
|
@@ -1193,7 +1193,7 @@ export namespace WindowCovering {
|
|
|
1193
1193
|
* Per the Matter specification you cannot use {@link WindowCoveringCluster} without enabling certain feature
|
|
1194
1194
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
1195
1195
|
*
|
|
1196
|
-
* @see {@link MatterSpecification.
|
|
1196
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.3
|
|
1197
1197
|
*/
|
|
1198
1198
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
1199
1199
|
|
|
@@ -59,6 +59,13 @@ export interface OperationalCertificateDclSchema {
|
|
|
59
59
|
*/
|
|
60
60
|
isRoot: boolean;
|
|
61
61
|
|
|
62
|
+
/**
|
|
63
|
+
* This field SHALL indicate whether the associated certificate is a Vendor Verification Signer Certificate
|
|
64
|
+
* (VVSC) used to sign vid_verification_statement messages as defined in Section 6.4.10, “Fabric
|
|
65
|
+
* Table Vendor ID Verification Procedure”.
|
|
66
|
+
*/
|
|
67
|
+
isVidVerificationSigner: boolean;
|
|
68
|
+
|
|
62
69
|
/**
|
|
63
70
|
* This field uniquely identifies the DCL key that was used to register the certificate in DCL, pursuant
|
|
64
71
|
* to DCL policies.
|
|
@@ -84,7 +91,8 @@ export interface OperationalCertificateDclSchema {
|
|
|
84
91
|
|
|
85
92
|
/**
|
|
86
93
|
* The SchemaVersion field value history for this schema is provided below:
|
|
87
|
-
* *
|
|
94
|
+
* * 0 Initial Release
|
|
95
|
+
* * 1 Introduction of IsVidVerificationSigner
|
|
88
96
|
*/
|
|
89
97
|
schemaVersion: number;
|
|
90
98
|
}
|
|
@@ -15,20 +15,20 @@ import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
|
15
15
|
/**
|
|
16
16
|
* This struct indicates the status of an attribute during an atomic write.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v142.Core} § 7.15.5
|
|
19
19
|
*/
|
|
20
20
|
export const TlvAtomicAttributeStatus = TlvObject({
|
|
21
21
|
/**
|
|
22
22
|
* This field shall indicate the ID of the attribute with the associated StatusCode.
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v142.Core} § 7.15.5.1
|
|
25
25
|
*/
|
|
26
26
|
attributeId: TlvField(0, TlvAttributeId),
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* This field shall indicate the atomic status of an attribute.
|
|
30
30
|
*
|
|
31
|
-
* @see {@link MatterSpecification.
|
|
31
|
+
* @see {@link MatterSpecification.v142.Core} § 7.15.5.2
|
|
32
32
|
*/
|
|
33
33
|
statusCode: TlvField(1, TlvEnum<Status>())
|
|
34
34
|
});
|
|
@@ -36,6 +36,6 @@ export const TlvAtomicAttributeStatus = TlvObject({
|
|
|
36
36
|
/**
|
|
37
37
|
* This struct indicates the status of an attribute during an atomic write.
|
|
38
38
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
39
|
+
* @see {@link MatterSpecification.v142.Core} § 7.15.5
|
|
40
40
|
*/
|
|
41
41
|
export interface AtomicAttributeStatus extends TypeFromSchema<typeof TlvAtomicAttributeStatus> {}
|
package/src/globals/Currency.ts
CHANGED
|
@@ -15,7 +15,7 @@ import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
|
15
15
|
*
|
|
16
16
|
* This data type represents a currency with an associated number of decimal points.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v142.Core} § 7.19.2.51
|
|
19
19
|
*/
|
|
20
20
|
export const TlvCurrency = TlvObject({
|
|
21
21
|
currency: TlvField(0, TlvUInt16.bound({ max: 999 })),
|
|
@@ -27,6 +27,6 @@ export const TlvCurrency = TlvObject({
|
|
|
27
27
|
*
|
|
28
28
|
* This data type represents a currency with an associated number of decimal points.
|
|
29
29
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v142.Core} § 7.19.2.51
|
|
31
31
|
*/
|
|
32
32
|
export interface Currency extends TypeFromSchema<typeof TlvCurrency> {}
|