@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +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 +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -19,13 +19,13 @@ export namespace ProxyDiscovery {
|
|
|
19
19
|
/**
|
|
20
20
|
* Input to the ProxyDiscovery proxyDiscoverRequest command
|
|
21
21
|
*
|
|
22
|
-
* @see {@link MatterSpecification.
|
|
22
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12.4.1
|
|
23
23
|
*/
|
|
24
24
|
export const TlvProxyDiscoverRequest = TlvObject({
|
|
25
25
|
/**
|
|
26
26
|
* This is the Node ID of the source for which a client seeks to find a Proxy.
|
|
27
27
|
*
|
|
28
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12.4.1.1
|
|
29
29
|
*/
|
|
30
30
|
sourceNodeId: TlvField(0, TlvNodeId),
|
|
31
31
|
|
|
@@ -33,7 +33,7 @@ export namespace ProxyDiscovery {
|
|
|
33
33
|
* The number of attribute paths the client will have in the subscription request. This is a heuristic/hint to
|
|
34
34
|
* allow a Proxy to better ascertain whether it can support the ensuing subscription.
|
|
35
35
|
*
|
|
36
|
-
* @see {@link MatterSpecification.
|
|
36
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12.4.1.2
|
|
37
37
|
*/
|
|
38
38
|
numAttributePaths: TlvField(1, TlvUInt16),
|
|
39
39
|
|
|
@@ -41,7 +41,7 @@ export namespace ProxyDiscovery {
|
|
|
41
41
|
* The number of event paths the client will have in the subscription request. This is a heuristic/hint to allow
|
|
42
42
|
* a Proxy to better ascertain whether it can support the ensuing subscription.
|
|
43
43
|
*
|
|
44
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12.4.1.3
|
|
45
45
|
*/
|
|
46
46
|
numEventPaths: TlvField(2, TlvUInt16)
|
|
47
47
|
});
|
|
@@ -49,7 +49,7 @@ export namespace ProxyDiscovery {
|
|
|
49
49
|
/**
|
|
50
50
|
* Input to the ProxyDiscovery proxyDiscoverRequest command
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12.4.1
|
|
53
53
|
*/
|
|
54
54
|
export interface ProxyDiscoverRequest extends TypeFromSchema<typeof TlvProxyDiscoverRequest> {}
|
|
55
55
|
|
|
@@ -66,7 +66,7 @@ export namespace ProxyDiscovery {
|
|
|
66
66
|
* This command is used during proxy discovery, as specified in Section 9.15.7, “Proxy Discovery &
|
|
67
67
|
* Assignment Flow”.
|
|
68
68
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12.4.1
|
|
70
70
|
*/
|
|
71
71
|
proxyDiscoverRequest: Command(0x0, TlvProxyDiscoverRequest, 0x0, TlvNoResponse)
|
|
72
72
|
}
|
|
@@ -77,7 +77,7 @@ export namespace ProxyDiscovery {
|
|
|
77
77
|
* Discovery” and Section 9.15.7.4, “Step 3: Proxy Response” steps of the overall Section 9.15.7, “Proxy Discovery &
|
|
78
78
|
* Assignment Flow”.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.12
|
|
81
81
|
*/
|
|
82
82
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
83
83
|
|
|
@@ -29,7 +29,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
29
29
|
/**
|
|
30
30
|
* These are optional features supported by PumpConfigurationAndControlCluster.
|
|
31
31
|
*
|
|
32
|
-
* @see {@link MatterSpecification.
|
|
32
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.4
|
|
33
33
|
*/
|
|
34
34
|
export enum Feature {
|
|
35
35
|
/**
|
|
@@ -83,7 +83,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1
|
|
87
87
|
*/
|
|
88
88
|
export const PumpStatus = {
|
|
89
89
|
/**
|
|
@@ -91,7 +91,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
91
91
|
*
|
|
92
92
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
93
93
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
94
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.1
|
|
95
95
|
*/
|
|
96
96
|
deviceFault: BitFlag(0),
|
|
97
97
|
|
|
@@ -100,7 +100,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
100
100
|
*
|
|
101
101
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
102
102
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.2
|
|
104
104
|
*/
|
|
105
105
|
supplyFault: BitFlag(1),
|
|
106
106
|
|
|
@@ -121,7 +121,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
121
121
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
122
122
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.3
|
|
125
125
|
*/
|
|
126
126
|
localOverride: BitFlag(4),
|
|
127
127
|
|
|
@@ -136,7 +136,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
136
136
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
137
137
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.4
|
|
140
140
|
*/
|
|
141
141
|
remotePressure: BitFlag(6),
|
|
142
142
|
|
|
@@ -146,7 +146,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
146
146
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
147
147
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
148
148
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.5
|
|
150
150
|
*/
|
|
151
151
|
remoteFlow: BitFlag(7),
|
|
152
152
|
|
|
@@ -156,13 +156,13 @@ export namespace PumpConfigurationAndControl {
|
|
|
156
156
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
157
157
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
158
158
|
*
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.6
|
|
160
160
|
*/
|
|
161
161
|
remoteTemperature: BitFlag(8)
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.2
|
|
166
166
|
*/
|
|
167
167
|
export enum OperationMode {
|
|
168
168
|
/**
|
|
@@ -172,7 +172,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
172
172
|
* If the pump is running in this operation mode the setpoint is an internal variable which may be controlled
|
|
173
173
|
* between 0% and 100%, e.g., by means of the Level Control cluster
|
|
174
174
|
*
|
|
175
|
-
* @see {@link MatterSpecification.
|
|
175
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.2.1
|
|
176
176
|
*/
|
|
177
177
|
Normal = 0,
|
|
178
178
|
|
|
@@ -193,7 +193,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
/**
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
196
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3
|
|
197
197
|
*/
|
|
198
198
|
export enum ControlMode {
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
202
202
|
* The setpoint is interpreted as a percentage of the range derived from the [MinConstSpeed – MaxConstSpeed]
|
|
203
203
|
* attributes.
|
|
204
204
|
*
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
205
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.1
|
|
206
206
|
*/
|
|
207
207
|
ConstantSpeed = 0,
|
|
208
208
|
|
|
@@ -214,7 +214,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
214
214
|
* attributes. In case of a remote pressure sensor, this will be the range derived from the [MinMeasuredValue –
|
|
215
215
|
* MaxMeasuredValue] attributes of the remote pressure sensor.
|
|
216
216
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.2
|
|
218
218
|
*/
|
|
219
219
|
ConstantPressure = 1,
|
|
220
220
|
|
|
@@ -226,7 +226,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
226
226
|
* CompPressure] attributes. The internal setpoint will be lowered (compensated) dependent on the flow in the
|
|
227
227
|
* pump (lower flow ⇒ lower internal setpoint).
|
|
228
228
|
*
|
|
229
|
-
* @see {@link MatterSpecification.
|
|
229
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.3
|
|
230
230
|
*/
|
|
231
231
|
ProportionalPressure = 2,
|
|
232
232
|
|
|
@@ -238,7 +238,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
238
238
|
* In case of a remote flow sensor, this will be the range derived from the [MinMeasuredValue –
|
|
239
239
|
* MaxMeasuredValue] attributes of the remote flow sensor.
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.4
|
|
242
242
|
*/
|
|
243
243
|
ConstantFlow = 3,
|
|
244
244
|
|
|
@@ -250,7 +250,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
250
250
|
* attributes. In case of a remote temperature sensor, this will be the range derived from the [MinMeasuredValue
|
|
251
251
|
* – MaxMeasuredValue] attributes of the remote temperature sensor.
|
|
252
252
|
*
|
|
253
|
-
* @see {@link MatterSpecification.
|
|
253
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.5
|
|
254
254
|
*/
|
|
255
255
|
ConstantTemperature = 5,
|
|
256
256
|
|
|
@@ -262,7 +262,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
262
262
|
* cluster to 0, or by using the On/Off cluster. If the pump is started (at any setpoint), the speed of the pump
|
|
263
263
|
* is entirely determined by the pump.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.6
|
|
266
266
|
*/
|
|
267
267
|
Automatic = 7
|
|
268
268
|
}
|
|
@@ -278,7 +278,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
278
278
|
*
|
|
279
279
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
280
280
|
*
|
|
281
|
-
* @see {@link MatterSpecification.
|
|
281
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
282
282
|
*/
|
|
283
283
|
minConstPressure: FixedAttribute(0x3, TlvNullable(TlvInt16), { default: null }),
|
|
284
284
|
|
|
@@ -288,7 +288,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
288
288
|
*
|
|
289
289
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
292
292
|
*/
|
|
293
293
|
maxConstPressure: FixedAttribute(0x4, TlvNullable(TlvInt16), { default: null })
|
|
294
294
|
}
|
|
@@ -305,7 +305,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
305
305
|
*
|
|
306
306
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
309
309
|
*/
|
|
310
310
|
minConstPressure: OptionalFixedAttribute(0x3, TlvNullable(TlvInt16), { default: null }),
|
|
311
311
|
|
|
@@ -315,7 +315,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
315
315
|
*
|
|
316
316
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
319
319
|
*/
|
|
320
320
|
maxConstPressure: OptionalFixedAttribute(0x4, TlvNullable(TlvInt16), { default: null }),
|
|
321
321
|
|
|
@@ -325,7 +325,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
325
325
|
*
|
|
326
326
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
329
329
|
*/
|
|
330
330
|
minCompPressure: OptionalFixedAttribute(0x5, TlvNullable(TlvInt16), { default: null }),
|
|
331
331
|
|
|
@@ -335,7 +335,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
335
335
|
*
|
|
336
336
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
339
339
|
*/
|
|
340
340
|
maxCompPressure: OptionalFixedAttribute(0x6, TlvNullable(TlvInt16), { default: null }),
|
|
341
341
|
|
|
@@ -346,7 +346,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
346
346
|
*
|
|
347
347
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
350
350
|
*/
|
|
351
351
|
minConstSpeed: OptionalFixedAttribute(0x7, TlvNullable(TlvUInt16), { default: null }),
|
|
352
352
|
|
|
@@ -356,7 +356,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
356
356
|
*
|
|
357
357
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
358
358
|
*
|
|
359
|
-
* @see {@link MatterSpecification.
|
|
359
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
360
360
|
*/
|
|
361
361
|
maxConstSpeed: OptionalFixedAttribute(0x8, TlvNullable(TlvUInt16), { default: null }),
|
|
362
362
|
|
|
@@ -366,7 +366,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
366
366
|
*
|
|
367
367
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
370
370
|
*/
|
|
371
371
|
minConstFlow: OptionalFixedAttribute(0x9, TlvNullable(TlvUInt16), { default: null }),
|
|
372
372
|
|
|
@@ -376,7 +376,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
376
376
|
*
|
|
377
377
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
378
378
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
380
380
|
*/
|
|
381
381
|
maxConstFlow: OptionalFixedAttribute(0xa, TlvNullable(TlvUInt16), { default: null }),
|
|
382
382
|
|
|
@@ -386,7 +386,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
386
386
|
*
|
|
387
387
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
388
388
|
*
|
|
389
|
-
* @see {@link MatterSpecification.
|
|
389
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
390
390
|
*/
|
|
391
391
|
minConstTemp: OptionalFixedAttribute(0xb, TlvNullable(TlvInt16.bound({ min: -27315 })), { default: null }),
|
|
392
392
|
|
|
@@ -398,7 +398,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
398
398
|
*
|
|
399
399
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
400
400
|
*
|
|
401
|
-
* @see {@link MatterSpecification.
|
|
401
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
402
402
|
*/
|
|
403
403
|
maxConstTemp: OptionalFixedAttribute(0xc, TlvNullable(TlvInt16.bound({ min: -27315 })), { default: null })
|
|
404
404
|
}
|
|
@@ -415,7 +415,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
415
415
|
*
|
|
416
416
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
419
419
|
*/
|
|
420
420
|
minCompPressure: FixedAttribute(0x5, TlvNullable(TlvInt16), { default: null }),
|
|
421
421
|
|
|
@@ -425,7 +425,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
425
425
|
*
|
|
426
426
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
427
427
|
*
|
|
428
|
-
* @see {@link MatterSpecification.
|
|
428
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
429
429
|
*/
|
|
430
430
|
maxCompPressure: FixedAttribute(0x6, TlvNullable(TlvInt16), { default: null })
|
|
431
431
|
}
|
|
@@ -443,7 +443,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
443
443
|
*
|
|
444
444
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
445
445
|
*
|
|
446
|
-
* @see {@link MatterSpecification.
|
|
446
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
447
447
|
*/
|
|
448
448
|
minConstSpeed: FixedAttribute(0x7, TlvNullable(TlvUInt16), { default: null }),
|
|
449
449
|
|
|
@@ -453,7 +453,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
453
453
|
*
|
|
454
454
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
455
455
|
*
|
|
456
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
457
457
|
*/
|
|
458
458
|
maxConstSpeed: FixedAttribute(0x8, TlvNullable(TlvUInt16), { default: null })
|
|
459
459
|
}
|
|
@@ -470,7 +470,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
470
470
|
*
|
|
471
471
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
472
472
|
*
|
|
473
|
-
* @see {@link MatterSpecification.
|
|
473
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
474
474
|
*/
|
|
475
475
|
minConstFlow: FixedAttribute(0x9, TlvNullable(TlvUInt16), { default: null }),
|
|
476
476
|
|
|
@@ -480,7 +480,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
480
480
|
*
|
|
481
481
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
484
484
|
*/
|
|
485
485
|
maxConstFlow: FixedAttribute(0xa, TlvNullable(TlvUInt16), { default: null })
|
|
486
486
|
}
|
|
@@ -497,7 +497,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
497
497
|
*
|
|
498
498
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
501
501
|
*/
|
|
502
502
|
minConstTemp: FixedAttribute(0xb, TlvNullable(TlvInt16.bound({ min: -27315 })), { default: null }),
|
|
503
503
|
|
|
@@ -509,7 +509,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
509
509
|
*
|
|
510
510
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
511
511
|
*
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
513
513
|
*/
|
|
514
514
|
maxConstTemp: FixedAttribute(0xc, TlvNullable(TlvInt16.bound({ min: -27315 })), { default: null })
|
|
515
515
|
}
|
|
@@ -581,7 +581,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
581
581
|
*
|
|
582
582
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
583
583
|
*
|
|
584
|
-
* @see {@link MatterSpecification.
|
|
584
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.1
|
|
585
585
|
*/
|
|
586
586
|
maxPressure: FixedAttribute(0x0, TlvNullable(TlvInt16), { default: null }),
|
|
587
587
|
|
|
@@ -591,7 +591,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
591
591
|
*
|
|
592
592
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
593
593
|
*
|
|
594
|
-
* @see {@link MatterSpecification.
|
|
594
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.2
|
|
595
595
|
*/
|
|
596
596
|
maxSpeed: FixedAttribute(0x1, TlvNullable(TlvUInt16), { default: null }),
|
|
597
597
|
|
|
@@ -601,7 +601,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
601
601
|
*
|
|
602
602
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
603
603
|
*
|
|
604
|
-
* @see {@link MatterSpecification.
|
|
604
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.3
|
|
605
605
|
*/
|
|
606
606
|
maxFlow: FixedAttribute(0x2, TlvNullable(TlvUInt16), { default: null }),
|
|
607
607
|
|
|
@@ -611,7 +611,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
611
611
|
*
|
|
612
612
|
* controller function is not active, the corresponding bit shall be set to 0.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.14
|
|
615
615
|
*/
|
|
616
616
|
pumpStatus: OptionalAttribute(0x10, TlvBitmap(TlvUInt16, PumpStatus)),
|
|
617
617
|
|
|
@@ -628,7 +628,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
628
628
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
629
629
|
* the pump.
|
|
630
630
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.15
|
|
632
632
|
*/
|
|
633
633
|
effectiveOperationMode: Attribute(0x11, TlvEnum<OperationMode>(), { persistent: true }),
|
|
634
634
|
|
|
@@ -652,7 +652,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
652
652
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
653
653
|
* the pump.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.16
|
|
656
656
|
*/
|
|
657
657
|
effectiveControlMode: Attribute(0x12, TlvEnum<ControlMode>(), { persistent: true }),
|
|
658
658
|
|
|
@@ -666,7 +666,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
666
666
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
667
667
|
* of capacity less than zero have no physical meaning.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.17
|
|
670
670
|
*/
|
|
671
671
|
capacity: Attribute(0x13, TlvNullable(TlvInt16), { default: null }),
|
|
672
672
|
|
|
@@ -679,7 +679,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
679
679
|
*
|
|
680
680
|
* Valid range is 0 to 65,534 RPM.
|
|
681
681
|
*
|
|
682
|
-
* @see {@link MatterSpecification.
|
|
682
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.18
|
|
683
683
|
*/
|
|
684
684
|
speed: OptionalAttribute(0x14, TlvNullable(TlvUInt16), { default: null }),
|
|
685
685
|
|
|
@@ -693,7 +693,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
693
693
|
*
|
|
694
694
|
* Valid range is 0 to 16,777,214 hrs.
|
|
695
695
|
*
|
|
696
|
-
* @see {@link MatterSpecification.
|
|
696
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.19
|
|
697
697
|
*/
|
|
698
698
|
lifetimeRunningHours: OptionalWritableAttribute(
|
|
699
699
|
0x15,
|
|
@@ -710,7 +710,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
710
710
|
*
|
|
711
711
|
* Valid range is 0 to 16,777,214 Watts.
|
|
712
712
|
*
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
713
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.20
|
|
714
714
|
*/
|
|
715
715
|
power: OptionalAttribute(0x16, TlvNullable(TlvUInt24), { default: null }),
|
|
716
716
|
|
|
@@ -726,7 +726,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
726
726
|
*
|
|
727
727
|
* Null if the value is unknown.
|
|
728
728
|
*
|
|
729
|
-
* @see {@link MatterSpecification.
|
|
729
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.21
|
|
730
730
|
*/
|
|
731
731
|
lifetimeEnergyConsumed: OptionalWritableAttribute(
|
|
732
732
|
0x17,
|
|
@@ -761,7 +761,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
761
761
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
762
762
|
* CONSTRAINT_ERROR shall be returned.
|
|
763
763
|
*
|
|
764
|
-
* @see {@link MatterSpecification.
|
|
764
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.22
|
|
765
765
|
*/
|
|
766
766
|
operationMode: WritableAttribute(
|
|
767
767
|
0x20,
|
|
@@ -781,7 +781,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
781
781
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
782
782
|
* CONSTRAINT_ERROR shall be returned.
|
|
783
783
|
*
|
|
784
|
-
* @see {@link MatterSpecification.
|
|
784
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.23
|
|
785
785
|
*/
|
|
786
786
|
controlMode: OptionalWritableAttribute(
|
|
787
787
|
0x21,
|
|
@@ -790,7 +790,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
790
790
|
),
|
|
791
791
|
|
|
792
792
|
/**
|
|
793
|
-
* @see {@link MatterSpecification.
|
|
793
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7
|
|
794
794
|
* @deprecated
|
|
795
795
|
*/
|
|
796
796
|
alarmMask: OptionalWritableAttribute(0x22, TlvUInt16)
|
|
@@ -798,87 +798,87 @@ export namespace PumpConfigurationAndControl {
|
|
|
798
798
|
|
|
799
799
|
events: {
|
|
800
800
|
/**
|
|
801
|
-
* @see {@link MatterSpecification.
|
|
801
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
802
802
|
*/
|
|
803
803
|
supplyVoltageLow: OptionalEvent(0x0, EventPriority.Info, TlvNoArguments),
|
|
804
804
|
|
|
805
805
|
/**
|
|
806
|
-
* @see {@link MatterSpecification.
|
|
806
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
807
807
|
*/
|
|
808
808
|
supplyVoltageHigh: OptionalEvent(0x1, EventPriority.Info, TlvNoArguments),
|
|
809
809
|
|
|
810
810
|
/**
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
812
812
|
*/
|
|
813
813
|
powerMissingPhase: OptionalEvent(0x2, EventPriority.Info, TlvNoArguments),
|
|
814
814
|
|
|
815
815
|
/**
|
|
816
|
-
* @see {@link MatterSpecification.
|
|
816
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
817
817
|
*/
|
|
818
818
|
systemPressureLow: OptionalEvent(0x3, EventPriority.Info, TlvNoArguments),
|
|
819
819
|
|
|
820
820
|
/**
|
|
821
|
-
* @see {@link MatterSpecification.
|
|
821
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
822
822
|
*/
|
|
823
823
|
systemPressureHigh: OptionalEvent(0x4, EventPriority.Info, TlvNoArguments),
|
|
824
824
|
|
|
825
825
|
/**
|
|
826
|
-
* @see {@link MatterSpecification.
|
|
826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
827
827
|
*/
|
|
828
828
|
dryRunning: OptionalEvent(0x5, EventPriority.Critical, TlvNoArguments),
|
|
829
829
|
|
|
830
830
|
/**
|
|
831
|
-
* @see {@link MatterSpecification.
|
|
831
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
832
832
|
*/
|
|
833
833
|
motorTemperatureHigh: OptionalEvent(0x6, EventPriority.Info, TlvNoArguments),
|
|
834
834
|
|
|
835
835
|
/**
|
|
836
|
-
* @see {@link MatterSpecification.
|
|
836
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
837
837
|
*/
|
|
838
838
|
pumpMotorFatalFailure: OptionalEvent(0x7, EventPriority.Critical, TlvNoArguments),
|
|
839
839
|
|
|
840
840
|
/**
|
|
841
|
-
* @see {@link MatterSpecification.
|
|
841
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
842
842
|
*/
|
|
843
843
|
electronicTemperatureHigh: OptionalEvent(0x8, EventPriority.Info, TlvNoArguments),
|
|
844
844
|
|
|
845
845
|
/**
|
|
846
|
-
* @see {@link MatterSpecification.
|
|
846
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
847
847
|
*/
|
|
848
848
|
pumpBlocked: OptionalEvent(0x9, EventPriority.Critical, TlvNoArguments),
|
|
849
849
|
|
|
850
850
|
/**
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
852
852
|
*/
|
|
853
853
|
sensorFailure: OptionalEvent(0xa, EventPriority.Info, TlvNoArguments),
|
|
854
854
|
|
|
855
855
|
/**
|
|
856
|
-
* @see {@link MatterSpecification.
|
|
856
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
857
857
|
*/
|
|
858
858
|
electronicNonFatalFailure: OptionalEvent(0xb, EventPriority.Info, TlvNoArguments),
|
|
859
859
|
|
|
860
860
|
/**
|
|
861
|
-
* @see {@link MatterSpecification.
|
|
861
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
862
862
|
*/
|
|
863
863
|
electronicFatalFailure: OptionalEvent(0xc, EventPriority.Critical, TlvNoArguments),
|
|
864
864
|
|
|
865
865
|
/**
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
867
867
|
*/
|
|
868
868
|
generalFault: OptionalEvent(0xd, EventPriority.Info, TlvNoArguments),
|
|
869
869
|
|
|
870
870
|
/**
|
|
871
|
-
* @see {@link MatterSpecification.
|
|
871
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
872
872
|
*/
|
|
873
873
|
leakage: OptionalEvent(0xe, EventPriority.Info, TlvNoArguments),
|
|
874
874
|
|
|
875
875
|
/**
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
877
877
|
*/
|
|
878
878
|
airDetection: OptionalEvent(0xf, EventPriority.Info, TlvNoArguments),
|
|
879
879
|
|
|
880
880
|
/**
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
882
882
|
*/
|
|
883
883
|
turbineOperation: OptionalEvent(0x10, EventPriority.Info, TlvNoArguments)
|
|
884
884
|
},
|
|
@@ -934,7 +934,7 @@ export namespace PumpConfigurationAndControl {
|
|
|
934
934
|
* Per the Matter specification you cannot use {@link PumpConfigurationAndControlCluster} without enabling certain
|
|
935
935
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
936
936
|
*
|
|
937
|
-
* @see {@link MatterSpecification.
|
|
937
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2
|
|
938
938
|
*/
|
|
939
939
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
940
940
|
|