@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
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 +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- 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 +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- 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 +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- 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 +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- 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 +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- 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 +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- 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.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.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 +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- 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 +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- 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 +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- 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 +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- 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 +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- 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/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/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 +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- 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 +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- 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 +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- 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 +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- 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 +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- 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 +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- 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.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.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 +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- 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 +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- 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 +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- 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 +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- 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 +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- 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/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/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 +67 -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 +105 -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 +143 -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 +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -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 +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -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.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -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 +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -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 +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- 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 +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -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 +52 -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/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- 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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.Cluster} § 4.2.6.1.6
|
|
128
128
|
*/
|
|
129
129
|
remoteTemperature: BitFlag;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v141.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.v141.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.v141.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.v141.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.v141.Cluster} § 4.2.6.3.2
|
|
180
180
|
*/
|
|
181
181
|
ConstantPressure = 1,
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
186
186
|
* attributes. The internal setpoint will be lowered (compensated) dependent on the flow in the pump (lower flow
|
|
187
187
|
* ⇒ lower internal setpoint).
|
|
188
188
|
*
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.3.3
|
|
190
190
|
*/
|
|
191
191
|
ProportionalPressure = 2,
|
|
192
192
|
/**
|
|
@@ -197,7 +197,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
197
197
|
* In case of a remote flow sensor, this will be the range derived from the [MinMeasuredValue –
|
|
198
198
|
* MaxMeasuredValue] attributes of the remote flow sensor.
|
|
199
199
|
*
|
|
200
|
-
* @see {@link MatterSpecification.
|
|
200
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.3.4
|
|
201
201
|
*/
|
|
202
202
|
ConstantFlow = 3,
|
|
203
203
|
/**
|
|
@@ -208,7 +208,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
208
208
|
* attributes. In case of a remote temperature sensor, this will be the range derived from the [MinMeasuredValue
|
|
209
209
|
* – MaxMeasuredValue] attributes of the remote temperature sensor.
|
|
210
210
|
*
|
|
211
|
-
* @see {@link MatterSpecification.
|
|
211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.3.5
|
|
212
212
|
*/
|
|
213
213
|
ConstantTemperature = 5,
|
|
214
214
|
/**
|
|
@@ -219,7 +219,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
219
219
|
* cluster to 0, or by using the On/Off cluster. If the pump is started (at any setpoint), the speed of the pump
|
|
220
220
|
* is entirely determined by the pump.
|
|
221
221
|
*
|
|
222
|
-
* @see {@link MatterSpecification.
|
|
222
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.3.6
|
|
223
223
|
*/
|
|
224
224
|
Automatic = 7
|
|
225
225
|
}
|
|
@@ -234,7 +234,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
234
234
|
*
|
|
235
235
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
236
236
|
*
|
|
237
|
-
* @see {@link MatterSpecification.
|
|
237
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.4
|
|
238
238
|
*/
|
|
239
239
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
240
240
|
/**
|
|
@@ -243,7 +243,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
243
243
|
*
|
|
244
244
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.5
|
|
247
247
|
*/
|
|
248
248
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
249
249
|
};
|
|
@@ -259,7 +259,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
259
259
|
*
|
|
260
260
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
261
261
|
*
|
|
262
|
-
* @see {@link MatterSpecification.
|
|
262
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.4
|
|
263
263
|
*/
|
|
264
264
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
265
265
|
/**
|
|
@@ -268,7 +268,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
268
268
|
*
|
|
269
269
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
270
270
|
*
|
|
271
|
-
* @see {@link MatterSpecification.
|
|
271
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.5
|
|
272
272
|
*/
|
|
273
273
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
274
274
|
/**
|
|
@@ -277,7 +277,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
277
277
|
*
|
|
278
278
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
279
279
|
*
|
|
280
|
-
* @see {@link MatterSpecification.
|
|
280
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.6
|
|
281
281
|
*/
|
|
282
282
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
283
283
|
/**
|
|
@@ -286,7 +286,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
286
286
|
*
|
|
287
287
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.7
|
|
290
290
|
*/
|
|
291
291
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
292
292
|
/**
|
|
@@ -295,7 +295,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
295
295
|
*
|
|
296
296
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
297
297
|
*
|
|
298
|
-
* @see {@link MatterSpecification.
|
|
298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.8
|
|
299
299
|
*/
|
|
300
300
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
301
301
|
/**
|
|
@@ -304,7 +304,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
304
304
|
*
|
|
305
305
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
306
306
|
*
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
307
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.9
|
|
308
308
|
*/
|
|
309
309
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
310
310
|
/**
|
|
@@ -313,7 +313,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
313
313
|
*
|
|
314
314
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
315
315
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
316
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.10
|
|
317
317
|
*/
|
|
318
318
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
319
319
|
/**
|
|
@@ -322,7 +322,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
322
322
|
*
|
|
323
323
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
324
324
|
*
|
|
325
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.11
|
|
326
326
|
*/
|
|
327
327
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
328
328
|
/**
|
|
@@ -331,7 +331,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
331
331
|
*
|
|
332
332
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.12
|
|
335
335
|
*/
|
|
336
336
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
337
337
|
/**
|
|
@@ -341,7 +341,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
341
341
|
* MaxConstTemp shall be greater than or equal to MinConstTemp Valid range is –273.15 °C to 327.67 °C (steps
|
|
342
342
|
* of 0.01 °C). Null if the value is invalid.
|
|
343
343
|
*
|
|
344
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.13
|
|
345
345
|
*/
|
|
346
346
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
347
347
|
};
|
|
@@ -357,7 +357,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
357
357
|
*
|
|
358
358
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.6
|
|
361
361
|
*/
|
|
362
362
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
363
363
|
/**
|
|
@@ -366,7 +366,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
366
366
|
*
|
|
367
367
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.7
|
|
370
370
|
*/
|
|
371
371
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
372
372
|
};
|
|
@@ -382,7 +382,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
382
382
|
*
|
|
383
383
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
384
384
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
385
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.8
|
|
386
386
|
*/
|
|
387
387
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
388
388
|
/**
|
|
@@ -391,7 +391,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
391
391
|
*
|
|
392
392
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
393
393
|
*
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
394
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.9
|
|
395
395
|
*/
|
|
396
396
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
397
397
|
};
|
|
@@ -407,7 +407,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
407
407
|
*
|
|
408
408
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
409
409
|
*
|
|
410
|
-
* @see {@link MatterSpecification.
|
|
410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.10
|
|
411
411
|
*/
|
|
412
412
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
413
413
|
/**
|
|
@@ -416,7 +416,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
416
416
|
*
|
|
417
417
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
418
418
|
*
|
|
419
|
-
* @see {@link MatterSpecification.
|
|
419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.11
|
|
420
420
|
*/
|
|
421
421
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
422
422
|
};
|
|
@@ -432,7 +432,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
432
432
|
*
|
|
433
433
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
434
434
|
*
|
|
435
|
-
* @see {@link MatterSpecification.
|
|
435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.12
|
|
436
436
|
*/
|
|
437
437
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
438
438
|
/**
|
|
@@ -442,7 +442,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
442
442
|
* MaxConstTemp shall be greater than or equal to MinConstTemp Valid range is –273.15 °C to 327.67 °C (steps
|
|
443
443
|
* of 0.01 °C). Null if the value is invalid.
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.13
|
|
446
446
|
*/
|
|
447
447
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
448
448
|
};
|
|
@@ -491,7 +491,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
491
491
|
*
|
|
492
492
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
493
493
|
*
|
|
494
|
-
* @see {@link MatterSpecification.
|
|
494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.1
|
|
495
495
|
*/
|
|
496
496
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
497
497
|
/**
|
|
@@ -500,7 +500,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
500
500
|
*
|
|
501
501
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
502
502
|
*
|
|
503
|
-
* @see {@link MatterSpecification.
|
|
503
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.2
|
|
504
504
|
*/
|
|
505
505
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
506
506
|
/**
|
|
@@ -509,7 +509,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
509
509
|
*
|
|
510
510
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
511
511
|
*
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.3
|
|
513
513
|
*/
|
|
514
514
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
515
515
|
/**
|
|
@@ -517,7 +517,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
517
517
|
* pump controller function is active, the corresponding bit shall be set to 1. Where a pump controller
|
|
518
518
|
* function is not active, the corresponding bit shall be set to 0.
|
|
519
519
|
*
|
|
520
|
-
* @see {@link MatterSpecification.
|
|
520
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.14
|
|
521
521
|
*/
|
|
522
522
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
523
523
|
/**
|
|
@@ -525,7 +525,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
525
525
|
*
|
|
526
526
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.1
|
|
529
529
|
*/
|
|
530
530
|
deviceFault: BitFlag;
|
|
531
531
|
/**
|
|
@@ -533,7 +533,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
533
533
|
*
|
|
534
534
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
535
535
|
*
|
|
536
|
-
* @see {@link MatterSpecification.
|
|
536
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.2
|
|
537
537
|
*/
|
|
538
538
|
supplyFault: BitFlag;
|
|
539
539
|
/**
|
|
@@ -551,7 +551,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
551
551
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
552
552
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
553
553
|
*
|
|
554
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.3
|
|
555
555
|
*/
|
|
556
556
|
localOverride: BitFlag;
|
|
557
557
|
/**
|
|
@@ -564,7 +564,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
564
564
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
565
565
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
566
566
|
*
|
|
567
|
-
* @see {@link MatterSpecification.
|
|
567
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.4
|
|
568
568
|
*/
|
|
569
569
|
remotePressure: BitFlag;
|
|
570
570
|
/**
|
|
@@ -573,7 +573,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
573
573
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
574
574
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
575
575
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.5
|
|
577
577
|
*/
|
|
578
578
|
remoteFlow: BitFlag;
|
|
579
579
|
/**
|
|
@@ -582,7 +582,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
582
582
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
583
583
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.6
|
|
586
586
|
*/
|
|
587
587
|
remoteTemperature: BitFlag;
|
|
588
588
|
}>, any>;
|
|
@@ -599,7 +599,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
599
599
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
600
600
|
* the pump.
|
|
601
601
|
*
|
|
602
|
-
* @see {@link MatterSpecification.
|
|
602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.15
|
|
603
603
|
*/
|
|
604
604
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
605
605
|
/**
|
|
@@ -622,7 +622,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
622
622
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
623
623
|
* the pump.
|
|
624
624
|
*
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.16
|
|
626
626
|
*/
|
|
627
627
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
628
628
|
/**
|
|
@@ -635,7 +635,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
635
635
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
636
636
|
* of capacity less than zero have no physical meaning.
|
|
637
637
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.17
|
|
639
639
|
*/
|
|
640
640
|
readonly capacity: Attribute<number | null, any>;
|
|
641
641
|
/**
|
|
@@ -647,7 +647,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
647
647
|
*
|
|
648
648
|
* Valid range is 0 to 65,534 RPM.
|
|
649
649
|
*
|
|
650
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.18
|
|
651
651
|
*/
|
|
652
652
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
653
653
|
/**
|
|
@@ -660,7 +660,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
660
660
|
*
|
|
661
661
|
* Valid range is 0 to 16,777,214 hrs.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.19
|
|
664
664
|
*/
|
|
665
665
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
666
666
|
/**
|
|
@@ -672,7 +672,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
672
672
|
*
|
|
673
673
|
* Valid range is 0 to 16,777,214 Watts.
|
|
674
674
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
675
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.20
|
|
676
676
|
*/
|
|
677
677
|
readonly power: OptionalAttribute<number | null, any>;
|
|
678
678
|
/**
|
|
@@ -687,7 +687,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
687
687
|
*
|
|
688
688
|
* Null if the value is unknown.
|
|
689
689
|
*
|
|
690
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.21
|
|
691
691
|
*/
|
|
692
692
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
693
693
|
/**
|
|
@@ -717,7 +717,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
717
717
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
718
718
|
* CONSTRAINT_ERROR shall be returned.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.22
|
|
721
721
|
*/
|
|
722
722
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
723
723
|
/**
|
|
@@ -732,82 +732,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
732
732
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
733
733
|
* CONSTRAINT_ERROR shall be returned.
|
|
734
734
|
*
|
|
735
|
-
* @see {@link MatterSpecification.
|
|
735
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.23
|
|
736
736
|
*/
|
|
737
737
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
738
738
|
/**
|
|
739
|
-
* @see {@link MatterSpecification.
|
|
739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7
|
|
740
740
|
* @deprecated
|
|
741
741
|
*/
|
|
742
742
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
743
743
|
};
|
|
744
744
|
readonly events: {
|
|
745
745
|
/**
|
|
746
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
747
747
|
*/
|
|
748
748
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
749
749
|
/**
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
751
751
|
*/
|
|
752
752
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
753
753
|
/**
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
755
755
|
*/
|
|
756
756
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
757
757
|
/**
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
759
759
|
*/
|
|
760
760
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
761
761
|
/**
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
763
763
|
*/
|
|
764
764
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
765
765
|
/**
|
|
766
|
-
* @see {@link MatterSpecification.
|
|
766
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
767
767
|
*/
|
|
768
768
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
769
769
|
/**
|
|
770
|
-
* @see {@link MatterSpecification.
|
|
770
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
771
771
|
*/
|
|
772
772
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
773
773
|
/**
|
|
774
|
-
* @see {@link MatterSpecification.
|
|
774
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
775
775
|
*/
|
|
776
776
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
777
777
|
/**
|
|
778
|
-
* @see {@link MatterSpecification.
|
|
778
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
779
779
|
*/
|
|
780
780
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
781
781
|
/**
|
|
782
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
783
783
|
*/
|
|
784
784
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
785
785
|
/**
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
787
787
|
*/
|
|
788
788
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
789
789
|
/**
|
|
790
|
-
* @see {@link MatterSpecification.
|
|
790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
791
791
|
*/
|
|
792
792
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
793
793
|
/**
|
|
794
|
-
* @see {@link MatterSpecification.
|
|
794
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
795
795
|
*/
|
|
796
796
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
797
797
|
/**
|
|
798
|
-
* @see {@link MatterSpecification.
|
|
798
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
799
799
|
*/
|
|
800
800
|
readonly generalFault: OptionalEvent<void, any>;
|
|
801
801
|
/**
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
803
803
|
*/
|
|
804
804
|
readonly leakage: OptionalEvent<void, any>;
|
|
805
805
|
/**
|
|
806
|
-
* @see {@link MatterSpecification.
|
|
806
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
807
807
|
*/
|
|
808
808
|
readonly airDetection: OptionalEvent<void, any>;
|
|
809
809
|
/**
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
811
811
|
*/
|
|
812
812
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
813
813
|
};
|
|
@@ -827,7 +827,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
827
827
|
*
|
|
828
828
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
829
829
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.4
|
|
831
831
|
*/
|
|
832
832
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
833
833
|
/**
|
|
@@ -836,7 +836,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
836
836
|
*
|
|
837
837
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
838
838
|
*
|
|
839
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.5
|
|
840
840
|
*/
|
|
841
841
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
842
842
|
};
|
|
@@ -853,7 +853,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
853
853
|
*
|
|
854
854
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
855
855
|
*
|
|
856
|
-
* @see {@link MatterSpecification.
|
|
856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.4
|
|
857
857
|
*/
|
|
858
858
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
859
859
|
/**
|
|
@@ -862,7 +862,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
862
862
|
*
|
|
863
863
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
864
864
|
*
|
|
865
|
-
* @see {@link MatterSpecification.
|
|
865
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.5
|
|
866
866
|
*/
|
|
867
867
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
868
868
|
/**
|
|
@@ -871,7 +871,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
871
871
|
*
|
|
872
872
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
873
873
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
874
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.6
|
|
875
875
|
*/
|
|
876
876
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
877
877
|
/**
|
|
@@ -880,7 +880,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
880
880
|
*
|
|
881
881
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.7
|
|
884
884
|
*/
|
|
885
885
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
886
886
|
/**
|
|
@@ -889,7 +889,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
889
889
|
*
|
|
890
890
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.8
|
|
893
893
|
*/
|
|
894
894
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
895
895
|
/**
|
|
@@ -898,7 +898,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
898
898
|
*
|
|
899
899
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
900
900
|
*
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
901
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.9
|
|
902
902
|
*/
|
|
903
903
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
904
904
|
/**
|
|
@@ -907,7 +907,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
907
907
|
*
|
|
908
908
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.10
|
|
911
911
|
*/
|
|
912
912
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
913
913
|
/**
|
|
@@ -916,7 +916,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
916
916
|
*
|
|
917
917
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
918
918
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.11
|
|
920
920
|
*/
|
|
921
921
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
922
922
|
/**
|
|
@@ -925,7 +925,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
925
925
|
*
|
|
926
926
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
927
927
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.12
|
|
929
929
|
*/
|
|
930
930
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
931
931
|
/**
|
|
@@ -935,7 +935,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
935
935
|
* MaxConstTemp shall be greater than or equal to MinConstTemp Valid range is –273.15 °C to 327.67 °C (steps
|
|
936
936
|
* of 0.01 °C). Null if the value is invalid.
|
|
937
937
|
*
|
|
938
|
-
* @see {@link MatterSpecification.
|
|
938
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.13
|
|
939
939
|
*/
|
|
940
940
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
941
941
|
};
|
|
@@ -952,7 +952,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
952
952
|
*
|
|
953
953
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.6
|
|
956
956
|
*/
|
|
957
957
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
958
958
|
/**
|
|
@@ -961,7 +961,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
961
961
|
*
|
|
962
962
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
963
963
|
*
|
|
964
|
-
* @see {@link MatterSpecification.
|
|
964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.7
|
|
965
965
|
*/
|
|
966
966
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
967
967
|
};
|
|
@@ -978,7 +978,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
978
978
|
*
|
|
979
979
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
980
980
|
*
|
|
981
|
-
* @see {@link MatterSpecification.
|
|
981
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.8
|
|
982
982
|
*/
|
|
983
983
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
984
984
|
/**
|
|
@@ -987,7 +987,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
987
987
|
*
|
|
988
988
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.9
|
|
991
991
|
*/
|
|
992
992
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
993
993
|
};
|
|
@@ -1004,7 +1004,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1004
1004
|
*
|
|
1005
1005
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1006
1006
|
*
|
|
1007
|
-
* @see {@link MatterSpecification.
|
|
1007
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.10
|
|
1008
1008
|
*/
|
|
1009
1009
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
1010
1010
|
/**
|
|
@@ -1013,7 +1013,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1013
1013
|
*
|
|
1014
1014
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1015
1015
|
*
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1016
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.11
|
|
1017
1017
|
*/
|
|
1018
1018
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
1019
1019
|
};
|
|
@@ -1030,7 +1030,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1030
1030
|
*
|
|
1031
1031
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1032
1032
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.12
|
|
1034
1034
|
*/
|
|
1035
1035
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
1036
1036
|
/**
|
|
@@ -1040,7 +1040,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1040
1040
|
* MaxConstTemp shall be greater than or equal to MinConstTemp Valid range is –273.15 °C to 327.67 °C (steps
|
|
1041
1041
|
* of 0.01 °C). Null if the value is invalid.
|
|
1042
1042
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1043
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.13
|
|
1044
1044
|
*/
|
|
1045
1045
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
1046
1046
|
};
|
|
@@ -1100,7 +1100,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1100
1100
|
*
|
|
1101
1101
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1102
1102
|
*
|
|
1103
|
-
* @see {@link MatterSpecification.
|
|
1103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.1
|
|
1104
1104
|
*/
|
|
1105
1105
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
1106
1106
|
/**
|
|
@@ -1109,7 +1109,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1109
1109
|
*
|
|
1110
1110
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1111
1111
|
*
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.2
|
|
1113
1113
|
*/
|
|
1114
1114
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
1115
1115
|
/**
|
|
@@ -1118,7 +1118,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1118
1118
|
*
|
|
1119
1119
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1120
1120
|
*
|
|
1121
|
-
* @see {@link MatterSpecification.
|
|
1121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.3
|
|
1122
1122
|
*/
|
|
1123
1123
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
1124
1124
|
/**
|
|
@@ -1126,7 +1126,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1126
1126
|
* pump controller function is active, the corresponding bit shall be set to 1. Where a pump controller
|
|
1127
1127
|
* function is not active, the corresponding bit shall be set to 0.
|
|
1128
1128
|
*
|
|
1129
|
-
* @see {@link MatterSpecification.
|
|
1129
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.14
|
|
1130
1130
|
*/
|
|
1131
1131
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1132
1132
|
/**
|
|
@@ -1134,7 +1134,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1134
1134
|
*
|
|
1135
1135
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
1136
1136
|
*
|
|
1137
|
-
* @see {@link MatterSpecification.
|
|
1137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.1
|
|
1138
1138
|
*/
|
|
1139
1139
|
deviceFault: BitFlag;
|
|
1140
1140
|
/**
|
|
@@ -1142,7 +1142,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1142
1142
|
*
|
|
1143
1143
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.2
|
|
1146
1146
|
*/
|
|
1147
1147
|
supplyFault: BitFlag;
|
|
1148
1148
|
/**
|
|
@@ -1160,7 +1160,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1160
1160
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
1161
1161
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
1162
1162
|
*
|
|
1163
|
-
* @see {@link MatterSpecification.
|
|
1163
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.3
|
|
1164
1164
|
*/
|
|
1165
1165
|
localOverride: BitFlag;
|
|
1166
1166
|
/**
|
|
@@ -1173,7 +1173,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1173
1173
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
1174
1174
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1175
1175
|
*
|
|
1176
|
-
* @see {@link MatterSpecification.
|
|
1176
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.4
|
|
1177
1177
|
*/
|
|
1178
1178
|
remotePressure: BitFlag;
|
|
1179
1179
|
/**
|
|
@@ -1182,7 +1182,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1182
1182
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
1183
1183
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1184
1184
|
*
|
|
1185
|
-
* @see {@link MatterSpecification.
|
|
1185
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.5
|
|
1186
1186
|
*/
|
|
1187
1187
|
remoteFlow: BitFlag;
|
|
1188
1188
|
/**
|
|
@@ -1191,7 +1191,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1191
1191
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
1192
1192
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
1193
1193
|
*
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.6
|
|
1195
1195
|
*/
|
|
1196
1196
|
remoteTemperature: BitFlag;
|
|
1197
1197
|
}>, any>;
|
|
@@ -1208,7 +1208,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1208
1208
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
1209
1209
|
* the pump.
|
|
1210
1210
|
*
|
|
1211
|
-
* @see {@link MatterSpecification.
|
|
1211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.15
|
|
1212
1212
|
*/
|
|
1213
1213
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
1214
1214
|
/**
|
|
@@ -1231,7 +1231,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1231
1231
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
1232
1232
|
* the pump.
|
|
1233
1233
|
*
|
|
1234
|
-
* @see {@link MatterSpecification.
|
|
1234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.16
|
|
1235
1235
|
*/
|
|
1236
1236
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
1237
1237
|
/**
|
|
@@ -1244,7 +1244,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1244
1244
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
1245
1245
|
* of capacity less than zero have no physical meaning.
|
|
1246
1246
|
*
|
|
1247
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.17
|
|
1248
1248
|
*/
|
|
1249
1249
|
readonly capacity: Attribute<number | null, any>;
|
|
1250
1250
|
/**
|
|
@@ -1256,7 +1256,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1256
1256
|
*
|
|
1257
1257
|
* Valid range is 0 to 65,534 RPM.
|
|
1258
1258
|
*
|
|
1259
|
-
* @see {@link MatterSpecification.
|
|
1259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.18
|
|
1260
1260
|
*/
|
|
1261
1261
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
1262
1262
|
/**
|
|
@@ -1269,7 +1269,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1269
1269
|
*
|
|
1270
1270
|
* Valid range is 0 to 16,777,214 hrs.
|
|
1271
1271
|
*
|
|
1272
|
-
* @see {@link MatterSpecification.
|
|
1272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.19
|
|
1273
1273
|
*/
|
|
1274
1274
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
1275
1275
|
/**
|
|
@@ -1281,7 +1281,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1281
1281
|
*
|
|
1282
1282
|
* Valid range is 0 to 16,777,214 Watts.
|
|
1283
1283
|
*
|
|
1284
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.20
|
|
1285
1285
|
*/
|
|
1286
1286
|
readonly power: OptionalAttribute<number | null, any>;
|
|
1287
1287
|
/**
|
|
@@ -1296,7 +1296,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1296
1296
|
*
|
|
1297
1297
|
* Null if the value is unknown.
|
|
1298
1298
|
*
|
|
1299
|
-
* @see {@link MatterSpecification.
|
|
1299
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.21
|
|
1300
1300
|
*/
|
|
1301
1301
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
1302
1302
|
/**
|
|
@@ -1326,7 +1326,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1326
1326
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
1327
1327
|
* CONSTRAINT_ERROR shall be returned.
|
|
1328
1328
|
*
|
|
1329
|
-
* @see {@link MatterSpecification.
|
|
1329
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.22
|
|
1330
1330
|
*/
|
|
1331
1331
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
1332
1332
|
/**
|
|
@@ -1341,82 +1341,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1341
1341
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
1342
1342
|
* CONSTRAINT_ERROR shall be returned.
|
|
1343
1343
|
*
|
|
1344
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.23
|
|
1345
1345
|
*/
|
|
1346
1346
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
1347
1347
|
/**
|
|
1348
|
-
* @see {@link MatterSpecification.
|
|
1348
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7
|
|
1349
1349
|
* @deprecated
|
|
1350
1350
|
*/
|
|
1351
1351
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
1352
1352
|
};
|
|
1353
1353
|
readonly events: {
|
|
1354
1354
|
/**
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1356
1356
|
*/
|
|
1357
1357
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
1358
1358
|
/**
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1359
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1360
1360
|
*/
|
|
1361
1361
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
1362
1362
|
/**
|
|
1363
|
-
* @see {@link MatterSpecification.
|
|
1363
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1364
1364
|
*/
|
|
1365
1365
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
1366
1366
|
/**
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1368
1368
|
*/
|
|
1369
1369
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
1370
1370
|
/**
|
|
1371
|
-
* @see {@link MatterSpecification.
|
|
1371
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1372
1372
|
*/
|
|
1373
1373
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
1374
1374
|
/**
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1376
1376
|
*/
|
|
1377
1377
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
1378
1378
|
/**
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1380
1380
|
*/
|
|
1381
1381
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
1382
1382
|
/**
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1384
1384
|
*/
|
|
1385
1385
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
1386
1386
|
/**
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1388
1388
|
*/
|
|
1389
1389
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
1390
1390
|
/**
|
|
1391
|
-
* @see {@link MatterSpecification.
|
|
1391
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1392
1392
|
*/
|
|
1393
1393
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
1394
1394
|
/**
|
|
1395
|
-
* @see {@link MatterSpecification.
|
|
1395
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1396
1396
|
*/
|
|
1397
1397
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
1398
1398
|
/**
|
|
1399
|
-
* @see {@link MatterSpecification.
|
|
1399
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1400
1400
|
*/
|
|
1401
1401
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
1402
1402
|
/**
|
|
1403
|
-
* @see {@link MatterSpecification.
|
|
1403
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1404
1404
|
*/
|
|
1405
1405
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
1406
1406
|
/**
|
|
1407
|
-
* @see {@link MatterSpecification.
|
|
1407
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1408
1408
|
*/
|
|
1409
1409
|
readonly generalFault: OptionalEvent<void, any>;
|
|
1410
1410
|
/**
|
|
1411
|
-
* @see {@link MatterSpecification.
|
|
1411
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1412
1412
|
*/
|
|
1413
1413
|
readonly leakage: OptionalEvent<void, any>;
|
|
1414
1414
|
/**
|
|
1415
|
-
* @see {@link MatterSpecification.
|
|
1415
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1416
1416
|
*/
|
|
1417
1417
|
readonly airDetection: OptionalEvent<void, any>;
|
|
1418
1418
|
/**
|
|
1419
|
-
* @see {@link MatterSpecification.
|
|
1419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
1420
1420
|
*/
|
|
1421
1421
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
1422
1422
|
};
|
|
@@ -1436,7 +1436,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1436
1436
|
*
|
|
1437
1437
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1438
1438
|
*
|
|
1439
|
-
* @see {@link MatterSpecification.
|
|
1439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.4
|
|
1440
1440
|
*/
|
|
1441
1441
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
1442
1442
|
/**
|
|
@@ -1445,7 +1445,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1445
1445
|
*
|
|
1446
1446
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1447
1447
|
*
|
|
1448
|
-
* @see {@link MatterSpecification.
|
|
1448
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.5
|
|
1449
1449
|
*/
|
|
1450
1450
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
1451
1451
|
};
|
|
@@ -1462,7 +1462,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1462
1462
|
*
|
|
1463
1463
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1464
1464
|
*
|
|
1465
|
-
* @see {@link MatterSpecification.
|
|
1465
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.4
|
|
1466
1466
|
*/
|
|
1467
1467
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
1468
1468
|
/**
|
|
@@ -1471,7 +1471,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1471
1471
|
*
|
|
1472
1472
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1473
1473
|
*
|
|
1474
|
-
* @see {@link MatterSpecification.
|
|
1474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.5
|
|
1475
1475
|
*/
|
|
1476
1476
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
1477
1477
|
/**
|
|
@@ -1480,7 +1480,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1480
1480
|
*
|
|
1481
1481
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1482
1482
|
*
|
|
1483
|
-
* @see {@link MatterSpecification.
|
|
1483
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.6
|
|
1484
1484
|
*/
|
|
1485
1485
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
1486
1486
|
/**
|
|
@@ -1489,7 +1489,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1489
1489
|
*
|
|
1490
1490
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1491
1491
|
*
|
|
1492
|
-
* @see {@link MatterSpecification.
|
|
1492
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.7
|
|
1493
1493
|
*/
|
|
1494
1494
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
1495
1495
|
/**
|
|
@@ -1498,7 +1498,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1498
1498
|
*
|
|
1499
1499
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1500
1500
|
*
|
|
1501
|
-
* @see {@link MatterSpecification.
|
|
1501
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.8
|
|
1502
1502
|
*/
|
|
1503
1503
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
1504
1504
|
/**
|
|
@@ -1507,7 +1507,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1507
1507
|
*
|
|
1508
1508
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1509
1509
|
*
|
|
1510
|
-
* @see {@link MatterSpecification.
|
|
1510
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.9
|
|
1511
1511
|
*/
|
|
1512
1512
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
1513
1513
|
/**
|
|
@@ -1516,7 +1516,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1516
1516
|
*
|
|
1517
1517
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1518
1518
|
*
|
|
1519
|
-
* @see {@link MatterSpecification.
|
|
1519
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.10
|
|
1520
1520
|
*/
|
|
1521
1521
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
1522
1522
|
/**
|
|
@@ -1525,7 +1525,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1525
1525
|
*
|
|
1526
1526
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1527
1527
|
*
|
|
1528
|
-
* @see {@link MatterSpecification.
|
|
1528
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.11
|
|
1529
1529
|
*/
|
|
1530
1530
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
1531
1531
|
/**
|
|
@@ -1534,7 +1534,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1534
1534
|
*
|
|
1535
1535
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1536
1536
|
*
|
|
1537
|
-
* @see {@link MatterSpecification.
|
|
1537
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.12
|
|
1538
1538
|
*/
|
|
1539
1539
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
1540
1540
|
/**
|
|
@@ -1544,7 +1544,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1544
1544
|
* MaxConstTemp shall be greater than or equal to MinConstTemp Valid range is –273.15 °C to 327.67 °C (steps
|
|
1545
1545
|
* of 0.01 °C). Null if the value is invalid.
|
|
1546
1546
|
*
|
|
1547
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.13
|
|
1548
1548
|
*/
|
|
1549
1549
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
1550
1550
|
};
|
|
@@ -1561,7 +1561,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1561
1561
|
*
|
|
1562
1562
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1563
1563
|
*
|
|
1564
|
-
* @see {@link MatterSpecification.
|
|
1564
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.6
|
|
1565
1565
|
*/
|
|
1566
1566
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
1567
1567
|
/**
|
|
@@ -1570,7 +1570,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1570
1570
|
*
|
|
1571
1571
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1572
1572
|
*
|
|
1573
|
-
* @see {@link MatterSpecification.
|
|
1573
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.7
|
|
1574
1574
|
*/
|
|
1575
1575
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
1576
1576
|
};
|
|
@@ -1587,7 +1587,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1587
1587
|
*
|
|
1588
1588
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1589
1589
|
*
|
|
1590
|
-
* @see {@link MatterSpecification.
|
|
1590
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.8
|
|
1591
1591
|
*/
|
|
1592
1592
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
1593
1593
|
/**
|
|
@@ -1596,7 +1596,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1596
1596
|
*
|
|
1597
1597
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1598
1598
|
*
|
|
1599
|
-
* @see {@link MatterSpecification.
|
|
1599
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.9
|
|
1600
1600
|
*/
|
|
1601
1601
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
1602
1602
|
};
|
|
@@ -1613,7 +1613,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1613
1613
|
*
|
|
1614
1614
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1615
1615
|
*
|
|
1616
|
-
* @see {@link MatterSpecification.
|
|
1616
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.10
|
|
1617
1617
|
*/
|
|
1618
1618
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
1619
1619
|
/**
|
|
@@ -1622,7 +1622,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1622
1622
|
*
|
|
1623
1623
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1624
1624
|
*
|
|
1625
|
-
* @see {@link MatterSpecification.
|
|
1625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.11
|
|
1626
1626
|
*/
|
|
1627
1627
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
1628
1628
|
};
|
|
@@ -1639,7 +1639,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1639
1639
|
*
|
|
1640
1640
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1641
1641
|
*
|
|
1642
|
-
* @see {@link MatterSpecification.
|
|
1642
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.12
|
|
1643
1643
|
*/
|
|
1644
1644
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
1645
1645
|
/**
|
|
@@ -1649,7 +1649,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1649
1649
|
* MaxConstTemp shall be greater than or equal to MinConstTemp Valid range is –273.15 °C to 327.67 °C (steps
|
|
1650
1650
|
* of 0.01 °C). Null if the value is invalid.
|
|
1651
1651
|
*
|
|
1652
|
-
* @see {@link MatterSpecification.
|
|
1652
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.13
|
|
1653
1653
|
*/
|
|
1654
1654
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
1655
1655
|
};
|
|
@@ -1683,7 +1683,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1683
1683
|
* Per the Matter specification you cannot use {@link PumpConfigurationAndControlCluster} without enabling certain
|
|
1684
1684
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
1685
1685
|
*
|
|
1686
|
-
* @see {@link MatterSpecification.
|
|
1686
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2
|
|
1687
1687
|
*/
|
|
1688
1688
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1689
1689
|
}
|
|
@@ -1832,7 +1832,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1832
1832
|
*
|
|
1833
1833
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1834
1834
|
*
|
|
1835
|
-
* @see {@link MatterSpecification.
|
|
1835
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.1
|
|
1836
1836
|
*/
|
|
1837
1837
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
1838
1838
|
/**
|
|
@@ -1841,7 +1841,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1841
1841
|
*
|
|
1842
1842
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1843
1843
|
*
|
|
1844
|
-
* @see {@link MatterSpecification.
|
|
1844
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.2
|
|
1845
1845
|
*/
|
|
1846
1846
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
1847
1847
|
/**
|
|
@@ -1850,7 +1850,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1850
1850
|
*
|
|
1851
1851
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1852
1852
|
*
|
|
1853
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.3
|
|
1854
1854
|
*/
|
|
1855
1855
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
1856
1856
|
/**
|
|
@@ -1858,7 +1858,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1858
1858
|
* pump controller function is active, the corresponding bit shall be set to 1. Where a pump controller
|
|
1859
1859
|
* function is not active, the corresponding bit shall be set to 0.
|
|
1860
1860
|
*
|
|
1861
|
-
* @see {@link MatterSpecification.
|
|
1861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.14
|
|
1862
1862
|
*/
|
|
1863
1863
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1864
1864
|
/**
|
|
@@ -1866,7 +1866,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1866
1866
|
*
|
|
1867
1867
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
1868
1868
|
*
|
|
1869
|
-
* @see {@link MatterSpecification.
|
|
1869
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.1
|
|
1870
1870
|
*/
|
|
1871
1871
|
deviceFault: BitFlag;
|
|
1872
1872
|
/**
|
|
@@ -1874,7 +1874,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1874
1874
|
*
|
|
1875
1875
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
1876
1876
|
*
|
|
1877
|
-
* @see {@link MatterSpecification.
|
|
1877
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.2
|
|
1878
1878
|
*/
|
|
1879
1879
|
supplyFault: BitFlag;
|
|
1880
1880
|
/**
|
|
@@ -1892,7 +1892,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1892
1892
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
1893
1893
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.3
|
|
1896
1896
|
*/
|
|
1897
1897
|
localOverride: BitFlag;
|
|
1898
1898
|
/**
|
|
@@ -1905,7 +1905,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1905
1905
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
1906
1906
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1907
1907
|
*
|
|
1908
|
-
* @see {@link MatterSpecification.
|
|
1908
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.4
|
|
1909
1909
|
*/
|
|
1910
1910
|
remotePressure: BitFlag;
|
|
1911
1911
|
/**
|
|
@@ -1914,7 +1914,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1914
1914
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
1915
1915
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1916
1916
|
*
|
|
1917
|
-
* @see {@link MatterSpecification.
|
|
1917
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.5
|
|
1918
1918
|
*/
|
|
1919
1919
|
remoteFlow: BitFlag;
|
|
1920
1920
|
/**
|
|
@@ -1923,7 +1923,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1923
1923
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
1924
1924
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
1925
1925
|
*
|
|
1926
|
-
* @see {@link MatterSpecification.
|
|
1926
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.6.1.6
|
|
1927
1927
|
*/
|
|
1928
1928
|
remoteTemperature: BitFlag;
|
|
1929
1929
|
}>, any>;
|
|
@@ -1940,7 +1940,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1940
1940
|
* See OperationMode and ControlMode attributes for a detailed description of the operation and control of
|
|
1941
1941
|
* the pump.
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.15
|
|
1944
1944
|
*/
|
|
1945
1945
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
1946
1946
|
/**
|
|
@@ -1963,7 +1963,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1963
1963
|
* See OperationMode and ControlMode attributes for detailed a description of the operation and control of
|
|
1964
1964
|
* the pump.
|
|
1965
1965
|
*
|
|
1966
|
-
* @see {@link MatterSpecification.
|
|
1966
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.16
|
|
1967
1967
|
*/
|
|
1968
1968
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
1969
1969
|
/**
|
|
@@ -1976,7 +1976,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1976
1976
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
1977
1977
|
* of capacity less than zero have no physical meaning.
|
|
1978
1978
|
*
|
|
1979
|
-
* @see {@link MatterSpecification.
|
|
1979
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.17
|
|
1980
1980
|
*/
|
|
1981
1981
|
readonly capacity: Attribute<number | null, any>;
|
|
1982
1982
|
/**
|
|
@@ -1988,7 +1988,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1988
1988
|
*
|
|
1989
1989
|
* Valid range is 0 to 65,534 RPM.
|
|
1990
1990
|
*
|
|
1991
|
-
* @see {@link MatterSpecification.
|
|
1991
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.18
|
|
1992
1992
|
*/
|
|
1993
1993
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
1994
1994
|
/**
|
|
@@ -2001,7 +2001,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2001
2001
|
*
|
|
2002
2002
|
* Valid range is 0 to 16,777,214 hrs.
|
|
2003
2003
|
*
|
|
2004
|
-
* @see {@link MatterSpecification.
|
|
2004
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.19
|
|
2005
2005
|
*/
|
|
2006
2006
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
2007
2007
|
/**
|
|
@@ -2013,7 +2013,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2013
2013
|
*
|
|
2014
2014
|
* Valid range is 0 to 16,777,214 Watts.
|
|
2015
2015
|
*
|
|
2016
|
-
* @see {@link MatterSpecification.
|
|
2016
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.20
|
|
2017
2017
|
*/
|
|
2018
2018
|
readonly power: OptionalAttribute<number | null, any>;
|
|
2019
2019
|
/**
|
|
@@ -2028,7 +2028,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2028
2028
|
*
|
|
2029
2029
|
* Null if the value is unknown.
|
|
2030
2030
|
*
|
|
2031
|
-
* @see {@link MatterSpecification.
|
|
2031
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.21
|
|
2032
2032
|
*/
|
|
2033
2033
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
2034
2034
|
/**
|
|
@@ -2058,7 +2058,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2058
2058
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
2059
2059
|
* CONSTRAINT_ERROR shall be returned.
|
|
2060
2060
|
*
|
|
2061
|
-
* @see {@link MatterSpecification.
|
|
2061
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.22
|
|
2062
2062
|
*/
|
|
2063
2063
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
2064
2064
|
/**
|
|
@@ -2073,82 +2073,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2073
2073
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
2074
2074
|
* CONSTRAINT_ERROR shall be returned.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7.23
|
|
2077
2077
|
*/
|
|
2078
2078
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
2079
2079
|
/**
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.7
|
|
2081
2081
|
* @deprecated
|
|
2082
2082
|
*/
|
|
2083
2083
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
2084
2084
|
};
|
|
2085
2085
|
readonly events: {
|
|
2086
2086
|
/**
|
|
2087
|
-
* @see {@link MatterSpecification.
|
|
2087
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2088
2088
|
*/
|
|
2089
2089
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
2090
2090
|
/**
|
|
2091
|
-
* @see {@link MatterSpecification.
|
|
2091
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2092
2092
|
*/
|
|
2093
2093
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
2094
2094
|
/**
|
|
2095
|
-
* @see {@link MatterSpecification.
|
|
2095
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2096
2096
|
*/
|
|
2097
2097
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
2098
2098
|
/**
|
|
2099
|
-
* @see {@link MatterSpecification.
|
|
2099
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2100
2100
|
*/
|
|
2101
2101
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
2102
2102
|
/**
|
|
2103
|
-
* @see {@link MatterSpecification.
|
|
2103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2104
2104
|
*/
|
|
2105
2105
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
2106
2106
|
/**
|
|
2107
|
-
* @see {@link MatterSpecification.
|
|
2107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2108
2108
|
*/
|
|
2109
2109
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
2110
2110
|
/**
|
|
2111
|
-
* @see {@link MatterSpecification.
|
|
2111
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2112
2112
|
*/
|
|
2113
2113
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
2114
2114
|
/**
|
|
2115
|
-
* @see {@link MatterSpecification.
|
|
2115
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2116
2116
|
*/
|
|
2117
2117
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
2118
2118
|
/**
|
|
2119
|
-
* @see {@link MatterSpecification.
|
|
2119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2120
2120
|
*/
|
|
2121
2121
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
2122
2122
|
/**
|
|
2123
|
-
* @see {@link MatterSpecification.
|
|
2123
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2124
2124
|
*/
|
|
2125
2125
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
2126
2126
|
/**
|
|
2127
|
-
* @see {@link MatterSpecification.
|
|
2127
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2128
2128
|
*/
|
|
2129
2129
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
2130
2130
|
/**
|
|
2131
|
-
* @see {@link MatterSpecification.
|
|
2131
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2132
2132
|
*/
|
|
2133
2133
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
2134
2134
|
/**
|
|
2135
|
-
* @see {@link MatterSpecification.
|
|
2135
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2136
2136
|
*/
|
|
2137
2137
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
2138
2138
|
/**
|
|
2139
|
-
* @see {@link MatterSpecification.
|
|
2139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2140
2140
|
*/
|
|
2141
2141
|
readonly generalFault: OptionalEvent<void, any>;
|
|
2142
2142
|
/**
|
|
2143
|
-
* @see {@link MatterSpecification.
|
|
2143
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2144
2144
|
*/
|
|
2145
2145
|
readonly leakage: OptionalEvent<void, any>;
|
|
2146
2146
|
/**
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2148
2148
|
*/
|
|
2149
2149
|
readonly airDetection: OptionalEvent<void, any>;
|
|
2150
2150
|
/**
|
|
2151
|
-
* @see {@link MatterSpecification.
|
|
2151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.2.8
|
|
2152
2152
|
*/
|
|
2153
2153
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
2154
2154
|
};
|