@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +116 -116
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +116 -116
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +174 -174
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -12,7 +12,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
12
12
|
/**
|
|
13
13
|
* These are optional features supported by PumpConfigurationAndControlCluster.
|
|
14
14
|
*
|
|
15
|
-
* @see {@link MatterSpecification.
|
|
15
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.4
|
|
16
16
|
*/
|
|
17
17
|
enum Feature {
|
|
18
18
|
/**
|
|
@@ -59,7 +59,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
59
59
|
LocalOperation = "LocalOperation"
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1
|
|
63
63
|
*/
|
|
64
64
|
const PumpStatus: {
|
|
65
65
|
/**
|
|
@@ -67,7 +67,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
67
67
|
*
|
|
68
68
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
69
69
|
*
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
70
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.1
|
|
71
71
|
*/
|
|
72
72
|
deviceFault: BitFlag;
|
|
73
73
|
/**
|
|
@@ -75,7 +75,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
75
75
|
*
|
|
76
76
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
77
77
|
*
|
|
78
|
-
* @see {@link MatterSpecification.
|
|
78
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.2
|
|
79
79
|
*/
|
|
80
80
|
supplyFault: BitFlag;
|
|
81
81
|
/**
|
|
@@ -93,7 +93,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
93
93
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
94
94
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.3
|
|
97
97
|
*/
|
|
98
98
|
localOverride: BitFlag;
|
|
99
99
|
/**
|
|
@@ -106,7 +106,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
106
106
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
107
107
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
108
108
|
*
|
|
109
|
-
* @see {@link MatterSpecification.
|
|
109
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.4
|
|
110
110
|
*/
|
|
111
111
|
remotePressure: BitFlag;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
115
115
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
116
116
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.5
|
|
119
119
|
*/
|
|
120
120
|
remoteFlow: BitFlag;
|
|
121
121
|
/**
|
|
@@ -124,12 +124,12 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
124
124
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
125
125
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
126
126
|
*
|
|
127
|
-
* @see {@link MatterSpecification.
|
|
127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.6
|
|
128
128
|
*/
|
|
129
129
|
remoteTemperature: BitFlag;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.2
|
|
133
133
|
*/
|
|
134
134
|
enum OperationMode {
|
|
135
135
|
/**
|
|
@@ -139,7 +139,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
139
139
|
* If the pump is running in this operation mode the setpoint is an internal variable which may be controlled
|
|
140
140
|
* between 0% and 100%, e.g., by means of the Level Control cluster
|
|
141
141
|
*
|
|
142
|
-
* @see {@link MatterSpecification.
|
|
142
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.2.1
|
|
143
143
|
*/
|
|
144
144
|
Normal = 0,
|
|
145
145
|
/**
|
|
@@ -156,7 +156,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
156
156
|
Local = 3
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3
|
|
160
160
|
*/
|
|
161
161
|
enum ControlMode {
|
|
162
162
|
/**
|
|
@@ -165,7 +165,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
165
165
|
* The setpoint is interpreted as a percentage of the range derived from the [MinConstSpeed – MaxConstSpeed]
|
|
166
166
|
* attributes.
|
|
167
167
|
*
|
|
168
|
-
* @see {@link MatterSpecification.
|
|
168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.1
|
|
169
169
|
*/
|
|
170
170
|
ConstantSpeed = 0,
|
|
171
171
|
/**
|
|
@@ -176,7 +176,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
176
176
|
* attributes. In case of a remote pressure sensor, this will be the range derived from the [MinMeasuredValue –
|
|
177
177
|
* MaxMeasuredValue] attributes of the remote pressure sensor.
|
|
178
178
|
*
|
|
179
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.2
|
|
180
180
|
*/
|
|
181
181
|
ConstantPressure = 1,
|
|
182
182
|
/**
|
|
@@ -187,7 +187,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
187
187
|
* CompPressure] attributes. The internal setpoint will be lowered (compensated) dependent on the flow in the
|
|
188
188
|
* pump (lower flow ⇒ lower internal setpoint).
|
|
189
189
|
*
|
|
190
|
-
* @see {@link MatterSpecification.
|
|
190
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.3
|
|
191
191
|
*/
|
|
192
192
|
ProportionalPressure = 2,
|
|
193
193
|
/**
|
|
@@ -198,7 +198,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
198
198
|
* In case of a remote flow sensor, this will be the range derived from the [MinMeasuredValue –
|
|
199
199
|
* MaxMeasuredValue] attributes of the remote flow sensor.
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.4
|
|
202
202
|
*/
|
|
203
203
|
ConstantFlow = 3,
|
|
204
204
|
/**
|
|
@@ -209,7 +209,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
209
209
|
* attributes. In case of a remote temperature sensor, this will be the range derived from the [MinMeasuredValue
|
|
210
210
|
* – MaxMeasuredValue] attributes of the remote temperature sensor.
|
|
211
211
|
*
|
|
212
|
-
* @see {@link MatterSpecification.
|
|
212
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.5
|
|
213
213
|
*/
|
|
214
214
|
ConstantTemperature = 5,
|
|
215
215
|
/**
|
|
@@ -220,7 +220,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
220
220
|
* cluster to 0, or by using the On/Off cluster. If the pump is started (at any setpoint), the speed of the pump
|
|
221
221
|
* is entirely determined by the pump.
|
|
222
222
|
*
|
|
223
|
-
* @see {@link MatterSpecification.
|
|
223
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.3.6
|
|
224
224
|
*/
|
|
225
225
|
Automatic = 7
|
|
226
226
|
}
|
|
@@ -235,7 +235,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
235
235
|
*
|
|
236
236
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
237
237
|
*
|
|
238
|
-
* @see {@link MatterSpecification.
|
|
238
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
239
239
|
*/
|
|
240
240
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
244
244
|
*
|
|
245
245
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
246
246
|
*
|
|
247
|
-
* @see {@link MatterSpecification.
|
|
247
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
248
248
|
*/
|
|
249
249
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
250
250
|
};
|
|
@@ -260,7 +260,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
260
260
|
*
|
|
261
261
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
262
262
|
*
|
|
263
|
-
* @see {@link MatterSpecification.
|
|
263
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
264
264
|
*/
|
|
265
265
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
266
266
|
/**
|
|
@@ -269,7 +269,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
269
269
|
*
|
|
270
270
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
271
271
|
*
|
|
272
|
-
* @see {@link MatterSpecification.
|
|
272
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
273
273
|
*/
|
|
274
274
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
275
275
|
/**
|
|
@@ -278,7 +278,7 @@ export declare 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.6
|
|
282
282
|
*/
|
|
283
283
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
284
284
|
/**
|
|
@@ -287,7 +287,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
287
287
|
*
|
|
288
288
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
289
289
|
*
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
291
291
|
*/
|
|
292
292
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
293
293
|
/**
|
|
@@ -297,7 +297,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
297
297
|
*
|
|
298
298
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
301
301
|
*/
|
|
302
302
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
303
303
|
/**
|
|
@@ -306,7 +306,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
306
306
|
*
|
|
307
307
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
310
310
|
*/
|
|
311
311
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
312
312
|
/**
|
|
@@ -315,7 +315,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
315
315
|
*
|
|
316
316
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
319
319
|
*/
|
|
320
320
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
321
321
|
/**
|
|
@@ -324,7 +324,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
324
324
|
*
|
|
325
325
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
326
326
|
*
|
|
327
|
-
* @see {@link MatterSpecification.
|
|
327
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
328
328
|
*/
|
|
329
329
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
330
330
|
/**
|
|
@@ -333,7 +333,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
333
333
|
*
|
|
334
334
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
335
335
|
*
|
|
336
|
-
* @see {@link MatterSpecification.
|
|
336
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
337
337
|
*/
|
|
338
338
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
339
339
|
/**
|
|
@@ -344,7 +344,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
344
344
|
*
|
|
345
345
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
346
346
|
*
|
|
347
|
-
* @see {@link MatterSpecification.
|
|
347
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
348
348
|
*/
|
|
349
349
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
350
350
|
};
|
|
@@ -360,7 +360,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
360
360
|
*
|
|
361
361
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
362
362
|
*
|
|
363
|
-
* @see {@link MatterSpecification.
|
|
363
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
364
364
|
*/
|
|
365
365
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
366
366
|
/**
|
|
@@ -369,7 +369,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
369
369
|
*
|
|
370
370
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
371
371
|
*
|
|
372
|
-
* @see {@link MatterSpecification.
|
|
372
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
373
373
|
*/
|
|
374
374
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
375
375
|
};
|
|
@@ -386,7 +386,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
386
386
|
*
|
|
387
387
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
388
388
|
*
|
|
389
|
-
* @see {@link MatterSpecification.
|
|
389
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
390
390
|
*/
|
|
391
391
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
392
392
|
/**
|
|
@@ -395,7 +395,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
395
395
|
*
|
|
396
396
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
397
397
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
399
399
|
*/
|
|
400
400
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
401
401
|
};
|
|
@@ -411,7 +411,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
411
411
|
*
|
|
412
412
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
413
413
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
414
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
415
415
|
*/
|
|
416
416
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
417
417
|
/**
|
|
@@ -420,7 +420,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
420
420
|
*
|
|
421
421
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
422
422
|
*
|
|
423
|
-
* @see {@link MatterSpecification.
|
|
423
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
424
424
|
*/
|
|
425
425
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
426
426
|
};
|
|
@@ -436,7 +436,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
436
436
|
*
|
|
437
437
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
438
438
|
*
|
|
439
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
440
440
|
*/
|
|
441
441
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
442
442
|
/**
|
|
@@ -447,7 +447,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
447
447
|
*
|
|
448
448
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
449
449
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
451
451
|
*/
|
|
452
452
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
453
453
|
};
|
|
@@ -510,7 +510,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
510
510
|
*
|
|
511
511
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.1
|
|
514
514
|
*/
|
|
515
515
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
516
516
|
/**
|
|
@@ -519,7 +519,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
519
519
|
*
|
|
520
520
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
521
521
|
*
|
|
522
|
-
* @see {@link MatterSpecification.
|
|
522
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.2
|
|
523
523
|
*/
|
|
524
524
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
525
525
|
/**
|
|
@@ -528,7 +528,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
528
528
|
*
|
|
529
529
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
530
530
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.3
|
|
532
532
|
*/
|
|
533
533
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
534
534
|
/**
|
|
@@ -537,7 +537,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
537
537
|
*
|
|
538
538
|
* controller function is not active, the corresponding bit shall be set to 0.
|
|
539
539
|
*
|
|
540
|
-
* @see {@link MatterSpecification.
|
|
540
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.14
|
|
541
541
|
*/
|
|
542
542
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
543
543
|
/**
|
|
@@ -545,7 +545,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
545
545
|
*
|
|
546
546
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.1
|
|
549
549
|
*/
|
|
550
550
|
deviceFault: BitFlag;
|
|
551
551
|
/**
|
|
@@ -553,7 +553,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
553
553
|
*
|
|
554
554
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
555
555
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
556
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.2
|
|
557
557
|
*/
|
|
558
558
|
supplyFault: BitFlag;
|
|
559
559
|
/**
|
|
@@ -571,7 +571,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
571
571
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
572
572
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
573
573
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
574
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.3
|
|
575
575
|
*/
|
|
576
576
|
localOverride: BitFlag;
|
|
577
577
|
/**
|
|
@@ -584,7 +584,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
584
584
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
585
585
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
586
586
|
*
|
|
587
|
-
* @see {@link MatterSpecification.
|
|
587
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.4
|
|
588
588
|
*/
|
|
589
589
|
remotePressure: BitFlag;
|
|
590
590
|
/**
|
|
@@ -593,7 +593,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
593
593
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
594
594
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
595
595
|
*
|
|
596
|
-
* @see {@link MatterSpecification.
|
|
596
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.5
|
|
597
597
|
*/
|
|
598
598
|
remoteFlow: BitFlag;
|
|
599
599
|
/**
|
|
@@ -602,7 +602,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
602
602
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
603
603
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
604
604
|
*
|
|
605
|
-
* @see {@link MatterSpecification.
|
|
605
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.6
|
|
606
606
|
*/
|
|
607
607
|
remoteTemperature: BitFlag;
|
|
608
608
|
}>, any>;
|
|
@@ -619,7 +619,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
619
619
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
620
620
|
* the pump.
|
|
621
621
|
*
|
|
622
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.15
|
|
623
623
|
*/
|
|
624
624
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
625
625
|
/**
|
|
@@ -642,7 +642,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
642
642
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
643
643
|
* the pump.
|
|
644
644
|
*
|
|
645
|
-
* @see {@link MatterSpecification.
|
|
645
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.16
|
|
646
646
|
*/
|
|
647
647
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
648
648
|
/**
|
|
@@ -655,7 +655,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
655
655
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
656
656
|
* of capacity less than zero have no physical meaning.
|
|
657
657
|
*
|
|
658
|
-
* @see {@link MatterSpecification.
|
|
658
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.17
|
|
659
659
|
*/
|
|
660
660
|
readonly capacity: Attribute<number | null, any>;
|
|
661
661
|
/**
|
|
@@ -667,7 +667,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
667
667
|
*
|
|
668
668
|
* Valid range is 0 to 65,534 RPM.
|
|
669
669
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.18
|
|
671
671
|
*/
|
|
672
672
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
673
673
|
/**
|
|
@@ -680,7 +680,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
680
680
|
*
|
|
681
681
|
* Valid range is 0 to 16,777,214 hrs.
|
|
682
682
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.19
|
|
684
684
|
*/
|
|
685
685
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
686
686
|
/**
|
|
@@ -692,7 +692,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
692
692
|
*
|
|
693
693
|
* Valid range is 0 to 16,777,214 Watts.
|
|
694
694
|
*
|
|
695
|
-
* @see {@link MatterSpecification.
|
|
695
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.20
|
|
696
696
|
*/
|
|
697
697
|
readonly power: OptionalAttribute<number | null, any>;
|
|
698
698
|
/**
|
|
@@ -707,7 +707,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
707
707
|
*
|
|
708
708
|
* Null if the value is unknown.
|
|
709
709
|
*
|
|
710
|
-
* @see {@link MatterSpecification.
|
|
710
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.21
|
|
711
711
|
*/
|
|
712
712
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
713
713
|
/**
|
|
@@ -737,7 +737,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
737
737
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
738
738
|
* CONSTRAINT_ERROR shall be returned.
|
|
739
739
|
*
|
|
740
|
-
* @see {@link MatterSpecification.
|
|
740
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.22
|
|
741
741
|
*/
|
|
742
742
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
743
743
|
/**
|
|
@@ -752,82 +752,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
752
752
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
753
753
|
* CONSTRAINT_ERROR shall be returned.
|
|
754
754
|
*
|
|
755
|
-
* @see {@link MatterSpecification.
|
|
755
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.23
|
|
756
756
|
*/
|
|
757
757
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
758
758
|
/**
|
|
759
|
-
* @see {@link MatterSpecification.
|
|
759
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7
|
|
760
760
|
* @deprecated
|
|
761
761
|
*/
|
|
762
762
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
763
763
|
};
|
|
764
764
|
readonly events: {
|
|
765
765
|
/**
|
|
766
|
-
* @see {@link MatterSpecification.
|
|
766
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
767
767
|
*/
|
|
768
768
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
769
769
|
/**
|
|
770
|
-
* @see {@link MatterSpecification.
|
|
770
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
771
771
|
*/
|
|
772
772
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
773
773
|
/**
|
|
774
|
-
* @see {@link MatterSpecification.
|
|
774
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
775
775
|
*/
|
|
776
776
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
777
777
|
/**
|
|
778
|
-
* @see {@link MatterSpecification.
|
|
778
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
779
779
|
*/
|
|
780
780
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
781
781
|
/**
|
|
782
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
783
783
|
*/
|
|
784
784
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
785
785
|
/**
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
787
787
|
*/
|
|
788
788
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
789
789
|
/**
|
|
790
|
-
* @see {@link MatterSpecification.
|
|
790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
791
791
|
*/
|
|
792
792
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
793
793
|
/**
|
|
794
|
-
* @see {@link MatterSpecification.
|
|
794
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
795
795
|
*/
|
|
796
796
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
797
797
|
/**
|
|
798
|
-
* @see {@link MatterSpecification.
|
|
798
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
799
799
|
*/
|
|
800
800
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
801
801
|
/**
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
803
803
|
*/
|
|
804
804
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
805
805
|
/**
|
|
806
|
-
* @see {@link MatterSpecification.
|
|
806
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
807
807
|
*/
|
|
808
808
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
809
809
|
/**
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
811
811
|
*/
|
|
812
812
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
813
813
|
/**
|
|
814
|
-
* @see {@link MatterSpecification.
|
|
814
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
815
815
|
*/
|
|
816
816
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
817
817
|
/**
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
818
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
819
819
|
*/
|
|
820
820
|
readonly generalFault: OptionalEvent<void, any>;
|
|
821
821
|
/**
|
|
822
|
-
* @see {@link MatterSpecification.
|
|
822
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
823
823
|
*/
|
|
824
824
|
readonly leakage: OptionalEvent<void, any>;
|
|
825
825
|
/**
|
|
826
|
-
* @see {@link MatterSpecification.
|
|
826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
827
827
|
*/
|
|
828
828
|
readonly airDetection: OptionalEvent<void, any>;
|
|
829
829
|
/**
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
831
831
|
*/
|
|
832
832
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
833
833
|
};
|
|
@@ -847,7 +847,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
847
847
|
*
|
|
848
848
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
851
851
|
*/
|
|
852
852
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
853
853
|
/**
|
|
@@ -856,7 +856,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
856
856
|
*
|
|
857
857
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
858
858
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
860
860
|
*/
|
|
861
861
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
862
862
|
};
|
|
@@ -873,7 +873,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
873
873
|
*
|
|
874
874
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
877
877
|
*/
|
|
878
878
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
879
879
|
/**
|
|
@@ -882,7 +882,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
882
882
|
*
|
|
883
883
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
886
886
|
*/
|
|
887
887
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
888
888
|
/**
|
|
@@ -891,7 +891,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
891
891
|
*
|
|
892
892
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
893
893
|
*
|
|
894
|
-
* @see {@link MatterSpecification.
|
|
894
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
895
895
|
*/
|
|
896
896
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
897
897
|
/**
|
|
@@ -900,7 +900,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
900
900
|
*
|
|
901
901
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
904
904
|
*/
|
|
905
905
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
906
906
|
/**
|
|
@@ -910,7 +910,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
910
910
|
*
|
|
911
911
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
914
914
|
*/
|
|
915
915
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
916
916
|
/**
|
|
@@ -919,7 +919,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
919
919
|
*
|
|
920
920
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
923
923
|
*/
|
|
924
924
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
925
925
|
/**
|
|
@@ -928,7 +928,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
928
928
|
*
|
|
929
929
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
930
930
|
*
|
|
931
|
-
* @see {@link MatterSpecification.
|
|
931
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
932
932
|
*/
|
|
933
933
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
934
934
|
/**
|
|
@@ -937,7 +937,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
937
937
|
*
|
|
938
938
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
941
941
|
*/
|
|
942
942
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
943
943
|
/**
|
|
@@ -946,7 +946,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
946
946
|
*
|
|
947
947
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
948
948
|
*
|
|
949
|
-
* @see {@link MatterSpecification.
|
|
949
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
950
950
|
*/
|
|
951
951
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
952
952
|
/**
|
|
@@ -957,7 +957,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
957
957
|
*
|
|
958
958
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
959
959
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
960
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
961
961
|
*/
|
|
962
962
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
963
963
|
};
|
|
@@ -974,7 +974,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
974
974
|
*
|
|
975
975
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
976
976
|
*
|
|
977
|
-
* @see {@link MatterSpecification.
|
|
977
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
978
978
|
*/
|
|
979
979
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
980
980
|
/**
|
|
@@ -983,7 +983,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
983
983
|
*
|
|
984
984
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
985
985
|
*
|
|
986
|
-
* @see {@link MatterSpecification.
|
|
986
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
987
987
|
*/
|
|
988
988
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
989
989
|
};
|
|
@@ -1001,7 +1001,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1001
1001
|
*
|
|
1002
1002
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1003
1003
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1004
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
1005
1005
|
*/
|
|
1006
1006
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
1007
1007
|
/**
|
|
@@ -1010,7 +1010,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1010
1010
|
*
|
|
1011
1011
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1012
1012
|
*
|
|
1013
|
-
* @see {@link MatterSpecification.
|
|
1013
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
1014
1014
|
*/
|
|
1015
1015
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
1016
1016
|
};
|
|
@@ -1027,7 +1027,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1027
1027
|
*
|
|
1028
1028
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1029
1029
|
*
|
|
1030
|
-
* @see {@link MatterSpecification.
|
|
1030
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
1031
1031
|
*/
|
|
1032
1032
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
1033
1033
|
/**
|
|
@@ -1036,7 +1036,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1036
1036
|
*
|
|
1037
1037
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1038
1038
|
*
|
|
1039
|
-
* @see {@link MatterSpecification.
|
|
1039
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
1040
1040
|
*/
|
|
1041
1041
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
1042
1042
|
};
|
|
@@ -1053,7 +1053,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1053
1053
|
*
|
|
1054
1054
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1055
1055
|
*
|
|
1056
|
-
* @see {@link MatterSpecification.
|
|
1056
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
1057
1057
|
*/
|
|
1058
1058
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
1059
1059
|
/**
|
|
@@ -1064,7 +1064,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1064
1064
|
*
|
|
1065
1065
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1066
1066
|
*
|
|
1067
|
-
* @see {@link MatterSpecification.
|
|
1067
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
1068
1068
|
*/
|
|
1069
1069
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
1070
1070
|
};
|
|
@@ -1138,7 +1138,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1138
1138
|
*
|
|
1139
1139
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1140
1140
|
*
|
|
1141
|
-
* @see {@link MatterSpecification.
|
|
1141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.1
|
|
1142
1142
|
*/
|
|
1143
1143
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
1144
1144
|
/**
|
|
@@ -1147,7 +1147,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1147
1147
|
*
|
|
1148
1148
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1149
1149
|
*
|
|
1150
|
-
* @see {@link MatterSpecification.
|
|
1150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.2
|
|
1151
1151
|
*/
|
|
1152
1152
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
1153
1153
|
/**
|
|
@@ -1156,7 +1156,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1156
1156
|
*
|
|
1157
1157
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1158
1158
|
*
|
|
1159
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.3
|
|
1160
1160
|
*/
|
|
1161
1161
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
1162
1162
|
/**
|
|
@@ -1165,7 +1165,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1165
1165
|
*
|
|
1166
1166
|
* controller function is not active, the corresponding bit shall be set to 0.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.14
|
|
1169
1169
|
*/
|
|
1170
1170
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1171
1171
|
/**
|
|
@@ -1173,7 +1173,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1173
1173
|
*
|
|
1174
1174
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
1175
1175
|
*
|
|
1176
|
-
* @see {@link MatterSpecification.
|
|
1176
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.1
|
|
1177
1177
|
*/
|
|
1178
1178
|
deviceFault: BitFlag;
|
|
1179
1179
|
/**
|
|
@@ -1181,7 +1181,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1181
1181
|
*
|
|
1182
1182
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
1183
1183
|
*
|
|
1184
|
-
* @see {@link MatterSpecification.
|
|
1184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.2
|
|
1185
1185
|
*/
|
|
1186
1186
|
supplyFault: BitFlag;
|
|
1187
1187
|
/**
|
|
@@ -1199,7 +1199,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1199
1199
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
1200
1200
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.3
|
|
1203
1203
|
*/
|
|
1204
1204
|
localOverride: BitFlag;
|
|
1205
1205
|
/**
|
|
@@ -1212,7 +1212,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1212
1212
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
1213
1213
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1214
1214
|
*
|
|
1215
|
-
* @see {@link MatterSpecification.
|
|
1215
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.4
|
|
1216
1216
|
*/
|
|
1217
1217
|
remotePressure: BitFlag;
|
|
1218
1218
|
/**
|
|
@@ -1221,7 +1221,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1221
1221
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
1222
1222
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.5
|
|
1225
1225
|
*/
|
|
1226
1226
|
remoteFlow: BitFlag;
|
|
1227
1227
|
/**
|
|
@@ -1230,7 +1230,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1230
1230
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
1231
1231
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
1232
1232
|
*
|
|
1233
|
-
* @see {@link MatterSpecification.
|
|
1233
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.6
|
|
1234
1234
|
*/
|
|
1235
1235
|
remoteTemperature: BitFlag;
|
|
1236
1236
|
}>, any>;
|
|
@@ -1247,7 +1247,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1247
1247
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
1248
1248
|
* the pump.
|
|
1249
1249
|
*
|
|
1250
|
-
* @see {@link MatterSpecification.
|
|
1250
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.15
|
|
1251
1251
|
*/
|
|
1252
1252
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
1253
1253
|
/**
|
|
@@ -1270,7 +1270,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1270
1270
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
1271
1271
|
* the pump.
|
|
1272
1272
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1273
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.16
|
|
1274
1274
|
*/
|
|
1275
1275
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
1276
1276
|
/**
|
|
@@ -1283,7 +1283,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1283
1283
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
1284
1284
|
* of capacity less than zero have no physical meaning.
|
|
1285
1285
|
*
|
|
1286
|
-
* @see {@link MatterSpecification.
|
|
1286
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.17
|
|
1287
1287
|
*/
|
|
1288
1288
|
readonly capacity: Attribute<number | null, any>;
|
|
1289
1289
|
/**
|
|
@@ -1295,7 +1295,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1295
1295
|
*
|
|
1296
1296
|
* Valid range is 0 to 65,534 RPM.
|
|
1297
1297
|
*
|
|
1298
|
-
* @see {@link MatterSpecification.
|
|
1298
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.18
|
|
1299
1299
|
*/
|
|
1300
1300
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
1301
1301
|
/**
|
|
@@ -1308,7 +1308,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1308
1308
|
*
|
|
1309
1309
|
* Valid range is 0 to 16,777,214 hrs.
|
|
1310
1310
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.19
|
|
1312
1312
|
*/
|
|
1313
1313
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
1314
1314
|
/**
|
|
@@ -1320,7 +1320,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1320
1320
|
*
|
|
1321
1321
|
* Valid range is 0 to 16,777,214 Watts.
|
|
1322
1322
|
*
|
|
1323
|
-
* @see {@link MatterSpecification.
|
|
1323
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.20
|
|
1324
1324
|
*/
|
|
1325
1325
|
readonly power: OptionalAttribute<number | null, any>;
|
|
1326
1326
|
/**
|
|
@@ -1335,7 +1335,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1335
1335
|
*
|
|
1336
1336
|
* Null if the value is unknown.
|
|
1337
1337
|
*
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.21
|
|
1339
1339
|
*/
|
|
1340
1340
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
1341
1341
|
/**
|
|
@@ -1365,7 +1365,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1365
1365
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
1366
1366
|
* CONSTRAINT_ERROR shall be returned.
|
|
1367
1367
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1368
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.22
|
|
1369
1369
|
*/
|
|
1370
1370
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
1371
1371
|
/**
|
|
@@ -1380,82 +1380,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1380
1380
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
1381
1381
|
* CONSTRAINT_ERROR shall be returned.
|
|
1382
1382
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.23
|
|
1384
1384
|
*/
|
|
1385
1385
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
1386
1386
|
/**
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7
|
|
1388
1388
|
* @deprecated
|
|
1389
1389
|
*/
|
|
1390
1390
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
1391
1391
|
};
|
|
1392
1392
|
readonly events: {
|
|
1393
1393
|
/**
|
|
1394
|
-
* @see {@link MatterSpecification.
|
|
1394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1395
1395
|
*/
|
|
1396
1396
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
1397
1397
|
/**
|
|
1398
|
-
* @see {@link MatterSpecification.
|
|
1398
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1399
1399
|
*/
|
|
1400
1400
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
1401
1401
|
/**
|
|
1402
|
-
* @see {@link MatterSpecification.
|
|
1402
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1403
1403
|
*/
|
|
1404
1404
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
1405
1405
|
/**
|
|
1406
|
-
* @see {@link MatterSpecification.
|
|
1406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1407
1407
|
*/
|
|
1408
1408
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
1409
1409
|
/**
|
|
1410
|
-
* @see {@link MatterSpecification.
|
|
1410
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1411
1411
|
*/
|
|
1412
1412
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
1413
1413
|
/**
|
|
1414
|
-
* @see {@link MatterSpecification.
|
|
1414
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1415
1415
|
*/
|
|
1416
1416
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
1417
1417
|
/**
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1419
1419
|
*/
|
|
1420
1420
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
1421
1421
|
/**
|
|
1422
|
-
* @see {@link MatterSpecification.
|
|
1422
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1423
1423
|
*/
|
|
1424
1424
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
1425
1425
|
/**
|
|
1426
|
-
* @see {@link MatterSpecification.
|
|
1426
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1427
1427
|
*/
|
|
1428
1428
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
1429
1429
|
/**
|
|
1430
|
-
* @see {@link MatterSpecification.
|
|
1430
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1431
1431
|
*/
|
|
1432
1432
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
1433
1433
|
/**
|
|
1434
|
-
* @see {@link MatterSpecification.
|
|
1434
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1435
1435
|
*/
|
|
1436
1436
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
1437
1437
|
/**
|
|
1438
|
-
* @see {@link MatterSpecification.
|
|
1438
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1439
1439
|
*/
|
|
1440
1440
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
1441
1441
|
/**
|
|
1442
|
-
* @see {@link MatterSpecification.
|
|
1442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1443
1443
|
*/
|
|
1444
1444
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
1445
1445
|
/**
|
|
1446
|
-
* @see {@link MatterSpecification.
|
|
1446
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1447
1447
|
*/
|
|
1448
1448
|
readonly generalFault: OptionalEvent<void, any>;
|
|
1449
1449
|
/**
|
|
1450
|
-
* @see {@link MatterSpecification.
|
|
1450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1451
1451
|
*/
|
|
1452
1452
|
readonly leakage: OptionalEvent<void, any>;
|
|
1453
1453
|
/**
|
|
1454
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1455
1455
|
*/
|
|
1456
1456
|
readonly airDetection: OptionalEvent<void, any>;
|
|
1457
1457
|
/**
|
|
1458
|
-
* @see {@link MatterSpecification.
|
|
1458
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
1459
1459
|
*/
|
|
1460
1460
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
1461
1461
|
};
|
|
@@ -1475,7 +1475,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1475
1475
|
*
|
|
1476
1476
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1477
1477
|
*
|
|
1478
|
-
* @see {@link MatterSpecification.
|
|
1478
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
1479
1479
|
*/
|
|
1480
1480
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
1481
1481
|
/**
|
|
@@ -1484,7 +1484,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1484
1484
|
*
|
|
1485
1485
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1486
1486
|
*
|
|
1487
|
-
* @see {@link MatterSpecification.
|
|
1487
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
1488
1488
|
*/
|
|
1489
1489
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
1490
1490
|
};
|
|
@@ -1501,7 +1501,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1501
1501
|
*
|
|
1502
1502
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1503
1503
|
*
|
|
1504
|
-
* @see {@link MatterSpecification.
|
|
1504
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.4
|
|
1505
1505
|
*/
|
|
1506
1506
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
1507
1507
|
/**
|
|
@@ -1510,7 +1510,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1510
1510
|
*
|
|
1511
1511
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1512
1512
|
*
|
|
1513
|
-
* @see {@link MatterSpecification.
|
|
1513
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.5
|
|
1514
1514
|
*/
|
|
1515
1515
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
1516
1516
|
/**
|
|
@@ -1519,7 +1519,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1519
1519
|
*
|
|
1520
1520
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1521
1521
|
*
|
|
1522
|
-
* @see {@link MatterSpecification.
|
|
1522
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
1523
1523
|
*/
|
|
1524
1524
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
1525
1525
|
/**
|
|
@@ -1528,7 +1528,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1528
1528
|
*
|
|
1529
1529
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1530
1530
|
*
|
|
1531
|
-
* @see {@link MatterSpecification.
|
|
1531
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
1532
1532
|
*/
|
|
1533
1533
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
1534
1534
|
/**
|
|
@@ -1538,7 +1538,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1538
1538
|
*
|
|
1539
1539
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1540
1540
|
*
|
|
1541
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
1542
1542
|
*/
|
|
1543
1543
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
1544
1544
|
/**
|
|
@@ -1547,7 +1547,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1547
1547
|
*
|
|
1548
1548
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1549
1549
|
*
|
|
1550
|
-
* @see {@link MatterSpecification.
|
|
1550
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
1551
1551
|
*/
|
|
1552
1552
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
1553
1553
|
/**
|
|
@@ -1556,7 +1556,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1556
1556
|
*
|
|
1557
1557
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1558
1558
|
*
|
|
1559
|
-
* @see {@link MatterSpecification.
|
|
1559
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
1560
1560
|
*/
|
|
1561
1561
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
1562
1562
|
/**
|
|
@@ -1565,7 +1565,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1565
1565
|
*
|
|
1566
1566
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1567
1567
|
*
|
|
1568
|
-
* @see {@link MatterSpecification.
|
|
1568
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
1569
1569
|
*/
|
|
1570
1570
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
1571
1571
|
/**
|
|
@@ -1574,7 +1574,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1574
1574
|
*
|
|
1575
1575
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1576
1576
|
*
|
|
1577
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
1578
1578
|
*/
|
|
1579
1579
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
1580
1580
|
/**
|
|
@@ -1585,7 +1585,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1585
1585
|
*
|
|
1586
1586
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1587
1587
|
*
|
|
1588
|
-
* @see {@link MatterSpecification.
|
|
1588
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
1589
1589
|
*/
|
|
1590
1590
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
1591
1591
|
};
|
|
@@ -1602,7 +1602,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1602
1602
|
*
|
|
1603
1603
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1604
1604
|
*
|
|
1605
|
-
* @see {@link MatterSpecification.
|
|
1605
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.6
|
|
1606
1606
|
*/
|
|
1607
1607
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
1608
1608
|
/**
|
|
@@ -1611,7 +1611,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1611
1611
|
*
|
|
1612
1612
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1613
1613
|
*
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1614
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.7
|
|
1615
1615
|
*/
|
|
1616
1616
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
1617
1617
|
};
|
|
@@ -1629,7 +1629,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1629
1629
|
*
|
|
1630
1630
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1631
1631
|
*
|
|
1632
|
-
* @see {@link MatterSpecification.
|
|
1632
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.8
|
|
1633
1633
|
*/
|
|
1634
1634
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
1635
1635
|
/**
|
|
@@ -1638,7 +1638,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1638
1638
|
*
|
|
1639
1639
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1640
1640
|
*
|
|
1641
|
-
* @see {@link MatterSpecification.
|
|
1641
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.9
|
|
1642
1642
|
*/
|
|
1643
1643
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
1644
1644
|
};
|
|
@@ -1655,7 +1655,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1655
1655
|
*
|
|
1656
1656
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1657
1657
|
*
|
|
1658
|
-
* @see {@link MatterSpecification.
|
|
1658
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.10
|
|
1659
1659
|
*/
|
|
1660
1660
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
1661
1661
|
/**
|
|
@@ -1664,7 +1664,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1664
1664
|
*
|
|
1665
1665
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1666
1666
|
*
|
|
1667
|
-
* @see {@link MatterSpecification.
|
|
1667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.11
|
|
1668
1668
|
*/
|
|
1669
1669
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
1670
1670
|
};
|
|
@@ -1681,7 +1681,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1681
1681
|
*
|
|
1682
1682
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1683
1683
|
*
|
|
1684
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.12
|
|
1685
1685
|
*/
|
|
1686
1686
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
1687
1687
|
/**
|
|
@@ -1692,7 +1692,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1692
1692
|
*
|
|
1693
1693
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1694
1694
|
*
|
|
1695
|
-
* @see {@link MatterSpecification.
|
|
1695
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.13
|
|
1696
1696
|
*/
|
|
1697
1697
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
1698
1698
|
};
|
|
@@ -1728,7 +1728,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1728
1728
|
* Per the Matter specification you cannot use {@link PumpConfigurationAndControlCluster} without enabling certain
|
|
1729
1729
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
1730
1730
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1731
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2
|
|
1732
1732
|
*/
|
|
1733
1733
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1734
1734
|
}
|
|
@@ -1891,7 +1891,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1891
1891
|
*
|
|
1892
1892
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1893
1893
|
*
|
|
1894
|
-
* @see {@link MatterSpecification.
|
|
1894
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.1
|
|
1895
1895
|
*/
|
|
1896
1896
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
1897
1897
|
/**
|
|
@@ -1900,7 +1900,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1900
1900
|
*
|
|
1901
1901
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1902
1902
|
*
|
|
1903
|
-
* @see {@link MatterSpecification.
|
|
1903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.2
|
|
1904
1904
|
*/
|
|
1905
1905
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
1906
1906
|
/**
|
|
@@ -1909,7 +1909,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1909
1909
|
*
|
|
1910
1910
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1911
1911
|
*
|
|
1912
|
-
* @see {@link MatterSpecification.
|
|
1912
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.3
|
|
1913
1913
|
*/
|
|
1914
1914
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
1915
1915
|
/**
|
|
@@ -1918,7 +1918,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1918
1918
|
*
|
|
1919
1919
|
* controller function is not active, the corresponding bit shall be set to 0.
|
|
1920
1920
|
*
|
|
1921
|
-
* @see {@link MatterSpecification.
|
|
1921
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.14
|
|
1922
1922
|
*/
|
|
1923
1923
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1924
1924
|
/**
|
|
@@ -1926,7 +1926,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1926
1926
|
*
|
|
1927
1927
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
1928
1928
|
*
|
|
1929
|
-
* @see {@link MatterSpecification.
|
|
1929
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.1
|
|
1930
1930
|
*/
|
|
1931
1931
|
deviceFault: BitFlag;
|
|
1932
1932
|
/**
|
|
@@ -1934,7 +1934,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1934
1934
|
*
|
|
1935
1935
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
1936
1936
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1937
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.2
|
|
1938
1938
|
*/
|
|
1939
1939
|
supplyFault: BitFlag;
|
|
1940
1940
|
/**
|
|
@@ -1952,7 +1952,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1952
1952
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
1953
1953
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
1954
1954
|
*
|
|
1955
|
-
* @see {@link MatterSpecification.
|
|
1955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.3
|
|
1956
1956
|
*/
|
|
1957
1957
|
localOverride: BitFlag;
|
|
1958
1958
|
/**
|
|
@@ -1965,7 +1965,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1965
1965
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
1966
1966
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1967
1967
|
*
|
|
1968
|
-
* @see {@link MatterSpecification.
|
|
1968
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.4
|
|
1969
1969
|
*/
|
|
1970
1970
|
remotePressure: BitFlag;
|
|
1971
1971
|
/**
|
|
@@ -1974,7 +1974,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1974
1974
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
1975
1975
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1976
1976
|
*
|
|
1977
|
-
* @see {@link MatterSpecification.
|
|
1977
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.5
|
|
1978
1978
|
*/
|
|
1979
1979
|
remoteFlow: BitFlag;
|
|
1980
1980
|
/**
|
|
@@ -1983,7 +1983,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1983
1983
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
1984
1984
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
1985
1985
|
*
|
|
1986
|
-
* @see {@link MatterSpecification.
|
|
1986
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.6.1.6
|
|
1987
1987
|
*/
|
|
1988
1988
|
remoteTemperature: BitFlag;
|
|
1989
1989
|
}>, any>;
|
|
@@ -2000,7 +2000,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2000
2000
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
2001
2001
|
* the pump.
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.15
|
|
2004
2004
|
*/
|
|
2005
2005
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
2006
2006
|
/**
|
|
@@ -2023,7 +2023,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2023
2023
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
2024
2024
|
* the pump.
|
|
2025
2025
|
*
|
|
2026
|
-
* @see {@link MatterSpecification.
|
|
2026
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.16
|
|
2027
2027
|
*/
|
|
2028
2028
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
2029
2029
|
/**
|
|
@@ -2036,7 +2036,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2036
2036
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
2037
2037
|
* of capacity less than zero have no physical meaning.
|
|
2038
2038
|
*
|
|
2039
|
-
* @see {@link MatterSpecification.
|
|
2039
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.17
|
|
2040
2040
|
*/
|
|
2041
2041
|
readonly capacity: Attribute<number | null, any>;
|
|
2042
2042
|
/**
|
|
@@ -2048,7 +2048,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2048
2048
|
*
|
|
2049
2049
|
* Valid range is 0 to 65,534 RPM.
|
|
2050
2050
|
*
|
|
2051
|
-
* @see {@link MatterSpecification.
|
|
2051
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.18
|
|
2052
2052
|
*/
|
|
2053
2053
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
2054
2054
|
/**
|
|
@@ -2061,7 +2061,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2061
2061
|
*
|
|
2062
2062
|
* Valid range is 0 to 16,777,214 hrs.
|
|
2063
2063
|
*
|
|
2064
|
-
* @see {@link MatterSpecification.
|
|
2064
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.19
|
|
2065
2065
|
*/
|
|
2066
2066
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
2067
2067
|
/**
|
|
@@ -2073,7 +2073,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2073
2073
|
*
|
|
2074
2074
|
* Valid range is 0 to 16,777,214 Watts.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.20
|
|
2077
2077
|
*/
|
|
2078
2078
|
readonly power: OptionalAttribute<number | null, any>;
|
|
2079
2079
|
/**
|
|
@@ -2088,7 +2088,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2088
2088
|
*
|
|
2089
2089
|
* Null if the value is unknown.
|
|
2090
2090
|
*
|
|
2091
|
-
* @see {@link MatterSpecification.
|
|
2091
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.21
|
|
2092
2092
|
*/
|
|
2093
2093
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
2094
2094
|
/**
|
|
@@ -2118,7 +2118,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2118
2118
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
2119
2119
|
* CONSTRAINT_ERROR shall be returned.
|
|
2120
2120
|
*
|
|
2121
|
-
* @see {@link MatterSpecification.
|
|
2121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.22
|
|
2122
2122
|
*/
|
|
2123
2123
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
2124
2124
|
/**
|
|
@@ -2133,82 +2133,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2133
2133
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
2134
2134
|
* CONSTRAINT_ERROR shall be returned.
|
|
2135
2135
|
*
|
|
2136
|
-
* @see {@link MatterSpecification.
|
|
2136
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7.23
|
|
2137
2137
|
*/
|
|
2138
2138
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
2139
2139
|
/**
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.7
|
|
2141
2141
|
* @deprecated
|
|
2142
2142
|
*/
|
|
2143
2143
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
2144
2144
|
};
|
|
2145
2145
|
readonly events: {
|
|
2146
2146
|
/**
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2148
2148
|
*/
|
|
2149
2149
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
2150
2150
|
/**
|
|
2151
|
-
* @see {@link MatterSpecification.
|
|
2151
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2152
2152
|
*/
|
|
2153
2153
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
2154
2154
|
/**
|
|
2155
|
-
* @see {@link MatterSpecification.
|
|
2155
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2156
2156
|
*/
|
|
2157
2157
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
2158
2158
|
/**
|
|
2159
|
-
* @see {@link MatterSpecification.
|
|
2159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2160
2160
|
*/
|
|
2161
2161
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
2162
2162
|
/**
|
|
2163
|
-
* @see {@link MatterSpecification.
|
|
2163
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2164
2164
|
*/
|
|
2165
2165
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
2166
2166
|
/**
|
|
2167
|
-
* @see {@link MatterSpecification.
|
|
2167
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2168
2168
|
*/
|
|
2169
2169
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
2170
2170
|
/**
|
|
2171
|
-
* @see {@link MatterSpecification.
|
|
2171
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2172
2172
|
*/
|
|
2173
2173
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
2174
2174
|
/**
|
|
2175
|
-
* @see {@link MatterSpecification.
|
|
2175
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2176
2176
|
*/
|
|
2177
2177
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
2178
2178
|
/**
|
|
2179
|
-
* @see {@link MatterSpecification.
|
|
2179
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2180
2180
|
*/
|
|
2181
2181
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
2182
2182
|
/**
|
|
2183
|
-
* @see {@link MatterSpecification.
|
|
2183
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2184
2184
|
*/
|
|
2185
2185
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
2186
2186
|
/**
|
|
2187
|
-
* @see {@link MatterSpecification.
|
|
2187
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2188
2188
|
*/
|
|
2189
2189
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
2190
2190
|
/**
|
|
2191
|
-
* @see {@link MatterSpecification.
|
|
2191
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2192
2192
|
*/
|
|
2193
2193
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
2194
2194
|
/**
|
|
2195
|
-
* @see {@link MatterSpecification.
|
|
2195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2196
2196
|
*/
|
|
2197
2197
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
2198
2198
|
/**
|
|
2199
|
-
* @see {@link MatterSpecification.
|
|
2199
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2200
2200
|
*/
|
|
2201
2201
|
readonly generalFault: OptionalEvent<void, any>;
|
|
2202
2202
|
/**
|
|
2203
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2204
2204
|
*/
|
|
2205
2205
|
readonly leakage: OptionalEvent<void, any>;
|
|
2206
2206
|
/**
|
|
2207
|
-
* @see {@link MatterSpecification.
|
|
2207
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2208
2208
|
*/
|
|
2209
2209
|
readonly airDetection: OptionalEvent<void, any>;
|
|
2210
2210
|
/**
|
|
2211
|
-
* @see {@link MatterSpecification.
|
|
2211
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.2.8
|
|
2212
2212
|
*/
|
|
2213
2213
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
2214
2214
|
};
|