@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 9.5.7.3
|
|
305
305
|
*/
|
|
306
306
|
readonly tankVolume: Attribute<number, any>;
|
|
307
307
|
/**
|
|
@@ -339,7 +339,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
339
339
|
* 1kWh of electrical energy input. The conversion between heat energy and electrical energy is outside the
|
|
340
340
|
* scope of this cluster.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.4
|
|
343
343
|
*/
|
|
344
344
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
345
345
|
};
|
|
@@ -376,7 +376,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
376
376
|
*
|
|
377
377
|
* TankPercentage = 50%
|
|
378
378
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.5
|
|
380
380
|
*/
|
|
381
381
|
readonly tankPercentage: Attribute<number, any>;
|
|
382
382
|
};
|
|
@@ -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.v14.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.v14.Cluster} § 9.5.7.2
|
|
439
439
|
*/
|
|
440
440
|
readonly heatDemand: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
441
441
|
/**
|
|
@@ -466,7 +466,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
466
466
|
*
|
|
467
467
|
* See Boost and CancelBoost commands for more details.
|
|
468
468
|
*
|
|
469
|
-
* @see {@link MatterSpecification.
|
|
469
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.6
|
|
470
470
|
*/
|
|
471
471
|
readonly boostState: Attribute<BoostState, any>;
|
|
472
472
|
};
|
|
@@ -474,14 +474,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
474
474
|
/**
|
|
475
475
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
476
476
|
*
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.8.1
|
|
478
478
|
*/
|
|
479
479
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
480
480
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
481
481
|
/**
|
|
482
482
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.1
|
|
485
485
|
*/
|
|
486
486
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
487
487
|
/**
|
|
@@ -494,7 +494,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
494
494
|
*
|
|
495
495
|
* • the TargetPercentage (if specified).
|
|
496
496
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.2
|
|
498
498
|
*/
|
|
499
499
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
500
500
|
/**
|
|
@@ -503,7 +503,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
503
503
|
*
|
|
504
504
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
505
505
|
*
|
|
506
|
-
* @see {@link MatterSpecification.
|
|
506
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.3
|
|
507
507
|
*/
|
|
508
508
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
509
509
|
/**
|
|
@@ -515,14 +515,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
515
515
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
516
516
|
* attributes (inclusive), of the thermostat cluster.
|
|
517
517
|
*
|
|
518
|
-
* @see {@link MatterSpecification.
|
|
518
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.4
|
|
519
519
|
*/
|
|
520
520
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
521
521
|
/**
|
|
522
522
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
523
523
|
* must reach before the heating is switched off.
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.5
|
|
526
526
|
*/
|
|
527
527
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
528
528
|
/**
|
|
@@ -536,7 +536,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
536
536
|
*
|
|
537
537
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
538
538
|
*
|
|
539
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.6
|
|
540
540
|
*/
|
|
541
541
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
542
542
|
}>>;
|
|
@@ -544,7 +544,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
544
544
|
/**
|
|
545
545
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
546
546
|
*
|
|
547
|
-
* @see {@link MatterSpecification.
|
|
547
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.8.2
|
|
548
548
|
*/
|
|
549
549
|
readonly cancelBoost: Command<void, void, any>;
|
|
550
550
|
};
|
|
@@ -555,14 +555,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
555
555
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
556
556
|
* command.
|
|
557
557
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
558
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.9.1
|
|
559
559
|
*/
|
|
560
560
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
561
561
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
562
562
|
/**
|
|
563
563
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
564
564
|
*
|
|
565
|
-
* @see {@link MatterSpecification.
|
|
565
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.1
|
|
566
566
|
*/
|
|
567
567
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
568
568
|
/**
|
|
@@ -575,7 +575,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
575
575
|
*
|
|
576
576
|
* • the TargetPercentage (if specified).
|
|
577
577
|
*
|
|
578
|
-
* @see {@link MatterSpecification.
|
|
578
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.2
|
|
579
579
|
*/
|
|
580
580
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
581
581
|
/**
|
|
@@ -584,7 +584,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
584
584
|
*
|
|
585
585
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
586
586
|
*
|
|
587
|
-
* @see {@link MatterSpecification.
|
|
587
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.3
|
|
588
588
|
*/
|
|
589
589
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
590
590
|
/**
|
|
@@ -596,14 +596,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
596
596
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
597
597
|
* attributes (inclusive), of the thermostat cluster.
|
|
598
598
|
*
|
|
599
|
-
* @see {@link MatterSpecification.
|
|
599
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.4
|
|
600
600
|
*/
|
|
601
601
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
602
602
|
/**
|
|
603
603
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
604
604
|
* must reach before the heating is switched off.
|
|
605
605
|
*
|
|
606
|
-
* @see {@link MatterSpecification.
|
|
606
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.5
|
|
607
607
|
*/
|
|
608
608
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
609
609
|
/**
|
|
@@ -617,7 +617,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
617
617
|
*
|
|
618
618
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
619
619
|
*
|
|
620
|
-
* @see {@link MatterSpecification.
|
|
620
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.6
|
|
621
621
|
*/
|
|
622
622
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
623
623
|
}>>;
|
|
@@ -625,7 +625,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
625
625
|
/**
|
|
626
626
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
627
627
|
*
|
|
628
|
-
* @see {@link MatterSpecification.
|
|
628
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.9.2
|
|
629
629
|
*/
|
|
630
630
|
readonly boostEnded: Event<void, any>;
|
|
631
631
|
};
|
|
@@ -643,7 +643,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
643
643
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
644
644
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
645
645
|
*
|
|
646
|
-
* @see {@link MatterSpecification.
|
|
646
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.3
|
|
647
647
|
*/
|
|
648
648
|
readonly tankVolume: Attribute<number, any>;
|
|
649
649
|
/**
|
|
@@ -681,7 +681,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
681
681
|
* 1kWh of electrical energy input. The conversion between heat energy and electrical energy is outside the
|
|
682
682
|
* scope of this cluster.
|
|
683
683
|
*
|
|
684
|
-
* @see {@link MatterSpecification.
|
|
684
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.4
|
|
685
685
|
*/
|
|
686
686
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
687
687
|
};
|
|
@@ -719,7 +719,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
719
719
|
*
|
|
720
720
|
* TankPercentage = 50%
|
|
721
721
|
*
|
|
722
|
-
* @see {@link MatterSpecification.
|
|
722
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.5
|
|
723
723
|
*/
|
|
724
724
|
readonly tankPercentage: Attribute<number, any>;
|
|
725
725
|
};
|
|
@@ -752,7 +752,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
752
752
|
* Indicates the heat sources that the water heater can call on for heating. If a bit is set then the water
|
|
753
753
|
* heater supports the corresponding heat source.
|
|
754
754
|
*
|
|
755
|
-
* @see {@link MatterSpecification.
|
|
755
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.1
|
|
756
756
|
*/
|
|
757
757
|
readonly heaterTypes: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
758
758
|
/**
|
|
@@ -780,7 +780,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
780
780
|
* Indicates if the water heater is heating water. If a bit is set then the corresponding heat source is
|
|
781
781
|
* active.
|
|
782
782
|
*
|
|
783
|
-
* @see {@link MatterSpecification.
|
|
783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.2
|
|
784
784
|
*/
|
|
785
785
|
readonly heatDemand: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
786
786
|
/**
|
|
@@ -811,7 +811,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
811
811
|
*
|
|
812
812
|
* See Boost and CancelBoost commands for more details.
|
|
813
813
|
*
|
|
814
|
-
* @see {@link MatterSpecification.
|
|
814
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.6
|
|
815
815
|
*/
|
|
816
816
|
readonly boostState: Attribute<BoostState, any>;
|
|
817
817
|
};
|
|
@@ -819,14 +819,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
819
819
|
/**
|
|
820
820
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
821
821
|
*
|
|
822
|
-
* @see {@link MatterSpecification.
|
|
822
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.8.1
|
|
823
823
|
*/
|
|
824
824
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
825
825
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
826
826
|
/**
|
|
827
827
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
828
828
|
*
|
|
829
|
-
* @see {@link MatterSpecification.
|
|
829
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.1
|
|
830
830
|
*/
|
|
831
831
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
832
832
|
/**
|
|
@@ -839,7 +839,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
839
839
|
*
|
|
840
840
|
* • the TargetPercentage (if specified).
|
|
841
841
|
*
|
|
842
|
-
* @see {@link MatterSpecification.
|
|
842
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.2
|
|
843
843
|
*/
|
|
844
844
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
845
845
|
/**
|
|
@@ -848,7 +848,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
848
848
|
*
|
|
849
849
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.3
|
|
852
852
|
*/
|
|
853
853
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
854
854
|
/**
|
|
@@ -860,14 +860,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
860
860
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
861
861
|
* attributes (inclusive), of the thermostat cluster.
|
|
862
862
|
*
|
|
863
|
-
* @see {@link MatterSpecification.
|
|
863
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.4
|
|
864
864
|
*/
|
|
865
865
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
866
866
|
/**
|
|
867
867
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
868
868
|
* must reach before the heating is switched off.
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.5
|
|
871
871
|
*/
|
|
872
872
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
873
873
|
/**
|
|
@@ -881,7 +881,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
881
881
|
*
|
|
882
882
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
883
883
|
*
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.6
|
|
885
885
|
*/
|
|
886
886
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
887
887
|
}>>;
|
|
@@ -889,7 +889,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
889
889
|
/**
|
|
890
890
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.8.2
|
|
893
893
|
*/
|
|
894
894
|
readonly cancelBoost: Command<void, void, any>;
|
|
895
895
|
};
|
|
@@ -900,14 +900,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
900
900
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
901
901
|
* command.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.9.1
|
|
904
904
|
*/
|
|
905
905
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
906
906
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
907
907
|
/**
|
|
908
908
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.1
|
|
911
911
|
*/
|
|
912
912
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
913
913
|
/**
|
|
@@ -920,7 +920,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
920
920
|
*
|
|
921
921
|
* • the TargetPercentage (if specified).
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.2
|
|
924
924
|
*/
|
|
925
925
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
926
926
|
/**
|
|
@@ -929,7 +929,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
929
929
|
*
|
|
930
930
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.3
|
|
933
933
|
*/
|
|
934
934
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
935
935
|
/**
|
|
@@ -941,14 +941,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
941
941
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
942
942
|
* attributes (inclusive), of the thermostat cluster.
|
|
943
943
|
*
|
|
944
|
-
* @see {@link MatterSpecification.
|
|
944
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.4
|
|
945
945
|
*/
|
|
946
946
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
947
947
|
/**
|
|
948
948
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
949
949
|
* must reach before the heating is switched off.
|
|
950
950
|
*
|
|
951
|
-
* @see {@link MatterSpecification.
|
|
951
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.5
|
|
952
952
|
*/
|
|
953
953
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
954
954
|
/**
|
|
@@ -962,7 +962,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
962
962
|
*
|
|
963
963
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
964
964
|
*
|
|
965
|
-
* @see {@link MatterSpecification.
|
|
965
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.6
|
|
966
966
|
*/
|
|
967
967
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
968
968
|
}>>;
|
|
@@ -970,7 +970,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
970
970
|
/**
|
|
971
971
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
972
972
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.9.2
|
|
974
974
|
*/
|
|
975
975
|
readonly boostEnded: Event<void, any>;
|
|
976
976
|
};
|
|
@@ -988,7 +988,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
988
988
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
989
989
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
990
990
|
*
|
|
991
|
-
* @see {@link MatterSpecification.
|
|
991
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.7.3
|
|
992
992
|
*/
|
|
993
993
|
readonly tankVolume: Attribute<number, any>;
|
|
994
994
|
/**
|
|
@@ -1026,7 +1026,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1026
1026
|
* 1kWh of electrical energy input. The conversion between heat energy and electrical energy is outside the
|
|
1027
1027
|
* scope of this cluster.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.Cluster} § 9.5
|
|
1085
1085
|
*/
|
|
1086
1086
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1087
1087
|
}
|
|
@@ -1200,14 +1200,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1200
1200
|
/**
|
|
1201
1201
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
1202
1202
|
*
|
|
1203
|
-
* @see {@link MatterSpecification.
|
|
1203
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.8.1
|
|
1204
1204
|
*/
|
|
1205
1205
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1206
1206
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1207
1207
|
/**
|
|
1208
1208
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
1209
1209
|
*
|
|
1210
|
-
* @see {@link MatterSpecification.
|
|
1210
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.1
|
|
1211
1211
|
*/
|
|
1212
1212
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1213
1213
|
/**
|
|
@@ -1220,7 +1220,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1220
1220
|
*
|
|
1221
1221
|
* • the TargetPercentage (if specified).
|
|
1222
1222
|
*
|
|
1223
|
-
* @see {@link MatterSpecification.
|
|
1223
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.2
|
|
1224
1224
|
*/
|
|
1225
1225
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1226
1226
|
/**
|
|
@@ -1229,7 +1229,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1229
1229
|
*
|
|
1230
1230
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
1231
1231
|
*
|
|
1232
|
-
* @see {@link MatterSpecification.
|
|
1232
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.3
|
|
1233
1233
|
*/
|
|
1234
1234
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1235
1235
|
/**
|
|
@@ -1241,14 +1241,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1241
1241
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
1242
1242
|
* attributes (inclusive), of the thermostat cluster.
|
|
1243
1243
|
*
|
|
1244
|
-
* @see {@link MatterSpecification.
|
|
1244
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.4
|
|
1245
1245
|
*/
|
|
1246
1246
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
1249
1249
|
* must reach before the heating is switched off.
|
|
1250
1250
|
*
|
|
1251
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.5
|
|
1252
1252
|
*/
|
|
1253
1253
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1254
1254
|
/**
|
|
@@ -1262,7 +1262,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1262
1262
|
*
|
|
1263
1263
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
1264
1264
|
*
|
|
1265
|
-
* @see {@link MatterSpecification.
|
|
1265
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.6
|
|
1266
1266
|
*/
|
|
1267
1267
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1268
1268
|
}>>;
|
|
@@ -1270,7 +1270,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1270
1270
|
/**
|
|
1271
1271
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
1272
1272
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1273
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.8.2
|
|
1274
1274
|
*/
|
|
1275
1275
|
readonly cancelBoost: Command<void, void, any>;
|
|
1276
1276
|
};
|
|
@@ -1281,14 +1281,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1281
1281
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
1282
1282
|
* command.
|
|
1283
1283
|
*
|
|
1284
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.9.1
|
|
1285
1285
|
*/
|
|
1286
1286
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1287
1287
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1288
1288
|
/**
|
|
1289
1289
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
1290
1290
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.
|
|
1291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.1
|
|
1292
1292
|
*/
|
|
1293
1293
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1294
1294
|
/**
|
|
@@ -1301,7 +1301,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1301
1301
|
*
|
|
1302
1302
|
* • the TargetPercentage (if specified).
|
|
1303
1303
|
*
|
|
1304
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.2
|
|
1305
1305
|
*/
|
|
1306
1306
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1307
1307
|
/**
|
|
@@ -1310,7 +1310,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1310
1310
|
*
|
|
1311
1311
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
1312
1312
|
*
|
|
1313
|
-
* @see {@link MatterSpecification.
|
|
1313
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.3
|
|
1314
1314
|
*/
|
|
1315
1315
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1316
1316
|
/**
|
|
@@ -1322,14 +1322,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1322
1322
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
1323
1323
|
* attributes (inclusive), of the thermostat cluster.
|
|
1324
1324
|
*
|
|
1325
|
-
* @see {@link MatterSpecification.
|
|
1325
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.4
|
|
1326
1326
|
*/
|
|
1327
1327
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1328
1328
|
/**
|
|
1329
1329
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
1330
1330
|
* must reach before the heating is switched off.
|
|
1331
1331
|
*
|
|
1332
|
-
* @see {@link MatterSpecification.
|
|
1332
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.5
|
|
1333
1333
|
*/
|
|
1334
1334
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1335
1335
|
/**
|
|
@@ -1343,7 +1343,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1343
1343
|
*
|
|
1344
1344
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
1345
1345
|
*
|
|
1346
|
-
* @see {@link MatterSpecification.
|
|
1346
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.6.3.6
|
|
1347
1347
|
*/
|
|
1348
1348
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1349
1349
|
}>>;
|
|
@@ -1351,7 +1351,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1351
1351
|
/**
|
|
1352
1352
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
1353
1353
|
*
|
|
1354
|
-
* @see {@link MatterSpecification.
|
|
1354
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.5.9.2
|
|
1355
1355
|
*/
|
|
1356
1356
|
readonly boostEnded: Event<void, any>;
|
|
1357
1357
|
};
|