@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 4.2.6.1.6
|
|
128
128
|
*/
|
|
129
129
|
remoteTemperature: BitFlag;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 4.2.7.12
|
|
335
335
|
*/
|
|
336
336
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
337
337
|
/**
|
|
@@ -343,7 +343,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
343
343
|
*
|
|
344
344
|
* Null if the value is invalid.
|
|
345
345
|
*
|
|
346
|
-
* @see {@link MatterSpecification.
|
|
346
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.13
|
|
347
347
|
*/
|
|
348
348
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
349
349
|
};
|
|
@@ -359,7 +359,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
359
359
|
*
|
|
360
360
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
361
361
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.6
|
|
363
363
|
*/
|
|
364
364
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
365
365
|
/**
|
|
@@ -368,7 +368,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
368
368
|
*
|
|
369
369
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
370
370
|
*
|
|
371
|
-
* @see {@link MatterSpecification.
|
|
371
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.7
|
|
372
372
|
*/
|
|
373
373
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
374
374
|
};
|
|
@@ -384,7 +384,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
384
384
|
*
|
|
385
385
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
386
386
|
*
|
|
387
|
-
* @see {@link MatterSpecification.
|
|
387
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.8
|
|
388
388
|
*/
|
|
389
389
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
390
390
|
/**
|
|
@@ -393,7 +393,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
393
393
|
*
|
|
394
394
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
395
395
|
*
|
|
396
|
-
* @see {@link MatterSpecification.
|
|
396
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.9
|
|
397
397
|
*/
|
|
398
398
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
399
399
|
};
|
|
@@ -409,7 +409,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
409
409
|
*
|
|
410
410
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.10
|
|
413
413
|
*/
|
|
414
414
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
415
415
|
/**
|
|
@@ -418,7 +418,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
418
418
|
*
|
|
419
419
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
420
420
|
*
|
|
421
|
-
* @see {@link MatterSpecification.
|
|
421
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.11
|
|
422
422
|
*/
|
|
423
423
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
424
424
|
};
|
|
@@ -434,7 +434,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
434
434
|
*
|
|
435
435
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
436
436
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.12
|
|
438
438
|
*/
|
|
439
439
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
440
440
|
/**
|
|
@@ -446,7 +446,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
446
446
|
*
|
|
447
447
|
* Null if the value is invalid.
|
|
448
448
|
*
|
|
449
|
-
* @see {@link MatterSpecification.
|
|
449
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.13
|
|
450
450
|
*/
|
|
451
451
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
452
452
|
};
|
|
@@ -495,7 +495,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
495
495
|
*
|
|
496
496
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.1
|
|
499
499
|
*/
|
|
500
500
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
501
501
|
/**
|
|
@@ -504,7 +504,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
504
504
|
*
|
|
505
505
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
506
506
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
507
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.2
|
|
508
508
|
*/
|
|
509
509
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
510
510
|
/**
|
|
@@ -513,7 +513,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
513
513
|
*
|
|
514
514
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.3
|
|
517
517
|
*/
|
|
518
518
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
519
519
|
/**
|
|
@@ -521,7 +521,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
521
521
|
* pump controller function is active, the corresponding bit shall be set to 1. Where a pump controller
|
|
522
522
|
* function is not active, the corresponding bit shall be set to 0.
|
|
523
523
|
*
|
|
524
|
-
* @see {@link MatterSpecification.
|
|
524
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.14
|
|
525
525
|
*/
|
|
526
526
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
527
527
|
/**
|
|
@@ -529,7 +529,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
529
529
|
*
|
|
530
530
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
531
531
|
*
|
|
532
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.1
|
|
533
533
|
*/
|
|
534
534
|
deviceFault: BitFlag;
|
|
535
535
|
/**
|
|
@@ -537,7 +537,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
537
537
|
*
|
|
538
538
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
539
539
|
*
|
|
540
|
-
* @see {@link MatterSpecification.
|
|
540
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.2
|
|
541
541
|
*/
|
|
542
542
|
supplyFault: BitFlag;
|
|
543
543
|
/**
|
|
@@ -555,7 +555,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
555
555
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
556
556
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
557
557
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
558
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.3
|
|
559
559
|
*/
|
|
560
560
|
localOverride: BitFlag;
|
|
561
561
|
/**
|
|
@@ -568,7 +568,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
568
568
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
569
569
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
570
570
|
*
|
|
571
|
-
* @see {@link MatterSpecification.
|
|
571
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.4
|
|
572
572
|
*/
|
|
573
573
|
remotePressure: BitFlag;
|
|
574
574
|
/**
|
|
@@ -577,7 +577,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
577
577
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
578
578
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
579
579
|
*
|
|
580
|
-
* @see {@link MatterSpecification.
|
|
580
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.5
|
|
581
581
|
*/
|
|
582
582
|
remoteFlow: BitFlag;
|
|
583
583
|
/**
|
|
@@ -586,7 +586,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
586
586
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
587
587
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
588
588
|
*
|
|
589
|
-
* @see {@link MatterSpecification.
|
|
589
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.6
|
|
590
590
|
*/
|
|
591
591
|
remoteTemperature: BitFlag;
|
|
592
592
|
}>, any>;
|
|
@@ -603,7 +603,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
603
603
|
* See OperationMode Attribute and ControlMode Attribute for a detailed description of the operation and
|
|
604
604
|
* control of the pump.
|
|
605
605
|
*
|
|
606
|
-
* @see {@link MatterSpecification.
|
|
606
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.15
|
|
607
607
|
*/
|
|
608
608
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
609
609
|
/**
|
|
@@ -626,7 +626,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
626
626
|
* See OperationMode Attribute and ControlMode Attribute for detailed a description of the operation and
|
|
627
627
|
* control of the pump.
|
|
628
628
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.16
|
|
630
630
|
*/
|
|
631
631
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
632
632
|
/**
|
|
@@ -639,7 +639,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
639
639
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
640
640
|
* of capacity less than zero have no physical meaning.
|
|
641
641
|
*
|
|
642
|
-
* @see {@link MatterSpecification.
|
|
642
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.17
|
|
643
643
|
*/
|
|
644
644
|
readonly capacity: Attribute<number | null, any>;
|
|
645
645
|
/**
|
|
@@ -651,7 +651,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
651
651
|
*
|
|
652
652
|
* Valid range is 0 to 65,534 RPM.
|
|
653
653
|
*
|
|
654
|
-
* @see {@link MatterSpecification.
|
|
654
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.18
|
|
655
655
|
*/
|
|
656
656
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
657
657
|
/**
|
|
@@ -664,7 +664,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
664
664
|
*
|
|
665
665
|
* Valid range is 0 to 16,777,214 hrs.
|
|
666
666
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.19
|
|
668
668
|
*/
|
|
669
669
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
670
670
|
/**
|
|
@@ -676,7 +676,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
676
676
|
*
|
|
677
677
|
* Valid range is 0 to 16,777,214 Watts.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.20
|
|
680
680
|
*/
|
|
681
681
|
readonly power: OptionalAttribute<number | null, any>;
|
|
682
682
|
/**
|
|
@@ -690,7 +690,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
690
690
|
*
|
|
691
691
|
* Null if the value is unknown.
|
|
692
692
|
*
|
|
693
|
-
* @see {@link MatterSpecification.
|
|
693
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.21
|
|
694
694
|
*/
|
|
695
695
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
696
696
|
/**
|
|
@@ -720,7 +720,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
720
720
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
721
721
|
* CONSTRAINT_ERROR shall be returned.
|
|
722
722
|
*
|
|
723
|
-
* @see {@link MatterSpecification.
|
|
723
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.22
|
|
724
724
|
*/
|
|
725
725
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
726
726
|
/**
|
|
@@ -735,82 +735,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
735
735
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
736
736
|
* CONSTRAINT_ERROR shall be returned.
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.23
|
|
739
739
|
*/
|
|
740
740
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
741
741
|
/**
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
742
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7
|
|
743
743
|
* @deprecated
|
|
744
744
|
*/
|
|
745
745
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
746
746
|
};
|
|
747
747
|
readonly events: {
|
|
748
748
|
/**
|
|
749
|
-
* @see {@link MatterSpecification.
|
|
749
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
750
750
|
*/
|
|
751
751
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
752
752
|
/**
|
|
753
|
-
* @see {@link MatterSpecification.
|
|
753
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
754
754
|
*/
|
|
755
755
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
756
756
|
/**
|
|
757
|
-
* @see {@link MatterSpecification.
|
|
757
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
758
758
|
*/
|
|
759
759
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
760
760
|
/**
|
|
761
|
-
* @see {@link MatterSpecification.
|
|
761
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
762
762
|
*/
|
|
763
763
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
764
764
|
/**
|
|
765
|
-
* @see {@link MatterSpecification.
|
|
765
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
766
766
|
*/
|
|
767
767
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
768
768
|
/**
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
770
770
|
*/
|
|
771
771
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
772
772
|
/**
|
|
773
|
-
* @see {@link MatterSpecification.
|
|
773
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
774
774
|
*/
|
|
775
775
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
776
776
|
/**
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
778
778
|
*/
|
|
779
779
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
780
780
|
/**
|
|
781
|
-
* @see {@link MatterSpecification.
|
|
781
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
782
782
|
*/
|
|
783
783
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
784
784
|
/**
|
|
785
|
-
* @see {@link MatterSpecification.
|
|
785
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
786
786
|
*/
|
|
787
787
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
788
788
|
/**
|
|
789
|
-
* @see {@link MatterSpecification.
|
|
789
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
790
790
|
*/
|
|
791
791
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
792
792
|
/**
|
|
793
|
-
* @see {@link MatterSpecification.
|
|
793
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
794
794
|
*/
|
|
795
795
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
796
796
|
/**
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
797
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
798
798
|
*/
|
|
799
799
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
800
800
|
/**
|
|
801
|
-
* @see {@link MatterSpecification.
|
|
801
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
802
802
|
*/
|
|
803
803
|
readonly generalFault: OptionalEvent<void, any>;
|
|
804
804
|
/**
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
806
806
|
*/
|
|
807
807
|
readonly leakage: OptionalEvent<void, any>;
|
|
808
808
|
/**
|
|
809
|
-
* @see {@link MatterSpecification.
|
|
809
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
810
810
|
*/
|
|
811
811
|
readonly airDetection: OptionalEvent<void, any>;
|
|
812
812
|
/**
|
|
813
|
-
* @see {@link MatterSpecification.
|
|
813
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
814
814
|
*/
|
|
815
815
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
816
816
|
};
|
|
@@ -830,7 +830,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
830
830
|
*
|
|
831
831
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
832
832
|
*
|
|
833
|
-
* @see {@link MatterSpecification.
|
|
833
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.4
|
|
834
834
|
*/
|
|
835
835
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
836
836
|
/**
|
|
@@ -839,7 +839,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
839
839
|
*
|
|
840
840
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
841
841
|
*
|
|
842
|
-
* @see {@link MatterSpecification.
|
|
842
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.5
|
|
843
843
|
*/
|
|
844
844
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
845
845
|
};
|
|
@@ -856,7 +856,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
856
856
|
*
|
|
857
857
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
858
858
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.4
|
|
860
860
|
*/
|
|
861
861
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
862
862
|
/**
|
|
@@ -865,7 +865,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
865
865
|
*
|
|
866
866
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
867
867
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.5
|
|
869
869
|
*/
|
|
870
870
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
871
871
|
/**
|
|
@@ -874,7 +874,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
874
874
|
*
|
|
875
875
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.6
|
|
878
878
|
*/
|
|
879
879
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
880
880
|
/**
|
|
@@ -883,7 +883,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
883
883
|
*
|
|
884
884
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
885
885
|
*
|
|
886
|
-
* @see {@link MatterSpecification.
|
|
886
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.7
|
|
887
887
|
*/
|
|
888
888
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
889
889
|
/**
|
|
@@ -892,7 +892,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
892
892
|
*
|
|
893
893
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.8
|
|
896
896
|
*/
|
|
897
897
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
898
898
|
/**
|
|
@@ -901,7 +901,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
901
901
|
*
|
|
902
902
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
903
903
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
904
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.9
|
|
905
905
|
*/
|
|
906
906
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
907
907
|
/**
|
|
@@ -910,7 +910,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
910
910
|
*
|
|
911
911
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.10
|
|
914
914
|
*/
|
|
915
915
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
916
916
|
/**
|
|
@@ -919,7 +919,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
919
919
|
*
|
|
920
920
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.11
|
|
923
923
|
*/
|
|
924
924
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
925
925
|
/**
|
|
@@ -928,7 +928,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
928
928
|
*
|
|
929
929
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
930
930
|
*
|
|
931
|
-
* @see {@link MatterSpecification.
|
|
931
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.12
|
|
932
932
|
*/
|
|
933
933
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
934
934
|
/**
|
|
@@ -940,7 +940,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
940
940
|
*
|
|
941
941
|
* Null if the value is invalid.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.13
|
|
944
944
|
*/
|
|
945
945
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
946
946
|
};
|
|
@@ -957,7 +957,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
957
957
|
*
|
|
958
958
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
959
959
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
960
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.6
|
|
961
961
|
*/
|
|
962
962
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
963
963
|
/**
|
|
@@ -966,7 +966,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
966
966
|
*
|
|
967
967
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
968
968
|
*
|
|
969
|
-
* @see {@link MatterSpecification.
|
|
969
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.7
|
|
970
970
|
*/
|
|
971
971
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
972
972
|
};
|
|
@@ -983,7 +983,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
983
983
|
*
|
|
984
984
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
985
985
|
*
|
|
986
|
-
* @see {@link MatterSpecification.
|
|
986
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.8
|
|
987
987
|
*/
|
|
988
988
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
989
989
|
/**
|
|
@@ -992,7 +992,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
992
992
|
*
|
|
993
993
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
994
994
|
*
|
|
995
|
-
* @see {@link MatterSpecification.
|
|
995
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.9
|
|
996
996
|
*/
|
|
997
997
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
998
998
|
};
|
|
@@ -1009,7 +1009,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1009
1009
|
*
|
|
1010
1010
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1011
1011
|
*
|
|
1012
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.10
|
|
1013
1013
|
*/
|
|
1014
1014
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
1015
1015
|
/**
|
|
@@ -1018,7 +1018,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1018
1018
|
*
|
|
1019
1019
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1020
1020
|
*
|
|
1021
|
-
* @see {@link MatterSpecification.
|
|
1021
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.11
|
|
1022
1022
|
*/
|
|
1023
1023
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
1024
1024
|
};
|
|
@@ -1035,7 +1035,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1035
1035
|
*
|
|
1036
1036
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1037
1037
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.12
|
|
1039
1039
|
*/
|
|
1040
1040
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
1041
1041
|
/**
|
|
@@ -1047,7 +1047,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1047
1047
|
*
|
|
1048
1048
|
* Null if the value is invalid.
|
|
1049
1049
|
*
|
|
1050
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.13
|
|
1051
1051
|
*/
|
|
1052
1052
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
1053
1053
|
};
|
|
@@ -1107,7 +1107,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1107
1107
|
*
|
|
1108
1108
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1109
1109
|
*
|
|
1110
|
-
* @see {@link MatterSpecification.
|
|
1110
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.1
|
|
1111
1111
|
*/
|
|
1112
1112
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
1113
1113
|
/**
|
|
@@ -1116,7 +1116,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1116
1116
|
*
|
|
1117
1117
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1118
1118
|
*
|
|
1119
|
-
* @see {@link MatterSpecification.
|
|
1119
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.2
|
|
1120
1120
|
*/
|
|
1121
1121
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
1122
1122
|
/**
|
|
@@ -1125,7 +1125,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1125
1125
|
*
|
|
1126
1126
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1127
1127
|
*
|
|
1128
|
-
* @see {@link MatterSpecification.
|
|
1128
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.3
|
|
1129
1129
|
*/
|
|
1130
1130
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
1131
1131
|
/**
|
|
@@ -1133,7 +1133,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1133
1133
|
* pump controller function is active, the corresponding bit shall be set to 1. Where a pump controller
|
|
1134
1134
|
* function is not active, the corresponding bit shall be set to 0.
|
|
1135
1135
|
*
|
|
1136
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.14
|
|
1137
1137
|
*/
|
|
1138
1138
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1139
1139
|
/**
|
|
@@ -1141,7 +1141,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1141
1141
|
*
|
|
1142
1142
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
1143
1143
|
*
|
|
1144
|
-
* @see {@link MatterSpecification.
|
|
1144
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.1
|
|
1145
1145
|
*/
|
|
1146
1146
|
deviceFault: BitFlag;
|
|
1147
1147
|
/**
|
|
@@ -1149,7 +1149,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1149
1149
|
*
|
|
1150
1150
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
1151
1151
|
*
|
|
1152
|
-
* @see {@link MatterSpecification.
|
|
1152
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.2
|
|
1153
1153
|
*/
|
|
1154
1154
|
supplyFault: BitFlag;
|
|
1155
1155
|
/**
|
|
@@ -1167,7 +1167,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1167
1167
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
1168
1168
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
1169
1169
|
*
|
|
1170
|
-
* @see {@link MatterSpecification.
|
|
1170
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.3
|
|
1171
1171
|
*/
|
|
1172
1172
|
localOverride: BitFlag;
|
|
1173
1173
|
/**
|
|
@@ -1180,7 +1180,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1180
1180
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
1181
1181
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1182
1182
|
*
|
|
1183
|
-
* @see {@link MatterSpecification.
|
|
1183
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.4
|
|
1184
1184
|
*/
|
|
1185
1185
|
remotePressure: BitFlag;
|
|
1186
1186
|
/**
|
|
@@ -1189,7 +1189,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1189
1189
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
1190
1190
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1191
1191
|
*
|
|
1192
|
-
* @see {@link MatterSpecification.
|
|
1192
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.5
|
|
1193
1193
|
*/
|
|
1194
1194
|
remoteFlow: BitFlag;
|
|
1195
1195
|
/**
|
|
@@ -1198,7 +1198,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1198
1198
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
1199
1199
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
1200
1200
|
*
|
|
1201
|
-
* @see {@link MatterSpecification.
|
|
1201
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.6
|
|
1202
1202
|
*/
|
|
1203
1203
|
remoteTemperature: BitFlag;
|
|
1204
1204
|
}>, any>;
|
|
@@ -1215,7 +1215,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1215
1215
|
* See OperationMode Attribute and ControlMode Attribute for a detailed description of the operation and
|
|
1216
1216
|
* control of the pump.
|
|
1217
1217
|
*
|
|
1218
|
-
* @see {@link MatterSpecification.
|
|
1218
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.15
|
|
1219
1219
|
*/
|
|
1220
1220
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
1221
1221
|
/**
|
|
@@ -1238,7 +1238,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1238
1238
|
* See OperationMode Attribute and ControlMode Attribute for detailed a description of the operation and
|
|
1239
1239
|
* control of the pump.
|
|
1240
1240
|
*
|
|
1241
|
-
* @see {@link MatterSpecification.
|
|
1241
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.16
|
|
1242
1242
|
*/
|
|
1243
1243
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
1244
1244
|
/**
|
|
@@ -1251,7 +1251,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1251
1251
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
1252
1252
|
* of capacity less than zero have no physical meaning.
|
|
1253
1253
|
*
|
|
1254
|
-
* @see {@link MatterSpecification.
|
|
1254
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.17
|
|
1255
1255
|
*/
|
|
1256
1256
|
readonly capacity: Attribute<number | null, any>;
|
|
1257
1257
|
/**
|
|
@@ -1263,7 +1263,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1263
1263
|
*
|
|
1264
1264
|
* Valid range is 0 to 65,534 RPM.
|
|
1265
1265
|
*
|
|
1266
|
-
* @see {@link MatterSpecification.
|
|
1266
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.18
|
|
1267
1267
|
*/
|
|
1268
1268
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
1269
1269
|
/**
|
|
@@ -1276,7 +1276,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1276
1276
|
*
|
|
1277
1277
|
* Valid range is 0 to 16,777,214 hrs.
|
|
1278
1278
|
*
|
|
1279
|
-
* @see {@link MatterSpecification.
|
|
1279
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.19
|
|
1280
1280
|
*/
|
|
1281
1281
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
1282
1282
|
/**
|
|
@@ -1288,7 +1288,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1288
1288
|
*
|
|
1289
1289
|
* Valid range is 0 to 16,777,214 Watts.
|
|
1290
1290
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.
|
|
1291
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.20
|
|
1292
1292
|
*/
|
|
1293
1293
|
readonly power: OptionalAttribute<number | null, any>;
|
|
1294
1294
|
/**
|
|
@@ -1302,7 +1302,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1302
1302
|
*
|
|
1303
1303
|
* Null if the value is unknown.
|
|
1304
1304
|
*
|
|
1305
|
-
* @see {@link MatterSpecification.
|
|
1305
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.21
|
|
1306
1306
|
*/
|
|
1307
1307
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
1308
1308
|
/**
|
|
@@ -1332,7 +1332,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1332
1332
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
1333
1333
|
* CONSTRAINT_ERROR shall be returned.
|
|
1334
1334
|
*
|
|
1335
|
-
* @see {@link MatterSpecification.
|
|
1335
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.22
|
|
1336
1336
|
*/
|
|
1337
1337
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
1338
1338
|
/**
|
|
@@ -1347,82 +1347,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1347
1347
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
1348
1348
|
* CONSTRAINT_ERROR shall be returned.
|
|
1349
1349
|
*
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.23
|
|
1351
1351
|
*/
|
|
1352
1352
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
1353
1353
|
/**
|
|
1354
|
-
* @see {@link MatterSpecification.
|
|
1354
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7
|
|
1355
1355
|
* @deprecated
|
|
1356
1356
|
*/
|
|
1357
1357
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
1358
1358
|
};
|
|
1359
1359
|
readonly events: {
|
|
1360
1360
|
/**
|
|
1361
|
-
* @see {@link MatterSpecification.
|
|
1361
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1362
1362
|
*/
|
|
1363
1363
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
1364
1364
|
/**
|
|
1365
|
-
* @see {@link MatterSpecification.
|
|
1365
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1366
1366
|
*/
|
|
1367
1367
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
1368
1368
|
/**
|
|
1369
|
-
* @see {@link MatterSpecification.
|
|
1369
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1370
1370
|
*/
|
|
1371
1371
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
1372
1372
|
/**
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1374
1374
|
*/
|
|
1375
1375
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
1376
1376
|
/**
|
|
1377
|
-
* @see {@link MatterSpecification.
|
|
1377
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1378
1378
|
*/
|
|
1379
1379
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
1380
1380
|
/**
|
|
1381
|
-
* @see {@link MatterSpecification.
|
|
1381
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1382
1382
|
*/
|
|
1383
1383
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
1384
1384
|
/**
|
|
1385
|
-
* @see {@link MatterSpecification.
|
|
1385
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1386
1386
|
*/
|
|
1387
1387
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
1388
1388
|
/**
|
|
1389
|
-
* @see {@link MatterSpecification.
|
|
1389
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1390
1390
|
*/
|
|
1391
1391
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
1392
1392
|
/**
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1393
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1394
1394
|
*/
|
|
1395
1395
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
1396
1396
|
/**
|
|
1397
|
-
* @see {@link MatterSpecification.
|
|
1397
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1398
1398
|
*/
|
|
1399
1399
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
1400
1400
|
/**
|
|
1401
|
-
* @see {@link MatterSpecification.
|
|
1401
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1402
1402
|
*/
|
|
1403
1403
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
1404
1404
|
/**
|
|
1405
|
-
* @see {@link MatterSpecification.
|
|
1405
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1406
1406
|
*/
|
|
1407
1407
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
1408
1408
|
/**
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1409
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1410
1410
|
*/
|
|
1411
1411
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
1412
1412
|
/**
|
|
1413
|
-
* @see {@link MatterSpecification.
|
|
1413
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1414
1414
|
*/
|
|
1415
1415
|
readonly generalFault: OptionalEvent<void, any>;
|
|
1416
1416
|
/**
|
|
1417
|
-
* @see {@link MatterSpecification.
|
|
1417
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1418
1418
|
*/
|
|
1419
1419
|
readonly leakage: OptionalEvent<void, any>;
|
|
1420
1420
|
/**
|
|
1421
|
-
* @see {@link MatterSpecification.
|
|
1421
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1422
1422
|
*/
|
|
1423
1423
|
readonly airDetection: OptionalEvent<void, any>;
|
|
1424
1424
|
/**
|
|
1425
|
-
* @see {@link MatterSpecification.
|
|
1425
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
1426
1426
|
*/
|
|
1427
1427
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
1428
1428
|
};
|
|
@@ -1442,7 +1442,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1442
1442
|
*
|
|
1443
1443
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1444
1444
|
*
|
|
1445
|
-
* @see {@link MatterSpecification.
|
|
1445
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.4
|
|
1446
1446
|
*/
|
|
1447
1447
|
readonly minConstPressure: FixedAttribute<number | null, any>;
|
|
1448
1448
|
/**
|
|
@@ -1451,7 +1451,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1451
1451
|
*
|
|
1452
1452
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1453
1453
|
*
|
|
1454
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.5
|
|
1455
1455
|
*/
|
|
1456
1456
|
readonly maxConstPressure: FixedAttribute<number | null, any>;
|
|
1457
1457
|
};
|
|
@@ -1468,7 +1468,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1468
1468
|
*
|
|
1469
1469
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1470
1470
|
*
|
|
1471
|
-
* @see {@link MatterSpecification.
|
|
1471
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.4
|
|
1472
1472
|
*/
|
|
1473
1473
|
readonly minConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
1474
1474
|
/**
|
|
@@ -1477,7 +1477,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1477
1477
|
*
|
|
1478
1478
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1479
1479
|
*
|
|
1480
|
-
* @see {@link MatterSpecification.
|
|
1480
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.5
|
|
1481
1481
|
*/
|
|
1482
1482
|
readonly maxConstPressure: OptionalFixedAttribute<number | null, any>;
|
|
1483
1483
|
/**
|
|
@@ -1486,7 +1486,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1486
1486
|
*
|
|
1487
1487
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1488
1488
|
*
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1489
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.6
|
|
1490
1490
|
*/
|
|
1491
1491
|
readonly minCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
1492
1492
|
/**
|
|
@@ -1495,7 +1495,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1495
1495
|
*
|
|
1496
1496
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1497
1497
|
*
|
|
1498
|
-
* @see {@link MatterSpecification.
|
|
1498
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.7
|
|
1499
1499
|
*/
|
|
1500
1500
|
readonly maxCompPressure: OptionalFixedAttribute<number | null, any>;
|
|
1501
1501
|
/**
|
|
@@ -1504,7 +1504,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1504
1504
|
*
|
|
1505
1505
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1506
1506
|
*
|
|
1507
|
-
* @see {@link MatterSpecification.
|
|
1507
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.8
|
|
1508
1508
|
*/
|
|
1509
1509
|
readonly minConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
1510
1510
|
/**
|
|
@@ -1513,7 +1513,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1513
1513
|
*
|
|
1514
1514
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1515
1515
|
*
|
|
1516
|
-
* @see {@link MatterSpecification.
|
|
1516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.9
|
|
1517
1517
|
*/
|
|
1518
1518
|
readonly maxConstSpeed: OptionalFixedAttribute<number | null, any>;
|
|
1519
1519
|
/**
|
|
@@ -1522,7 +1522,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1522
1522
|
*
|
|
1523
1523
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1524
1524
|
*
|
|
1525
|
-
* @see {@link MatterSpecification.
|
|
1525
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.10
|
|
1526
1526
|
*/
|
|
1527
1527
|
readonly minConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
1528
1528
|
/**
|
|
@@ -1531,7 +1531,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1531
1531
|
*
|
|
1532
1532
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1533
1533
|
*
|
|
1534
|
-
* @see {@link MatterSpecification.
|
|
1534
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.11
|
|
1535
1535
|
*/
|
|
1536
1536
|
readonly maxConstFlow: OptionalFixedAttribute<number | null, any>;
|
|
1537
1537
|
/**
|
|
@@ -1540,7 +1540,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1540
1540
|
*
|
|
1541
1541
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1542
1542
|
*
|
|
1543
|
-
* @see {@link MatterSpecification.
|
|
1543
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.12
|
|
1544
1544
|
*/
|
|
1545
1545
|
readonly minConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
1546
1546
|
/**
|
|
@@ -1552,7 +1552,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1552
1552
|
*
|
|
1553
1553
|
* Null if the value is invalid.
|
|
1554
1554
|
*
|
|
1555
|
-
* @see {@link MatterSpecification.
|
|
1555
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.13
|
|
1556
1556
|
*/
|
|
1557
1557
|
readonly maxConstTemp: OptionalFixedAttribute<number | null, any>;
|
|
1558
1558
|
};
|
|
@@ -1569,7 +1569,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1569
1569
|
*
|
|
1570
1570
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1571
1571
|
*
|
|
1572
|
-
* @see {@link MatterSpecification.
|
|
1572
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.6
|
|
1573
1573
|
*/
|
|
1574
1574
|
readonly minCompPressure: FixedAttribute<number | null, any>;
|
|
1575
1575
|
/**
|
|
@@ -1578,7 +1578,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1578
1578
|
*
|
|
1579
1579
|
* Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1580
1580
|
*
|
|
1581
|
-
* @see {@link MatterSpecification.
|
|
1581
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.7
|
|
1582
1582
|
*/
|
|
1583
1583
|
readonly maxCompPressure: FixedAttribute<number | null, any>;
|
|
1584
1584
|
};
|
|
@@ -1595,7 +1595,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1595
1595
|
*
|
|
1596
1596
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1597
1597
|
*
|
|
1598
|
-
* @see {@link MatterSpecification.
|
|
1598
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.8
|
|
1599
1599
|
*/
|
|
1600
1600
|
readonly minConstSpeed: FixedAttribute<number | null, any>;
|
|
1601
1601
|
/**
|
|
@@ -1604,7 +1604,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1604
1604
|
*
|
|
1605
1605
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1606
1606
|
*
|
|
1607
|
-
* @see {@link MatterSpecification.
|
|
1607
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.9
|
|
1608
1608
|
*/
|
|
1609
1609
|
readonly maxConstSpeed: FixedAttribute<number | null, any>;
|
|
1610
1610
|
};
|
|
@@ -1621,7 +1621,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1621
1621
|
*
|
|
1622
1622
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1623
1623
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1624
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.10
|
|
1625
1625
|
*/
|
|
1626
1626
|
readonly minConstFlow: FixedAttribute<number | null, any>;
|
|
1627
1627
|
/**
|
|
@@ -1630,7 +1630,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1630
1630
|
*
|
|
1631
1631
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1632
1632
|
*
|
|
1633
|
-
* @see {@link MatterSpecification.
|
|
1633
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.11
|
|
1634
1634
|
*/
|
|
1635
1635
|
readonly maxConstFlow: FixedAttribute<number | null, any>;
|
|
1636
1636
|
};
|
|
@@ -1647,7 +1647,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1647
1647
|
*
|
|
1648
1648
|
* Valid range is –273.15 °C to 327.67 °C (steps of 0.01 °C). Null if the value is invalid.
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.12
|
|
1651
1651
|
*/
|
|
1652
1652
|
readonly minConstTemp: FixedAttribute<number | null, any>;
|
|
1653
1653
|
/**
|
|
@@ -1659,7 +1659,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1659
1659
|
*
|
|
1660
1660
|
* Null if the value is invalid.
|
|
1661
1661
|
*
|
|
1662
|
-
* @see {@link MatterSpecification.
|
|
1662
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.13
|
|
1663
1663
|
*/
|
|
1664
1664
|
readonly maxConstTemp: FixedAttribute<number | null, any>;
|
|
1665
1665
|
};
|
|
@@ -1693,7 +1693,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1693
1693
|
* Per the Matter specification you cannot use {@link PumpConfigurationAndControlCluster} without enabling certain
|
|
1694
1694
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
1695
1695
|
*
|
|
1696
|
-
* @see {@link MatterSpecification.
|
|
1696
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2
|
|
1697
1697
|
*/
|
|
1698
1698
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1699
1699
|
}
|
|
@@ -1842,7 +1842,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1842
1842
|
*
|
|
1843
1843
|
* Valid range is -3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.
|
|
1844
1844
|
*
|
|
1845
|
-
* @see {@link MatterSpecification.
|
|
1845
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.1
|
|
1846
1846
|
*/
|
|
1847
1847
|
readonly maxPressure: FixedAttribute<number | null, any>;
|
|
1848
1848
|
/**
|
|
@@ -1851,7 +1851,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1851
1851
|
*
|
|
1852
1852
|
* Valid range is 0 to 65,534 RPM (steps of 1 RPM). Null if the value is invalid.
|
|
1853
1853
|
*
|
|
1854
|
-
* @see {@link MatterSpecification.
|
|
1854
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.2
|
|
1855
1855
|
*/
|
|
1856
1856
|
readonly maxSpeed: FixedAttribute<number | null, any>;
|
|
1857
1857
|
/**
|
|
@@ -1860,7 +1860,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1860
1860
|
*
|
|
1861
1861
|
* Valid range is 0 m/h to 6,553.4 m/h (steps of 0.1 m/h). Null if the value is invalid.
|
|
1862
1862
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.3
|
|
1864
1864
|
*/
|
|
1865
1865
|
readonly maxFlow: FixedAttribute<number | null, any>;
|
|
1866
1866
|
/**
|
|
@@ -1868,7 +1868,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1868
1868
|
* pump controller function is active, the corresponding bit shall be set to 1. Where a pump controller
|
|
1869
1869
|
* function is not active, the corresponding bit shall be set to 0.
|
|
1870
1870
|
*
|
|
1871
|
-
* @see {@link MatterSpecification.
|
|
1871
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.14
|
|
1872
1872
|
*/
|
|
1873
1873
|
readonly pumpStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1874
1874
|
/**
|
|
@@ -1876,7 +1876,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1876
1876
|
*
|
|
1877
1877
|
* If this bit is set, it may correspond to an event in the range 2-16, see Events.
|
|
1878
1878
|
*
|
|
1879
|
-
* @see {@link MatterSpecification.
|
|
1879
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.1
|
|
1880
1880
|
*/
|
|
1881
1881
|
deviceFault: BitFlag;
|
|
1882
1882
|
/**
|
|
@@ -1884,7 +1884,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1884
1884
|
*
|
|
1885
1885
|
* If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.
|
|
1886
1886
|
*
|
|
1887
|
-
* @see {@link MatterSpecification.
|
|
1887
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.2
|
|
1888
1888
|
*/
|
|
1889
1889
|
supplyFault: BitFlag;
|
|
1890
1890
|
/**
|
|
@@ -1902,7 +1902,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1902
1902
|
* shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When
|
|
1903
1903
|
* LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.
|
|
1904
1904
|
*
|
|
1905
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.3
|
|
1906
1906
|
*/
|
|
1907
1907
|
localOverride: BitFlag;
|
|
1908
1908
|
/**
|
|
@@ -1915,7 +1915,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1915
1915
|
* If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as
|
|
1916
1916
|
* a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1917
1917
|
*
|
|
1918
|
-
* @see {@link MatterSpecification.
|
|
1918
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.4
|
|
1919
1919
|
*/
|
|
1920
1920
|
remotePressure: BitFlag;
|
|
1921
1921
|
/**
|
|
@@ -1924,7 +1924,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1924
1924
|
* If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a
|
|
1925
1925
|
* percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).
|
|
1926
1926
|
*
|
|
1927
|
-
* @see {@link MatterSpecification.
|
|
1927
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.5
|
|
1928
1928
|
*/
|
|
1929
1929
|
remoteFlow: BitFlag;
|
|
1930
1930
|
/**
|
|
@@ -1933,7 +1933,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1933
1933
|
* If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted
|
|
1934
1934
|
* as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])
|
|
1935
1935
|
*
|
|
1936
|
-
* @see {@link MatterSpecification.
|
|
1936
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.6.1.6
|
|
1937
1937
|
*/
|
|
1938
1938
|
remoteTemperature: BitFlag;
|
|
1939
1939
|
}>, any>;
|
|
@@ -1950,7 +1950,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1950
1950
|
* See OperationMode Attribute and ControlMode Attribute for a detailed description of the operation and
|
|
1951
1951
|
* control of the pump.
|
|
1952
1952
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1953
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.15
|
|
1954
1954
|
*/
|
|
1955
1955
|
readonly effectiveOperationMode: Attribute<OperationMode, any>;
|
|
1956
1956
|
/**
|
|
@@ -1973,7 +1973,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1973
1973
|
* See OperationMode Attribute and ControlMode Attribute for detailed a description of the operation and
|
|
1974
1974
|
* control of the pump.
|
|
1975
1975
|
*
|
|
1976
|
-
* @see {@link MatterSpecification.
|
|
1976
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.16
|
|
1977
1977
|
*/
|
|
1978
1978
|
readonly effectiveControlMode: Attribute<ControlMode, any>;
|
|
1979
1979
|
/**
|
|
@@ -1986,7 +1986,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1986
1986
|
* Valid range is 0 % to 163.835% (0.005 % granularity). Although this attribute is a signed value, values
|
|
1987
1987
|
* of capacity less than zero have no physical meaning.
|
|
1988
1988
|
*
|
|
1989
|
-
* @see {@link MatterSpecification.
|
|
1989
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.17
|
|
1990
1990
|
*/
|
|
1991
1991
|
readonly capacity: Attribute<number | null, any>;
|
|
1992
1992
|
/**
|
|
@@ -1998,7 +1998,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
1998
1998
|
*
|
|
1999
1999
|
* Valid range is 0 to 65,534 RPM.
|
|
2000
2000
|
*
|
|
2001
|
-
* @see {@link MatterSpecification.
|
|
2001
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.18
|
|
2002
2002
|
*/
|
|
2003
2003
|
readonly speed: OptionalAttribute<number | null, any>;
|
|
2004
2004
|
/**
|
|
@@ -2011,7 +2011,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2011
2011
|
*
|
|
2012
2012
|
* Valid range is 0 to 16,777,214 hrs.
|
|
2013
2013
|
*
|
|
2014
|
-
* @see {@link MatterSpecification.
|
|
2014
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.19
|
|
2015
2015
|
*/
|
|
2016
2016
|
readonly lifetimeRunningHours: OptionalWritableAttribute<number | null, any>;
|
|
2017
2017
|
/**
|
|
@@ -2023,7 +2023,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2023
2023
|
*
|
|
2024
2024
|
* Valid range is 0 to 16,777,214 Watts.
|
|
2025
2025
|
*
|
|
2026
|
-
* @see {@link MatterSpecification.
|
|
2026
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.20
|
|
2027
2027
|
*/
|
|
2028
2028
|
readonly power: OptionalAttribute<number | null, any>;
|
|
2029
2029
|
/**
|
|
@@ -2037,7 +2037,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2037
2037
|
*
|
|
2038
2038
|
* Null if the value is unknown.
|
|
2039
2039
|
*
|
|
2040
|
-
* @see {@link MatterSpecification.
|
|
2040
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.21
|
|
2041
2041
|
*/
|
|
2042
2042
|
readonly lifetimeEnergyConsumed: OptionalWritableAttribute<number | null, any>;
|
|
2043
2043
|
/**
|
|
@@ -2067,7 +2067,7 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2067
2067
|
* with an unsupported operation mode value shall be ignored and a response containing the status of
|
|
2068
2068
|
* CONSTRAINT_ERROR shall be returned.
|
|
2069
2069
|
*
|
|
2070
|
-
* @see {@link MatterSpecification.
|
|
2070
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.22
|
|
2071
2071
|
*/
|
|
2072
2072
|
readonly operationMode: WritableAttribute<OperationMode, any>;
|
|
2073
2073
|
/**
|
|
@@ -2082,82 +2082,82 @@ export declare namespace PumpConfigurationAndControl {
|
|
|
2082
2082
|
* with an unsupported control mode value shall be ignored and a response containing the status of
|
|
2083
2083
|
* CONSTRAINT_ERROR shall be returned.
|
|
2084
2084
|
*
|
|
2085
|
-
* @see {@link MatterSpecification.
|
|
2085
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7.23
|
|
2086
2086
|
*/
|
|
2087
2087
|
readonly controlMode: OptionalWritableAttribute<ControlMode, any>;
|
|
2088
2088
|
/**
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.7
|
|
2090
2090
|
* @deprecated
|
|
2091
2091
|
*/
|
|
2092
2092
|
readonly alarmMask: OptionalWritableAttribute<number, any>;
|
|
2093
2093
|
};
|
|
2094
2094
|
readonly events: {
|
|
2095
2095
|
/**
|
|
2096
|
-
* @see {@link MatterSpecification.
|
|
2096
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2097
2097
|
*/
|
|
2098
2098
|
readonly supplyVoltageLow: OptionalEvent<void, any>;
|
|
2099
2099
|
/**
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2100
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2101
2101
|
*/
|
|
2102
2102
|
readonly supplyVoltageHigh: OptionalEvent<void, any>;
|
|
2103
2103
|
/**
|
|
2104
|
-
* @see {@link MatterSpecification.
|
|
2104
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2105
2105
|
*/
|
|
2106
2106
|
readonly powerMissingPhase: OptionalEvent<void, any>;
|
|
2107
2107
|
/**
|
|
2108
|
-
* @see {@link MatterSpecification.
|
|
2108
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2109
2109
|
*/
|
|
2110
2110
|
readonly systemPressureLow: OptionalEvent<void, any>;
|
|
2111
2111
|
/**
|
|
2112
|
-
* @see {@link MatterSpecification.
|
|
2112
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2113
2113
|
*/
|
|
2114
2114
|
readonly systemPressureHigh: OptionalEvent<void, any>;
|
|
2115
2115
|
/**
|
|
2116
|
-
* @see {@link MatterSpecification.
|
|
2116
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2117
2117
|
*/
|
|
2118
2118
|
readonly dryRunning: OptionalEvent<void, any>;
|
|
2119
2119
|
/**
|
|
2120
|
-
* @see {@link MatterSpecification.
|
|
2120
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2121
2121
|
*/
|
|
2122
2122
|
readonly motorTemperatureHigh: OptionalEvent<void, any>;
|
|
2123
2123
|
/**
|
|
2124
|
-
* @see {@link MatterSpecification.
|
|
2124
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2125
2125
|
*/
|
|
2126
2126
|
readonly pumpMotorFatalFailure: OptionalEvent<void, any>;
|
|
2127
2127
|
/**
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2129
2129
|
*/
|
|
2130
2130
|
readonly electronicTemperatureHigh: OptionalEvent<void, any>;
|
|
2131
2131
|
/**
|
|
2132
|
-
* @see {@link MatterSpecification.
|
|
2132
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2133
2133
|
*/
|
|
2134
2134
|
readonly pumpBlocked: OptionalEvent<void, any>;
|
|
2135
2135
|
/**
|
|
2136
|
-
* @see {@link MatterSpecification.
|
|
2136
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2137
2137
|
*/
|
|
2138
2138
|
readonly sensorFailure: OptionalEvent<void, any>;
|
|
2139
2139
|
/**
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2141
2141
|
*/
|
|
2142
2142
|
readonly electronicNonFatalFailure: OptionalEvent<void, any>;
|
|
2143
2143
|
/**
|
|
2144
|
-
* @see {@link MatterSpecification.
|
|
2144
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2145
2145
|
*/
|
|
2146
2146
|
readonly electronicFatalFailure: OptionalEvent<void, any>;
|
|
2147
2147
|
/**
|
|
2148
|
-
* @see {@link MatterSpecification.
|
|
2148
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2149
2149
|
*/
|
|
2150
2150
|
readonly generalFault: OptionalEvent<void, any>;
|
|
2151
2151
|
/**
|
|
2152
|
-
* @see {@link MatterSpecification.
|
|
2152
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2153
2153
|
*/
|
|
2154
2154
|
readonly leakage: OptionalEvent<void, any>;
|
|
2155
2155
|
/**
|
|
2156
|
-
* @see {@link MatterSpecification.
|
|
2156
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2157
2157
|
*/
|
|
2158
2158
|
readonly airDetection: OptionalEvent<void, any>;
|
|
2159
2159
|
/**
|
|
2160
|
-
* @see {@link MatterSpecification.
|
|
2160
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.2.8
|
|
2161
2161
|
*/
|
|
2162
2162
|
readonly turbineOperation: OptionalEvent<void, any>;
|
|
2163
2163
|
};
|