@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/dist/cjs/common/DeviceClassification.d.ts +0 -44
- package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
- package/dist/cjs/common/DeviceClassification.js +0 -38
- package/dist/cjs/common/DeviceClassification.js.map +0 -6
- package/dist/esm/common/DeviceClassification.d.ts +0 -44
- package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
- package/dist/esm/common/DeviceClassification.js +0 -18
- package/dist/esm/common/DeviceClassification.js.map +0 -6
- package/src/common/DeviceClassification.ts +0 -49
|
@@ -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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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
|
* for 1kWh of electrical energy input. The conversion between heat energy and electrical energy is
|
|
340
340
|
* outside the scope of this cluster.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v142.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.v142.Cluster} § 9.5.7.5
|
|
380
380
|
*/
|
|
381
381
|
readonly tankPercentage: Attribute<number, any>;
|
|
382
382
|
};
|
|
@@ -403,7 +403,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
403
403
|
* Indicates the heat sources that the water heater can call on for heating. If a bit is set then the water
|
|
404
404
|
* heater supports the corresponding heat source.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.1
|
|
407
407
|
*/
|
|
408
408
|
readonly heaterTypes: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
409
409
|
/**
|
|
@@ -431,7 +431,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
431
431
|
* Indicates if the water heater is heating water. If a bit is set then the corresponding heat source is
|
|
432
432
|
* active.
|
|
433
433
|
*
|
|
434
|
-
* @see {@link MatterSpecification.
|
|
434
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.2
|
|
435
435
|
*/
|
|
436
436
|
readonly heatDemand: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
437
437
|
/**
|
|
@@ -460,7 +460,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
460
460
|
*
|
|
461
461
|
* See Section 9.5.8.1, “Boost Command” and Section 9.5.8.2, “CancelBoost Command” for more details.
|
|
462
462
|
*
|
|
463
|
-
* @see {@link MatterSpecification.
|
|
463
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.6
|
|
464
464
|
*/
|
|
465
465
|
readonly boostState: Attribute<BoostState, any>;
|
|
466
466
|
};
|
|
@@ -468,14 +468,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
468
468
|
/**
|
|
469
469
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.8.1
|
|
472
472
|
*/
|
|
473
473
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
474
474
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
475
475
|
/**
|
|
476
476
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
477
477
|
*
|
|
478
|
-
* @see {@link MatterSpecification.
|
|
478
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.1
|
|
479
479
|
*/
|
|
480
480
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
481
481
|
/**
|
|
@@ -488,7 +488,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
488
488
|
*
|
|
489
489
|
* • the TargetPercentage (if specified).
|
|
490
490
|
*
|
|
491
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.2
|
|
492
492
|
*/
|
|
493
493
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
494
494
|
/**
|
|
@@ -497,7 +497,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
497
497
|
*
|
|
498
498
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.3
|
|
501
501
|
*/
|
|
502
502
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
503
503
|
/**
|
|
@@ -509,14 +509,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
509
509
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
510
510
|
* attributes (inclusive), of the thermostat cluster.
|
|
511
511
|
*
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.4
|
|
513
513
|
*/
|
|
514
514
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
515
515
|
/**
|
|
516
516
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
517
517
|
* must reach before the heating is switched off.
|
|
518
518
|
*
|
|
519
|
-
* @see {@link MatterSpecification.
|
|
519
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.5
|
|
520
520
|
*/
|
|
521
521
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
522
522
|
/**
|
|
@@ -530,7 +530,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
530
530
|
*
|
|
531
531
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
532
532
|
*
|
|
533
|
-
* @see {@link MatterSpecification.
|
|
533
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.6
|
|
534
534
|
*/
|
|
535
535
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
536
536
|
}>>;
|
|
@@ -538,7 +538,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
538
538
|
/**
|
|
539
539
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
540
540
|
*
|
|
541
|
-
* @see {@link MatterSpecification.
|
|
541
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.8.2
|
|
542
542
|
*/
|
|
543
543
|
readonly cancelBoost: Command<void, void, any>;
|
|
544
544
|
};
|
|
@@ -549,14 +549,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
549
549
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
550
550
|
* command.
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.9.1
|
|
553
553
|
*/
|
|
554
554
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
555
555
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
556
556
|
/**
|
|
557
557
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.1
|
|
560
560
|
*/
|
|
561
561
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
562
562
|
/**
|
|
@@ -569,7 +569,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
569
569
|
*
|
|
570
570
|
* • the TargetPercentage (if specified).
|
|
571
571
|
*
|
|
572
|
-
* @see {@link MatterSpecification.
|
|
572
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.2
|
|
573
573
|
*/
|
|
574
574
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
575
575
|
/**
|
|
@@ -578,7 +578,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
578
578
|
*
|
|
579
579
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
580
580
|
*
|
|
581
|
-
* @see {@link MatterSpecification.
|
|
581
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.3
|
|
582
582
|
*/
|
|
583
583
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
584
584
|
/**
|
|
@@ -590,14 +590,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
590
590
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
591
591
|
* attributes (inclusive), of the thermostat cluster.
|
|
592
592
|
*
|
|
593
|
-
* @see {@link MatterSpecification.
|
|
593
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.4
|
|
594
594
|
*/
|
|
595
595
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
596
596
|
/**
|
|
597
597
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
598
598
|
* must reach before the heating is switched off.
|
|
599
599
|
*
|
|
600
|
-
* @see {@link MatterSpecification.
|
|
600
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.5
|
|
601
601
|
*/
|
|
602
602
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
603
603
|
/**
|
|
@@ -611,7 +611,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
611
611
|
*
|
|
612
612
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.6
|
|
615
615
|
*/
|
|
616
616
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
617
617
|
}>>;
|
|
@@ -619,7 +619,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
619
619
|
/**
|
|
620
620
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
621
621
|
*
|
|
622
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.9.2
|
|
623
623
|
*/
|
|
624
624
|
readonly boostEnded: Event<void, any>;
|
|
625
625
|
};
|
|
@@ -637,7 +637,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
637
637
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
638
638
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
639
639
|
*
|
|
640
|
-
* @see {@link MatterSpecification.
|
|
640
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.3
|
|
641
641
|
*/
|
|
642
642
|
readonly tankVolume: Attribute<number, any>;
|
|
643
643
|
/**
|
|
@@ -675,7 +675,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
675
675
|
* for 1kWh of electrical energy input. The conversion between heat energy and electrical energy is
|
|
676
676
|
* outside the scope of this cluster.
|
|
677
677
|
*
|
|
678
|
-
* @see {@link MatterSpecification.
|
|
678
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.4
|
|
679
679
|
*/
|
|
680
680
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
681
681
|
};
|
|
@@ -713,7 +713,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
713
713
|
*
|
|
714
714
|
* ### TankPercentage = 50%
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.5
|
|
717
717
|
*/
|
|
718
718
|
readonly tankPercentage: Attribute<number, any>;
|
|
719
719
|
};
|
|
@@ -742,7 +742,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
742
742
|
* Indicates the heat sources that the water heater can call on for heating. If a bit is set then the water
|
|
743
743
|
* heater supports the corresponding heat source.
|
|
744
744
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
745
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.1
|
|
746
746
|
*/
|
|
747
747
|
readonly heaterTypes: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
748
748
|
/**
|
|
@@ -770,7 +770,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
770
770
|
* Indicates if the water heater is heating water. If a bit is set then the corresponding heat source is
|
|
771
771
|
* active.
|
|
772
772
|
*
|
|
773
|
-
* @see {@link MatterSpecification.
|
|
773
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.2
|
|
774
774
|
*/
|
|
775
775
|
readonly heatDemand: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
776
776
|
/**
|
|
@@ -799,7 +799,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
799
799
|
*
|
|
800
800
|
* See Section 9.5.8.1, “Boost Command” and Section 9.5.8.2, “CancelBoost Command” for more details.
|
|
801
801
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.6
|
|
803
803
|
*/
|
|
804
804
|
readonly boostState: Attribute<BoostState, any>;
|
|
805
805
|
};
|
|
@@ -807,14 +807,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
807
807
|
/**
|
|
808
808
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.8.1
|
|
811
811
|
*/
|
|
812
812
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
813
813
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
814
814
|
/**
|
|
815
815
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
816
816
|
*
|
|
817
|
-
* @see {@link MatterSpecification.
|
|
817
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.1
|
|
818
818
|
*/
|
|
819
819
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
820
820
|
/**
|
|
@@ -827,7 +827,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
827
827
|
*
|
|
828
828
|
* • the TargetPercentage (if specified).
|
|
829
829
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.2
|
|
831
831
|
*/
|
|
832
832
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
833
833
|
/**
|
|
@@ -836,7 +836,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
836
836
|
*
|
|
837
837
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
838
838
|
*
|
|
839
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.3
|
|
840
840
|
*/
|
|
841
841
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
842
842
|
/**
|
|
@@ -848,14 +848,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
848
848
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
849
849
|
* attributes (inclusive), of the thermostat cluster.
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.4
|
|
852
852
|
*/
|
|
853
853
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
854
854
|
/**
|
|
855
855
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
856
856
|
* must reach before the heating is switched off.
|
|
857
857
|
*
|
|
858
|
-
* @see {@link MatterSpecification.
|
|
858
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.5
|
|
859
859
|
*/
|
|
860
860
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
861
861
|
/**
|
|
@@ -869,7 +869,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
869
869
|
*
|
|
870
870
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.6
|
|
873
873
|
*/
|
|
874
874
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
875
875
|
}>>;
|
|
@@ -877,7 +877,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
877
877
|
/**
|
|
878
878
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
879
879
|
*
|
|
880
|
-
* @see {@link MatterSpecification.
|
|
880
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.8.2
|
|
881
881
|
*/
|
|
882
882
|
readonly cancelBoost: Command<void, void, any>;
|
|
883
883
|
};
|
|
@@ -888,14 +888,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
888
888
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
889
889
|
* command.
|
|
890
890
|
*
|
|
891
|
-
* @see {@link MatterSpecification.
|
|
891
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.9.1
|
|
892
892
|
*/
|
|
893
893
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
894
894
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
895
895
|
/**
|
|
896
896
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
897
897
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
898
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.1
|
|
899
899
|
*/
|
|
900
900
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
901
901
|
/**
|
|
@@ -908,7 +908,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
908
908
|
*
|
|
909
909
|
* • the TargetPercentage (if specified).
|
|
910
910
|
*
|
|
911
|
-
* @see {@link MatterSpecification.
|
|
911
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.2
|
|
912
912
|
*/
|
|
913
913
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
914
914
|
/**
|
|
@@ -917,7 +917,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
917
917
|
*
|
|
918
918
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
919
919
|
*
|
|
920
|
-
* @see {@link MatterSpecification.
|
|
920
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.3
|
|
921
921
|
*/
|
|
922
922
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
923
923
|
/**
|
|
@@ -929,14 +929,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
929
929
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
930
930
|
* attributes (inclusive), of the thermostat cluster.
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.4
|
|
933
933
|
*/
|
|
934
934
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
935
935
|
/**
|
|
936
936
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
937
937
|
* must reach before the heating is switched off.
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.5
|
|
940
940
|
*/
|
|
941
941
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
942
942
|
/**
|
|
@@ -950,7 +950,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
950
950
|
*
|
|
951
951
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.6
|
|
954
954
|
*/
|
|
955
955
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
956
956
|
}>>;
|
|
@@ -958,7 +958,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
958
958
|
/**
|
|
959
959
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.9.2
|
|
962
962
|
*/
|
|
963
963
|
readonly boostEnded: Event<void, any>;
|
|
964
964
|
};
|
|
@@ -976,7 +976,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
976
976
|
* Indicates the volume of water that the hot water tank can hold (in units of Litres). This allows an
|
|
977
977
|
* energy management system to estimate the required heating energy needed to reach the target temperature.
|
|
978
978
|
*
|
|
979
|
-
* @see {@link MatterSpecification.
|
|
979
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.3
|
|
980
980
|
*/
|
|
981
981
|
readonly tankVolume: Attribute<number, any>;
|
|
982
982
|
/**
|
|
@@ -1014,7 +1014,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1014
1014
|
* for 1kWh of electrical energy input. The conversion between heat energy and electrical energy is
|
|
1015
1015
|
* outside the scope of this cluster.
|
|
1016
1016
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.4
|
|
1018
1018
|
*/
|
|
1019
1019
|
readonly estimatedHeatRequired: Attribute<number | bigint, any>;
|
|
1020
1020
|
};
|
|
@@ -1052,7 +1052,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1052
1052
|
*
|
|
1053
1053
|
* ### TankPercentage = 50%
|
|
1054
1054
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1055
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.7.5
|
|
1056
1056
|
*/
|
|
1057
1057
|
readonly tankPercentage: Attribute<number, any>;
|
|
1058
1058
|
};
|
|
@@ -1069,7 +1069,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1069
1069
|
* WaterHeaterManagementCluster supports optional features that you can enable with the
|
|
1070
1070
|
* WaterHeaterManagementCluster.with() factory method.
|
|
1071
1071
|
*
|
|
1072
|
-
* @see {@link MatterSpecification.
|
|
1072
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5
|
|
1073
1073
|
*/
|
|
1074
1074
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1075
1075
|
}
|
|
@@ -1180,14 +1180,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1180
1180
|
/**
|
|
1181
1181
|
* Allows a client to request that the water heater is put into a Boost state.
|
|
1182
1182
|
*
|
|
1183
|
-
* @see {@link MatterSpecification.
|
|
1183
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.8.1
|
|
1184
1184
|
*/
|
|
1185
1185
|
readonly boost: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1186
1186
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1187
1187
|
/**
|
|
1188
1188
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
1189
1189
|
*
|
|
1190
|
-
* @see {@link MatterSpecification.
|
|
1190
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.1
|
|
1191
1191
|
*/
|
|
1192
1192
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1193
1193
|
/**
|
|
@@ -1200,7 +1200,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1200
1200
|
*
|
|
1201
1201
|
* • the TargetPercentage (if specified).
|
|
1202
1202
|
*
|
|
1203
|
-
* @see {@link MatterSpecification.
|
|
1203
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.2
|
|
1204
1204
|
*/
|
|
1205
1205
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1206
1206
|
/**
|
|
@@ -1209,7 +1209,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1209
1209
|
*
|
|
1210
1210
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
1211
1211
|
*
|
|
1212
|
-
* @see {@link MatterSpecification.
|
|
1212
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.3
|
|
1213
1213
|
*/
|
|
1214
1214
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1215
1215
|
/**
|
|
@@ -1221,14 +1221,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1221
1221
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
1222
1222
|
* attributes (inclusive), of the thermostat cluster.
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.4
|
|
1225
1225
|
*/
|
|
1226
1226
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1227
1227
|
/**
|
|
1228
1228
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
1229
1229
|
* must reach before the heating is switched off.
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.5
|
|
1232
1232
|
*/
|
|
1233
1233
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1234
1234
|
/**
|
|
@@ -1242,7 +1242,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1242
1242
|
*
|
|
1243
1243
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
1244
1244
|
*
|
|
1245
|
-
* @see {@link MatterSpecification.
|
|
1245
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.6
|
|
1246
1246
|
*/
|
|
1247
1247
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1248
1248
|
}>>;
|
|
@@ -1250,7 +1250,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Allows a client to cancel an ongoing Boost operation. This command has no payload.
|
|
1252
1252
|
*
|
|
1253
|
-
* @see {@link MatterSpecification.
|
|
1253
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.8.2
|
|
1254
1254
|
*/
|
|
1255
1255
|
readonly cancelBoost: Command<void, void, any>;
|
|
1256
1256
|
};
|
|
@@ -1261,14 +1261,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1261
1261
|
* The corresponding structure fields within the WaterHeaterBoostInfoStruct are copied from the Boost
|
|
1262
1262
|
* command.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.9.1
|
|
1265
1265
|
*/
|
|
1266
1266
|
readonly boostStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1267
1267
|
boostInfo: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1268
1268
|
/**
|
|
1269
1269
|
* This field shall indicate the time period, in seconds, for which the boost state is activated.
|
|
1270
1270
|
*
|
|
1271
|
-
* @see {@link MatterSpecification.
|
|
1271
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.1
|
|
1272
1272
|
*/
|
|
1273
1273
|
duration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1274
1274
|
/**
|
|
@@ -1281,7 +1281,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1281
1281
|
*
|
|
1282
1282
|
* • the TargetPercentage (if specified).
|
|
1283
1283
|
*
|
|
1284
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.2
|
|
1285
1285
|
*/
|
|
1286
1286
|
oneShot: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1287
1287
|
/**
|
|
@@ -1290,7 +1290,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1290
1290
|
*
|
|
1291
1291
|
* The choice of which heat sources are activated is manufacturer specific.
|
|
1292
1292
|
*
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.3
|
|
1294
1294
|
*/
|
|
1295
1295
|
emergencyBoost: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1296
1296
|
/**
|
|
@@ -1302,14 +1302,14 @@ export declare namespace WaterHeaterManagement {
|
|
|
1302
1302
|
* The value of this field shall be within the constraints of the MinHeatSetpointLimit and MaxHeatSetpointLimit
|
|
1303
1303
|
* attributes (inclusive), of the thermostat cluster.
|
|
1304
1304
|
*
|
|
1305
|
-
* @see {@link MatterSpecification.
|
|
1305
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.4
|
|
1306
1306
|
*/
|
|
1307
1307
|
temporarySetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1308
1308
|
/**
|
|
1309
1309
|
* This field shall indicate the target percentage of hot water in the tank that the TankPercentage attribute
|
|
1310
1310
|
* must reach before the heating is switched off.
|
|
1311
1311
|
*
|
|
1312
|
-
* @see {@link MatterSpecification.
|
|
1312
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.5
|
|
1313
1313
|
*/
|
|
1314
1314
|
targetPercentage: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1315
1315
|
/**
|
|
@@ -1323,7 +1323,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1323
1323
|
*
|
|
1324
1324
|
* This field shall be less than or equal to the TargetPercentage field.
|
|
1325
1325
|
*
|
|
1326
|
-
* @see {@link MatterSpecification.
|
|
1326
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.6.3.6
|
|
1327
1327
|
*/
|
|
1328
1328
|
targetReheat: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1329
1329
|
}>>;
|
|
@@ -1331,7 +1331,7 @@ export declare namespace WaterHeaterManagement {
|
|
|
1331
1331
|
/**
|
|
1332
1332
|
* This event shall be generated whenever the BoostState transitions from Active to Inactive.
|
|
1333
1333
|
*
|
|
1334
|
-
* @see {@link MatterSpecification.
|
|
1334
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.5.9.2
|
|
1335
1335
|
*/
|
|
1336
1336
|
readonly boostEnded: Event<void, any>;
|
|
1337
1337
|
};
|