@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by WaterHeaterManagementCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
30
30
|
TankPercent = "TankPercent"
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.1
|
|
34
34
|
*/
|
|
35
35
|
const WaterHeaterHeatSource: {
|
|
36
36
|
/**
|
|
@@ -55,7 +55,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
55
55
|
other: BitFlag;
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
58
|
-
* @see {@link MatterSpecification.
|
|
58
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.2
|
|
59
59
|
*/
|
|
60
60
|
enum BoostState {
|
|
61
61
|
/**
|
|
@@ -68,13 +68,13 @@ export declare namespace WaterHeaterManagement {
|
|
|
68
68
|
Active = 1
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
|
-
* @see {@link MatterSpecification.
|
|
71
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3
|
|
72
72
|
*/
|
|
73
73
|
const TlvWaterHeaterBoostInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
74
74
|
/**
|
|
75
75
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
76
76
|
*
|
|
77
|
-
* @see {@link MatterSpecification.
|
|
77
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
78
78
|
*/
|
|
79
79
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
80
80
|
/**
|
|
@@ -87,7 +87,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
87
87
|
*
|
|
88
88
|
* • the TargetPercentage (if specified).
|
|
89
89
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
90
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
91
91
|
*/
|
|
92
92
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
96
96
|
*
|
|
97
97
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
98
98
|
*
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
100
100
|
*/
|
|
101
101
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
102
102
|
/**
|
|
@@ -108,14 +108,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
108
108
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
109
109
|
* attributes (inclusive), of the thermostat cluster.
|
|
110
110
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
112
112
|
*/
|
|
113
113
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
114
114
|
/**
|
|
115
115
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
116
116
|
* must reach before the heating is switched off.
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
119
119
|
*/
|
|
120
120
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
121
121
|
/**
|
|
@@ -129,26 +129,26 @@ export declare namespace WaterHeaterManagement {
|
|
|
129
129
|
*
|
|
130
130
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
131
131
|
*
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
133
133
|
*/
|
|
134
134
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
135
135
|
}>;
|
|
136
136
|
/**
|
|
137
|
-
* @see {@link MatterSpecification.
|
|
137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3
|
|
138
138
|
*/
|
|
139
139
|
interface WaterHeaterBoostInfo extends TypeFromSchema<typeof TlvWaterHeaterBoostInfo> {
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Input to the WaterHeaterManagement boost command
|
|
143
143
|
*
|
|
144
|
-
* @see {@link MatterSpecification.
|
|
144
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.1
|
|
145
145
|
*/
|
|
146
146
|
const TlvBoostRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
147
147
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
148
148
|
/**
|
|
149
149
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
150
150
|
*
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
152
152
|
*/
|
|
153
153
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
154
154
|
/**
|
|
@@ -161,7 +161,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
161
161
|
*
|
|
162
162
|
* • the TargetPercentage (if specified).
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
165
165
|
*/
|
|
166
166
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
170
170
|
*
|
|
171
171
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
174
174
|
*/
|
|
175
175
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
176
176
|
/**
|
|
@@ -182,14 +182,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
182
182
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
183
183
|
* attributes (inclusive), of the thermostat cluster.
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
186
186
|
*/
|
|
187
187
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
188
188
|
/**
|
|
189
189
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
190
190
|
* must reach before the heating is switched off.
|
|
191
191
|
*
|
|
192
|
-
* @see {@link MatterSpecification.
|
|
192
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
193
193
|
*/
|
|
194
194
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
195
195
|
/**
|
|
@@ -203,7 +203,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
203
203
|
*
|
|
204
204
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
205
205
|
*
|
|
206
|
-
* @see {@link MatterSpecification.
|
|
206
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
207
207
|
*/
|
|
208
208
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
209
209
|
}>>;
|
|
@@ -211,21 +211,21 @@ export declare namespace WaterHeaterManagement {
|
|
|
211
211
|
/**
|
|
212
212
|
* Input to the WaterHeaterManagement boost command
|
|
213
213
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
214
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.1
|
|
215
215
|
*/
|
|
216
216
|
interface BoostRequest extends TypeFromSchema<typeof TlvBoostRequest> {
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* Body of the WaterHeaterManagement boostStarted event
|
|
220
220
|
*
|
|
221
|
-
* @see {@link MatterSpecification.
|
|
221
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.1
|
|
222
222
|
*/
|
|
223
223
|
const TlvBoostStartedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
224
224
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
225
225
|
/**
|
|
226
226
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
229
229
|
*/
|
|
230
230
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
231
231
|
/**
|
|
@@ -238,7 +238,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
238
238
|
*
|
|
239
239
|
* • the TargetPercentage (if specified).
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
242
242
|
*/
|
|
243
243
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
244
244
|
/**
|
|
@@ -247,7 +247,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
247
247
|
*
|
|
248
248
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
249
249
|
*
|
|
250
|
-
* @see {@link MatterSpecification.
|
|
250
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
251
251
|
*/
|
|
252
252
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
253
253
|
/**
|
|
@@ -259,14 +259,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
259
259
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
260
260
|
* attributes (inclusive), of the thermostat cluster.
|
|
261
261
|
*
|
|
262
|
-
* @see {@link MatterSpecification.
|
|
262
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
263
263
|
*/
|
|
264
264
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
265
265
|
/**
|
|
266
266
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
267
267
|
* must reach before the heating is switched off.
|
|
268
268
|
*
|
|
269
|
-
* @see {@link MatterSpecification.
|
|
269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
270
270
|
*/
|
|
271
271
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
272
272
|
/**
|
|
@@ -280,7 +280,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
280
280
|
*
|
|
281
281
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
282
282
|
*
|
|
283
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
284
284
|
*/
|
|
285
285
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
286
286
|
}>>;
|
|
@@ -288,7 +288,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
288
288
|
/**
|
|
289
289
|
* Body of the WaterHeaterManagement boostStarted event
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.1
|
|
292
292
|
*/
|
|
293
293
|
interface BoostStartedEvent extends TypeFromSchema<typeof TlvBoostStartedEvent> {
|
|
294
294
|
}
|
|
@@ -301,7 +301,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
301
301
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
302
302
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
303
303
|
*
|
|
304
|
-
* @see {@link MatterSpecification.
|
|
304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.3
|
|
305
305
|
*/
|
|
306
306
|
readonly tankVolume: Attribute<number, any>;
|
|
307
307
|
/**
|
|
@@ -343,7 +343,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
343
343
|
* for 1kWh of electrical energy input. The conversion between heat energy and electrical energy is
|
|
344
344
|
* outside the scope of this cluster.
|
|
345
345
|
*
|
|
346
|
-
* @see {@link MatterSpecification.
|
|
346
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.4
|
|
347
347
|
*/
|
|
348
348
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
349
349
|
};
|
|
@@ -380,7 +380,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
380
380
|
*
|
|
381
381
|
* ### TankPercentage = 50%
|
|
382
382
|
*
|
|
383
|
-
* @see {@link MatterSpecification.
|
|
383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.5
|
|
384
384
|
*/
|
|
385
385
|
readonly tankPercentage: Attribute<number, any>;
|
|
386
386
|
};
|
|
@@ -407,7 +407,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
407
407
|
* Indicates the heat sources that the water heater can call on for heating. If a bit is set then the water
|
|
408
408
|
* heater supports the corresponding heat source.
|
|
409
409
|
*
|
|
410
|
-
* @see {@link MatterSpecification.
|
|
410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.1
|
|
411
411
|
*/
|
|
412
412
|
readonly heaterTypes: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
413
413
|
/**
|
|
@@ -435,7 +435,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
435
435
|
* Indicates if the water heater is heating water. If a bit is set then the corresponding heat source is
|
|
436
436
|
* active.
|
|
437
437
|
*
|
|
438
|
-
* @see {@link MatterSpecification.
|
|
438
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.2
|
|
439
439
|
*/
|
|
440
440
|
readonly heatDemand: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
441
441
|
/**
|
|
@@ -464,7 +464,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
464
464
|
*
|
|
465
465
|
* See Boost and CancelBoost commands for more details.
|
|
466
466
|
*
|
|
467
|
-
* @see {@link MatterSpecification.
|
|
467
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.6
|
|
468
468
|
*/
|
|
469
469
|
readonly boostState: Attribute<BoostState, any>;
|
|
470
470
|
};
|
|
@@ -472,14 +472,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
472
472
|
/**
|
|
473
473
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.1
|
|
476
476
|
*/
|
|
477
477
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
478
478
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
479
479
|
/**
|
|
480
480
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
483
483
|
*/
|
|
484
484
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
485
485
|
/**
|
|
@@ -492,7 +492,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
492
492
|
*
|
|
493
493
|
* • the TargetPercentage (if specified).
|
|
494
494
|
*
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
496
496
|
*/
|
|
497
497
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
498
498
|
/**
|
|
@@ -501,7 +501,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
501
501
|
*
|
|
502
502
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
503
503
|
*
|
|
504
|
-
* @see {@link MatterSpecification.
|
|
504
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
505
505
|
*/
|
|
506
506
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
507
507
|
/**
|
|
@@ -513,14 +513,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
513
513
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
514
514
|
* attributes (inclusive), of the thermostat cluster.
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
517
517
|
*/
|
|
518
518
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
519
519
|
/**
|
|
520
520
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
521
521
|
* must reach before the heating is switched off.
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
524
524
|
*/
|
|
525
525
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
526
526
|
/**
|
|
@@ -534,7 +534,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
534
534
|
*
|
|
535
535
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
538
538
|
*/
|
|
539
539
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
540
540
|
}>>;
|
|
@@ -542,7 +542,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
542
542
|
/**
|
|
543
543
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
544
544
|
*
|
|
545
|
-
* @see {@link MatterSpecification.
|
|
545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.2
|
|
546
546
|
*/
|
|
547
547
|
readonly cancelBoost: Command<void, void, any>;
|
|
548
548
|
};
|
|
@@ -553,14 +553,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
553
553
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
554
554
|
* command.
|
|
555
555
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
556
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.1
|
|
557
557
|
*/
|
|
558
558
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
559
559
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
560
560
|
/**
|
|
561
561
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
564
564
|
*/
|
|
565
565
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
566
566
|
/**
|
|
@@ -573,7 +573,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
573
573
|
*
|
|
574
574
|
* • the TargetPercentage (if specified).
|
|
575
575
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
577
577
|
*/
|
|
578
578
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
579
579
|
/**
|
|
@@ -582,7 +582,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
582
582
|
*
|
|
583
583
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
586
586
|
*/
|
|
587
587
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
588
588
|
/**
|
|
@@ -594,14 +594,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
594
594
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
595
595
|
* attributes (inclusive), of the thermostat cluster.
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
598
598
|
*/
|
|
599
599
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
600
600
|
/**
|
|
601
601
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
602
602
|
* must reach before the heating is switched off.
|
|
603
603
|
*
|
|
604
|
-
* @see {@link MatterSpecification.
|
|
604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
605
605
|
*/
|
|
606
606
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
607
607
|
/**
|
|
@@ -615,7 +615,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
615
615
|
*
|
|
616
616
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
617
617
|
*
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
619
619
|
*/
|
|
620
620
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
621
621
|
}>>;
|
|
@@ -623,7 +623,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
623
623
|
/**
|
|
624
624
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
625
625
|
*
|
|
626
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.2
|
|
627
627
|
*/
|
|
628
628
|
readonly boostEnded: Event<void, any>;
|
|
629
629
|
};
|
|
@@ -641,7 +641,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
641
641
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
642
642
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.3
|
|
645
645
|
*/
|
|
646
646
|
readonly tankVolume: Attribute<number, any>;
|
|
647
647
|
/**
|
|
@@ -683,7 +683,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
683
683
|
* for 1kWh of electrical energy input. The conversion between heat energy and electrical energy is
|
|
684
684
|
* outside the scope of this cluster.
|
|
685
685
|
*
|
|
686
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.4
|
|
687
687
|
*/
|
|
688
688
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
689
689
|
};
|
|
@@ -721,7 +721,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
721
721
|
*
|
|
722
722
|
* ### TankPercentage = 50%
|
|
723
723
|
*
|
|
724
|
-
* @see {@link MatterSpecification.
|
|
724
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.5
|
|
725
725
|
*/
|
|
726
726
|
readonly tankPercentage: Attribute<number, any>;
|
|
727
727
|
};
|
|
@@ -750,7 +750,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
750
750
|
* Indicates the heat sources that the water heater can call on for heating. If a bit is set then the water
|
|
751
751
|
* heater supports the corresponding heat source.
|
|
752
752
|
*
|
|
753
|
-
* @see {@link MatterSpecification.
|
|
753
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.1
|
|
754
754
|
*/
|
|
755
755
|
readonly heaterTypes: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
756
756
|
/**
|
|
@@ -778,7 +778,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
778
778
|
* Indicates if the water heater is heating water. If a bit is set then the corresponding heat source is
|
|
779
779
|
* active.
|
|
780
780
|
*
|
|
781
|
-
* @see {@link MatterSpecification.
|
|
781
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.2
|
|
782
782
|
*/
|
|
783
783
|
readonly heatDemand: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
784
784
|
/**
|
|
@@ -807,7 +807,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
807
807
|
*
|
|
808
808
|
* See Boost and CancelBoost commands for more details.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.6
|
|
811
811
|
*/
|
|
812
812
|
readonly boostState: Attribute<BoostState, any>;
|
|
813
813
|
};
|
|
@@ -815,14 +815,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
815
815
|
/**
|
|
816
816
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
817
817
|
*
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
818
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.1
|
|
819
819
|
*/
|
|
820
820
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
821
821
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
822
822
|
/**
|
|
823
823
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
824
824
|
*
|
|
825
|
-
* @see {@link MatterSpecification.
|
|
825
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
826
826
|
*/
|
|
827
827
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
828
828
|
/**
|
|
@@ -835,7 +835,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
835
835
|
*
|
|
836
836
|
* • the TargetPercentage (if specified).
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
839
839
|
*/
|
|
840
840
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
841
841
|
/**
|
|
@@ -844,7 +844,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
844
844
|
*
|
|
845
845
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
846
846
|
*
|
|
847
|
-
* @see {@link MatterSpecification.
|
|
847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
848
848
|
*/
|
|
849
849
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
850
850
|
/**
|
|
@@ -856,14 +856,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
856
856
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
857
857
|
* attributes (inclusive), of the thermostat cluster.
|
|
858
858
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
860
860
|
*/
|
|
861
861
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
862
862
|
/**
|
|
863
863
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
864
864
|
* must reach before the heating is switched off.
|
|
865
865
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
867
867
|
*/
|
|
868
868
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
869
869
|
/**
|
|
@@ -877,7 +877,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
877
877
|
*
|
|
878
878
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
879
879
|
*
|
|
880
|
-
* @see {@link MatterSpecification.
|
|
880
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
881
881
|
*/
|
|
882
882
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
883
883
|
}>>;
|
|
@@ -885,7 +885,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
885
885
|
/**
|
|
886
886
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
887
887
|
*
|
|
888
|
-
* @see {@link MatterSpecification.
|
|
888
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.2
|
|
889
889
|
*/
|
|
890
890
|
readonly cancelBoost: Command<void, void, any>;
|
|
891
891
|
};
|
|
@@ -896,14 +896,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
896
896
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
897
897
|
* command.
|
|
898
898
|
*
|
|
899
|
-
* @see {@link MatterSpecification.
|
|
899
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.1
|
|
900
900
|
*/
|
|
901
901
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
902
902
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
903
903
|
/**
|
|
904
904
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
905
905
|
*
|
|
906
|
-
* @see {@link MatterSpecification.
|
|
906
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
907
907
|
*/
|
|
908
908
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
909
909
|
/**
|
|
@@ -916,7 +916,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
916
916
|
*
|
|
917
917
|
* • the TargetPercentage (if specified).
|
|
918
918
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
920
920
|
*/
|
|
921
921
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
922
922
|
/**
|
|
@@ -925,7 +925,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
925
925
|
*
|
|
926
926
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
927
927
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
929
929
|
*/
|
|
930
930
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
931
931
|
/**
|
|
@@ -937,14 +937,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
937
937
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
938
938
|
* attributes (inclusive), of the thermostat cluster.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
941
941
|
*/
|
|
942
942
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
943
943
|
/**
|
|
944
944
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
945
945
|
* must reach before the heating is switched off.
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
948
948
|
*/
|
|
949
949
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
950
950
|
/**
|
|
@@ -958,7 +958,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
958
958
|
*
|
|
959
959
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
962
962
|
*/
|
|
963
963
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
964
964
|
}>>;
|
|
@@ -966,7 +966,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
966
966
|
/**
|
|
967
967
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
968
968
|
*
|
|
969
|
-
* @see {@link MatterSpecification.
|
|
969
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.2
|
|
970
970
|
*/
|
|
971
971
|
readonly boostEnded: Event<void, any>;
|
|
972
972
|
};
|
|
@@ -984,7 +984,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
984
984
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
985
985
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
986
986
|
*
|
|
987
|
-
* @see {@link MatterSpecification.
|
|
987
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.3
|
|
988
988
|
*/
|
|
989
989
|
readonly tankVolume: Attribute<number, any>;
|
|
990
990
|
/**
|
|
@@ -1026,7 +1026,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1026
1026
|
* for 1kWh of electrical energy input. The conversion between heat energy and electrical energy is
|
|
1027
1027
|
* outside the scope of this cluster.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.4
|
|
1030
1030
|
*/
|
|
1031
1031
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
1032
1032
|
};
|
|
@@ -1064,7 +1064,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1064
1064
|
*
|
|
1065
1065
|
* ### TankPercentage = 50%
|
|
1066
1066
|
*
|
|
1067
|
-
* @see {@link MatterSpecification.
|
|
1067
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.7.5
|
|
1068
1068
|
*/
|
|
1069
1069
|
readonly tankPercentage: Attribute<number, any>;
|
|
1070
1070
|
};
|
|
@@ -1081,7 +1081,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1081
1081
|
* WaterHeaterManagementCluster supports optional features that you can enable with the
|
|
1082
1082
|
* WaterHeaterManagementCluster.with() factory method.
|
|
1083
1083
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5
|
|
1085
1085
|
*/
|
|
1086
1086
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1087
1087
|
}
|
|
@@ -1192,14 +1192,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1192
1192
|
/**
|
|
1193
1193
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
1194
1194
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1195
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.1
|
|
1196
1196
|
*/
|
|
1197
1197
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1198
1198
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1199
1199
|
/**
|
|
1200
1200
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
1203
1203
|
*/
|
|
1204
1204
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1205
1205
|
/**
|
|
@@ -1212,7 +1212,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1212
1212
|
*
|
|
1213
1213
|
* • the TargetPercentage (if specified).
|
|
1214
1214
|
*
|
|
1215
|
-
* @see {@link MatterSpecification.
|
|
1215
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
1216
1216
|
*/
|
|
1217
1217
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1218
1218
|
/**
|
|
@@ -1221,7 +1221,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1221
1221
|
*
|
|
1222
1222
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
1225
1225
|
*/
|
|
1226
1226
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1227
1227
|
/**
|
|
@@ -1233,14 +1233,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1233
1233
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
1234
1234
|
* attributes (inclusive), of the thermostat cluster.
|
|
1235
1235
|
*
|
|
1236
|
-
* @see {@link MatterSpecification.
|
|
1236
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
1237
1237
|
*/
|
|
1238
1238
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
1241
1241
|
* must reach before the heating is switched off.
|
|
1242
1242
|
*
|
|
1243
|
-
* @see {@link MatterSpecification.
|
|
1243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
1244
1244
|
*/
|
|
1245
1245
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1246
1246
|
/**
|
|
@@ -1254,7 +1254,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1254
1254
|
*
|
|
1255
1255
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
1258
1258
|
*/
|
|
1259
1259
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1260
1260
|
}>>;
|
|
@@ -1262,7 +1262,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1262
1262
|
/**
|
|
1263
1263
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
1264
1264
|
*
|
|
1265
|
-
* @see {@link MatterSpecification.
|
|
1265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.8.2
|
|
1266
1266
|
*/
|
|
1267
1267
|
readonly cancelBoost: Command<void, void, any>;
|
|
1268
1268
|
};
|
|
@@ -1273,14 +1273,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1273
1273
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
1274
1274
|
* command.
|
|
1275
1275
|
*
|
|
1276
|
-
* @see {@link MatterSpecification.
|
|
1276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.1
|
|
1277
1277
|
*/
|
|
1278
1278
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1279
1279
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1280
1280
|
/**
|
|
1281
1281
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
1282
1282
|
*
|
|
1283
|
-
* @see {@link MatterSpecification.
|
|
1283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.1
|
|
1284
1284
|
*/
|
|
1285
1285
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1286
1286
|
/**
|
|
@@ -1293,7 +1293,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1293
1293
|
*
|
|
1294
1294
|
* • the TargetPercentage (if specified).
|
|
1295
1295
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1296
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.2
|
|
1297
1297
|
*/
|
|
1298
1298
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1299
1299
|
/**
|
|
@@ -1302,7 +1302,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1302
1302
|
*
|
|
1303
1303
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
1304
1304
|
*
|
|
1305
|
-
* @see {@link MatterSpecification.
|
|
1305
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.3
|
|
1306
1306
|
*/
|
|
1307
1307
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1308
1308
|
/**
|
|
@@ -1314,14 +1314,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1314
1314
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
1315
1315
|
* attributes (inclusive), of the thermostat cluster.
|
|
1316
1316
|
*
|
|
1317
|
-
* @see {@link MatterSpecification.
|
|
1317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.4
|
|
1318
1318
|
*/
|
|
1319
1319
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1320
1320
|
/**
|
|
1321
1321
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
1322
1322
|
* must reach before the heating is switched off.
|
|
1323
1323
|
*
|
|
1324
|
-
* @see {@link MatterSpecification.
|
|
1324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.5
|
|
1325
1325
|
*/
|
|
1326
1326
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1327
1327
|
/**
|
|
@@ -1335,7 +1335,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1335
1335
|
*
|
|
1336
1336
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
1337
1337
|
*
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.6.3.6
|
|
1339
1339
|
*/
|
|
1340
1340
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1341
1341
|
}>>;
|
|
@@ -1343,7 +1343,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1343
1343
|
/**
|
|
1344
1344
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
1345
1345
|
*
|
|
1346
|
-
* @see {@link MatterSpecification.
|
|
1346
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.5.9.2
|
|
1347
1347
|
*/
|
|
1348
1348
|
readonly boostEnded: Event<void, any>;
|
|
1349
1349
|
};
|