@matter/types 0.13.0-alpha.0-20250329-cd36948da → 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
|
@@ -56,7 +56,7 @@ var DeviceEnergyManagement;
|
|
|
56
56
|
* Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
|
|
57
57
|
* battery).
|
|
58
58
|
*
|
|
59
|
-
* @see {@link MatterSpecification.
|
|
59
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
|
|
60
60
|
*/
|
|
61
61
|
minPower: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt64),
|
|
62
62
|
/**
|
|
@@ -75,7 +75,7 @@ var DeviceEnergyManagement;
|
|
|
75
75
|
* In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
|
|
76
76
|
* power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
|
|
77
77
|
*
|
|
78
|
-
* @see {@link MatterSpecification.
|
|
78
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
|
|
79
79
|
*/
|
|
80
80
|
maxPower: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt64),
|
|
81
81
|
/**
|
|
@@ -83,7 +83,7 @@ var DeviceEnergyManagement;
|
|
|
83
83
|
* adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
|
|
84
84
|
* making power adjustments.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
|
|
87
87
|
*/
|
|
88
88
|
minDuration: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt32),
|
|
89
89
|
/**
|
|
@@ -91,7 +91,7 @@ var DeviceEnergyManagement;
|
|
|
91
91
|
* adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
|
|
92
92
|
* ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
|
|
93
93
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
94
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
|
|
95
95
|
*/
|
|
96
96
|
maxDuration: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt32)
|
|
97
97
|
});
|
|
@@ -118,7 +118,7 @@ var DeviceEnergyManagement;
|
|
|
118
118
|
*
|
|
119
119
|
* In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.12
|
|
122
122
|
*/
|
|
123
123
|
powerAdjustCapability: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvPowerAdjust, { maxLength: 8 }))),
|
|
124
124
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
@@ -135,7 +135,7 @@ var DeviceEnergyManagement;
|
|
|
135
135
|
* This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
|
|
136
136
|
* PowerAdjustmentCapability attribute.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.1
|
|
139
139
|
*/
|
|
140
140
|
power: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt64),
|
|
141
141
|
/**
|
|
@@ -144,13 +144,13 @@ var DeviceEnergyManagement;
|
|
|
144
144
|
* This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
|
|
145
145
|
* PowerAdjustmentCapability attribute.
|
|
146
146
|
*
|
|
147
|
-
* @see {@link MatterSpecification.
|
|
147
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.2
|
|
148
148
|
*/
|
|
149
149
|
duration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32),
|
|
150
150
|
/**
|
|
151
151
|
* This field shall indicate the cause of the request from the EMS.
|
|
152
152
|
*
|
|
153
|
-
* @see {@link MatterSpecification.
|
|
153
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.3
|
|
154
154
|
*/
|
|
155
155
|
cause: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)())
|
|
156
156
|
});
|
|
@@ -166,13 +166,13 @@ var DeviceEnergyManagement;
|
|
|
166
166
|
/**
|
|
167
167
|
* This field shall indicate the reason why the power adjustment session ended.
|
|
168
168
|
*
|
|
169
|
-
* @see {@link MatterSpecification.
|
|
169
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.1
|
|
170
170
|
*/
|
|
171
171
|
cause: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
172
172
|
/**
|
|
173
173
|
* This field shall indicate the number of seconds that the power adjustment session lasted before ending.
|
|
174
174
|
*
|
|
175
|
-
* @see {@link MatterSpecification.
|
|
175
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.2
|
|
176
176
|
*/
|
|
177
177
|
duration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32),
|
|
178
178
|
/**
|
|
@@ -182,7 +182,7 @@ var DeviceEnergyManagement;
|
|
|
182
182
|
* battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
|
|
183
183
|
* normal load that was turned on, then it will have positive value.
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.3
|
|
186
186
|
*/
|
|
187
187
|
energyUse: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvInt64)
|
|
188
188
|
});
|
|
@@ -197,7 +197,7 @@ var DeviceEnergyManagement;
|
|
|
197
197
|
/**
|
|
198
198
|
* This field shall indicate the type of cost being represented (see CostTypeEnum).
|
|
199
199
|
*
|
|
200
|
-
* @see {@link MatterSpecification.
|
|
200
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
|
|
201
201
|
*/
|
|
202
202
|
costType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
203
203
|
/**
|
|
@@ -206,14 +206,14 @@ var DeviceEnergyManagement;
|
|
|
206
206
|
*
|
|
207
207
|
* For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
|
|
208
208
|
*
|
|
209
|
-
* @see {@link MatterSpecification.
|
|
209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
|
|
210
210
|
*/
|
|
211
211
|
value: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt32),
|
|
212
212
|
/**
|
|
213
213
|
* This field shall indicate the number of digits to the right of the decimal point in the Value field. For
|
|
214
214
|
* example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
|
|
217
217
|
*/
|
|
218
218
|
decimalPoints: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt8),
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ var DeviceEnergyManagement;
|
|
|
222
222
|
*
|
|
223
223
|
* This is an optional field. It shall be included if CostType is Financial.
|
|
224
224
|
*
|
|
225
|
-
* @see {@link MatterSpecification.
|
|
225
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
|
|
226
226
|
*/
|
|
227
227
|
currency: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvUInt16.bound({ max: 999 }))
|
|
228
228
|
});
|
|
@@ -230,19 +230,19 @@ var DeviceEnergyManagement;
|
|
|
230
230
|
/**
|
|
231
231
|
* This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
|
|
234
234
|
*/
|
|
235
235
|
minDuration: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
236
236
|
/**
|
|
237
237
|
* This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
|
|
238
238
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
239
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
|
|
240
240
|
*/
|
|
241
241
|
maxDuration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32),
|
|
242
242
|
/**
|
|
243
243
|
* This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
|
|
246
246
|
*/
|
|
247
247
|
defaultDuration: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt32),
|
|
248
248
|
/**
|
|
@@ -255,7 +255,7 @@ var DeviceEnergyManagement;
|
|
|
255
255
|
*
|
|
256
256
|
* When the Forecast attribute is read, then this value shall be the most recent value.
|
|
257
257
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
|
|
259
259
|
*/
|
|
260
260
|
elapsedSlotTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt32),
|
|
261
261
|
/**
|
|
@@ -271,13 +271,13 @@ var DeviceEnergyManagement;
|
|
|
271
271
|
*
|
|
272
272
|
* When the Forecast attribute is read, then this value shall be the most recent value.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
|
|
275
275
|
*/
|
|
276
276
|
remainingSlotTime: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt32),
|
|
277
277
|
/**
|
|
278
278
|
* This field shall indicate whether this slot can be paused.
|
|
279
279
|
*
|
|
280
|
-
* @see {@link MatterSpecification.
|
|
280
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
|
|
281
281
|
*/
|
|
282
282
|
slotIsPausable: (0, import_TlvObject.TlvOptionalField)(5, import_TlvBoolean.TlvBoolean),
|
|
283
283
|
/**
|
|
@@ -285,13 +285,13 @@ var DeviceEnergyManagement;
|
|
|
285
285
|
* controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
|
|
286
286
|
* damage or cause excess energy to be consumed with restarting of an operation.
|
|
287
287
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
|
|
289
289
|
*/
|
|
290
290
|
minPauseDuration: (0, import_TlvObject.TlvOptionalField)(6, import_TlvNumber.TlvUInt32),
|
|
291
291
|
/**
|
|
292
292
|
* This field shall indicate the longest period that the slot can be paused for.
|
|
293
293
|
*
|
|
294
|
-
* @see {@link MatterSpecification.
|
|
294
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
|
|
295
295
|
*/
|
|
296
296
|
maxPauseDuration: (0, import_TlvObject.TlvOptionalField)(7, import_TlvNumber.TlvUInt32),
|
|
297
297
|
/**
|
|
@@ -314,7 +314,7 @@ var DeviceEnergyManagement;
|
|
|
314
314
|
* along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
|
|
315
315
|
* its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
|
|
318
318
|
*/
|
|
319
319
|
manufacturerEsaState: (0, import_TlvObject.TlvOptionalField)(8, import_TlvNumber.TlvUInt16),
|
|
320
320
|
/**
|
|
@@ -322,7 +322,7 @@ var DeviceEnergyManagement;
|
|
|
322
322
|
* considered the average value over the slot, and some variation from this would be expected (for example, as
|
|
323
323
|
* it is ramping up).
|
|
324
324
|
*
|
|
325
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
|
|
326
326
|
*/
|
|
327
327
|
nominalPower: (0, import_TlvObject.TlvOptionalField)(9, import_TlvNumber.TlvInt64),
|
|
328
328
|
/**
|
|
@@ -331,7 +331,7 @@ var DeviceEnergyManagement;
|
|
|
331
331
|
*
|
|
332
332
|
* Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
|
|
335
335
|
*/
|
|
336
336
|
minPower: (0, import_TlvObject.TlvOptionalField)(10, import_TlvNumber.TlvInt64),
|
|
337
337
|
/**
|
|
@@ -340,7 +340,7 @@ var DeviceEnergyManagement;
|
|
|
340
340
|
*
|
|
341
341
|
* Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
|
|
342
342
|
*
|
|
343
|
-
* @see {@link MatterSpecification.
|
|
343
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
|
|
344
344
|
*/
|
|
345
345
|
maxPower: (0, import_TlvObject.TlvOptionalField)(11, import_TlvNumber.TlvInt64),
|
|
346
346
|
/**
|
|
@@ -348,7 +348,7 @@ var DeviceEnergyManagement;
|
|
|
348
348
|
*
|
|
349
349
|
* Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
|
|
350
350
|
*
|
|
351
|
-
* @see {@link MatterSpecification.
|
|
351
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
|
|
352
352
|
*/
|
|
353
353
|
nominalEnergy: (0, import_TlvObject.TlvOptionalField)(12, import_TlvNumber.TlvInt64),
|
|
354
354
|
/**
|
|
@@ -371,7 +371,7 @@ var DeviceEnergyManagement;
|
|
|
371
371
|
* If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
|
|
372
372
|
* omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
|
|
373
373
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
374
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
|
|
375
375
|
*/
|
|
376
376
|
costs: (0, import_TlvObject.TlvOptionalField)(13, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvCost, { maxLength: 5 })),
|
|
377
377
|
/**
|
|
@@ -381,7 +381,7 @@ var DeviceEnergyManagement;
|
|
|
381
381
|
* the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
|
|
382
382
|
* indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
|
|
385
385
|
*/
|
|
386
386
|
minPowerAdjustment: (0, import_TlvObject.TlvOptionalField)(14, import_TlvNumber.TlvInt64),
|
|
387
387
|
/**
|
|
@@ -391,7 +391,7 @@ var DeviceEnergyManagement;
|
|
|
391
391
|
* the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
|
|
392
392
|
* indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
|
|
393
393
|
*
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
|
|
395
395
|
*/
|
|
396
396
|
maxPowerAdjustment: (0, import_TlvObject.TlvOptionalField)(15, import_TlvNumber.TlvInt64),
|
|
397
397
|
/**
|
|
@@ -403,7 +403,7 @@ var DeviceEnergyManagement;
|
|
|
403
403
|
*
|
|
404
404
|
* For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
|
|
407
407
|
*/
|
|
408
408
|
minDurationAdjustment: (0, import_TlvObject.TlvOptionalField)(16, import_TlvNumber.TlvUInt32),
|
|
409
409
|
/**
|
|
@@ -415,7 +415,7 @@ var DeviceEnergyManagement;
|
|
|
415
415
|
* which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
|
|
416
416
|
* MaxPowerAdjustment power level).
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
|
|
419
419
|
*/
|
|
420
420
|
maxDurationAdjustment: (0, import_TlvObject.TlvOptionalField)(17, import_TlvNumber.TlvUInt32)
|
|
421
421
|
});
|
|
@@ -436,33 +436,33 @@ var DeviceEnergyManagement;
|
|
|
436
436
|
*
|
|
437
437
|
* The value of ForecastID is allowed to wrap.
|
|
438
438
|
*
|
|
439
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
|
|
440
440
|
*/
|
|
441
441
|
forecastId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
442
442
|
/**
|
|
443
443
|
* This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
|
|
444
444
|
* null value indicates that the sequence has not yet started.
|
|
445
445
|
*
|
|
446
|
-
* @see {@link MatterSpecification.
|
|
446
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
|
|
447
447
|
*/
|
|
448
448
|
activeSlotNumber: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
449
449
|
/**
|
|
450
450
|
* This field shall indicate the planned start time, in UTC, for the entire Forecast.
|
|
451
451
|
*
|
|
452
|
-
* @see {@link MatterSpecification.
|
|
452
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
|
|
453
453
|
*/
|
|
454
454
|
startTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
455
455
|
/**
|
|
456
456
|
* This field shall indicate the planned end time, in UTC, for the entire Forecast.
|
|
457
457
|
*
|
|
458
|
-
* @see {@link MatterSpecification.
|
|
458
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
|
|
459
459
|
*/
|
|
460
460
|
endTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvEpochS),
|
|
461
461
|
/**
|
|
462
462
|
* This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
|
|
463
463
|
* value indicates that it can be started immediately.
|
|
464
464
|
*
|
|
465
|
-
* @see {@link MatterSpecification.
|
|
465
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
|
|
466
466
|
*/
|
|
467
467
|
earliestStartTime: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
468
468
|
/**
|
|
@@ -471,7 +471,7 @@ var DeviceEnergyManagement;
|
|
|
471
471
|
* e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
|
|
472
472
|
* charging session must end.
|
|
473
473
|
*
|
|
474
|
-
* @see {@link MatterSpecification.
|
|
474
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
|
|
475
475
|
*/
|
|
476
476
|
latestEndTime: (0, import_TlvObject.TlvOptionalField)(5, import_TlvNumber.TlvEpochS),
|
|
477
477
|
/**
|
|
@@ -479,7 +479,7 @@ var DeviceEnergyManagement;
|
|
|
479
479
|
* this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
|
|
480
480
|
* client from having to check each slot in the list.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
|
|
483
483
|
*/
|
|
484
484
|
isPausable: (0, import_TlvObject.TlvField)(6, import_TlvBoolean.TlvBoolean),
|
|
485
485
|
/**
|
|
@@ -487,13 +487,13 @@ var DeviceEnergyManagement;
|
|
|
487
487
|
*
|
|
488
488
|
* It shall contain at least 1 entry, and a maximum of 10.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
|
|
491
491
|
*/
|
|
492
492
|
slots: (0, import_TlvObject.TlvField)(7, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvSlot, { maxLength: 10 })),
|
|
493
493
|
/**
|
|
494
494
|
* This field shall contain the reason the current Forecast was generated.
|
|
495
495
|
*
|
|
496
|
-
* @see {@link MatterSpecification.
|
|
496
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
|
|
497
497
|
*/
|
|
498
498
|
forecastUpdateReason: (0, import_TlvObject.TlvField)(8, (0, import_TlvNumber.TlvEnum)())
|
|
499
499
|
});
|
|
@@ -510,13 +510,13 @@ var DeviceEnergyManagement;
|
|
|
510
510
|
* MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
|
|
511
511
|
* Forecast.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.1
|
|
514
514
|
*/
|
|
515
515
|
duration: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
516
516
|
/**
|
|
517
517
|
* This field shall indicate the cause of the request from the EMS.
|
|
518
518
|
*
|
|
519
|
-
* @see {@link MatterSpecification.
|
|
519
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.2
|
|
520
520
|
*/
|
|
521
521
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
522
522
|
});
|
|
@@ -524,7 +524,7 @@ var DeviceEnergyManagement;
|
|
|
524
524
|
/**
|
|
525
525
|
* This field shall indicate the reason why the pause ended.
|
|
526
526
|
*
|
|
527
|
-
* @see {@link MatterSpecification.
|
|
527
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4.1
|
|
528
528
|
*/
|
|
529
529
|
cause: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
530
530
|
});
|
|
@@ -539,13 +539,13 @@ var DeviceEnergyManagement;
|
|
|
539
539
|
* This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
|
|
540
540
|
* computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
|
|
541
541
|
*
|
|
542
|
-
* @see {@link MatterSpecification.
|
|
542
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.1
|
|
543
543
|
*/
|
|
544
544
|
requestedStartTime: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvEpochS),
|
|
545
545
|
/**
|
|
546
546
|
* This field shall indicate the cause of the request from the EMS.
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.2
|
|
549
549
|
*/
|
|
550
550
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
551
551
|
});
|
|
@@ -555,7 +555,7 @@ var DeviceEnergyManagement;
|
|
|
555
555
|
* be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
|
|
556
556
|
* maximum length of the Slots list constraint).
|
|
557
557
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
558
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
|
|
559
559
|
*/
|
|
560
560
|
slotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
561
561
|
/**
|
|
@@ -565,7 +565,7 @@ var DeviceEnergyManagement;
|
|
|
565
565
|
* This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
|
|
566
566
|
* this value shall be ignored by the ESA.
|
|
567
567
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
|
|
569
569
|
*/
|
|
570
570
|
nominalPower: (0, import_TlvObject.TlvOptionalField)(1, import_TlvNumber.TlvInt64),
|
|
571
571
|
/**
|
|
@@ -573,7 +573,7 @@ var DeviceEnergyManagement;
|
|
|
573
573
|
* slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
|
|
574
574
|
* advertised by the ESA.
|
|
575
575
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
|
|
577
577
|
*/
|
|
578
578
|
duration: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt32)
|
|
579
579
|
});
|
|
@@ -581,20 +581,20 @@ var DeviceEnergyManagement;
|
|
|
581
581
|
/**
|
|
582
582
|
* This field shall indicate the ForecastID that is to be modified.
|
|
583
583
|
*
|
|
584
|
-
* @see {@link MatterSpecification.
|
|
584
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.1
|
|
585
585
|
*/
|
|
586
586
|
forecastId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
587
587
|
/**
|
|
588
588
|
* This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
|
|
589
589
|
* Forecast with matching ForecastID.
|
|
590
590
|
*
|
|
591
|
-
* @see {@link MatterSpecification.
|
|
591
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.2
|
|
592
592
|
*/
|
|
593
593
|
slotAdjustments: (0, import_TlvObject.TlvField)(1, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvSlotAdjustment, { maxLength: 10 })),
|
|
594
594
|
/**
|
|
595
595
|
* This field shall indicate the cause of the request from the EMS.
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.3
|
|
598
598
|
*/
|
|
599
599
|
cause: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)())
|
|
600
600
|
});
|
|
@@ -605,13 +605,13 @@ var DeviceEnergyManagement;
|
|
|
605
605
|
*
|
|
606
606
|
* This value is in UTC and MUST be in the future.
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
|
|
609
609
|
*/
|
|
610
610
|
startTime: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvEpochS),
|
|
611
611
|
/**
|
|
612
612
|
* This field shall indicate the duration of the constraint in seconds.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
|
|
615
615
|
*/
|
|
616
616
|
duration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32.bound({ max: 86400 })),
|
|
617
617
|
/**
|
|
@@ -621,7 +621,7 @@ var DeviceEnergyManagement;
|
|
|
621
621
|
*
|
|
622
622
|
* This is a signed value and can be used to indicate charging or discharging.
|
|
623
623
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
|
|
625
625
|
*/
|
|
626
626
|
nominalPower: (0, import_TlvObject.TlvOptionalField)(2, import_TlvNumber.TlvInt64),
|
|
627
627
|
/**
|
|
@@ -630,7 +630,7 @@ var DeviceEnergyManagement;
|
|
|
630
630
|
*
|
|
631
631
|
* This is a signed value and can be used to indicate charging or discharging.
|
|
632
632
|
*
|
|
633
|
-
* @see {@link MatterSpecification.
|
|
633
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
|
|
634
634
|
*/
|
|
635
635
|
maximumEnergy: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvInt64),
|
|
636
636
|
/**
|
|
@@ -643,7 +643,7 @@ var DeviceEnergyManagement;
|
|
|
643
643
|
*
|
|
644
644
|
* Note that the mapping between values and operation is manufacturer specific.
|
|
645
645
|
*
|
|
646
|
-
* @see {@link MatterSpecification.
|
|
646
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
|
|
647
647
|
*/
|
|
648
648
|
loadControl: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvInt8)
|
|
649
649
|
});
|
|
@@ -664,13 +664,13 @@ var DeviceEnergyManagement;
|
|
|
664
664
|
*
|
|
665
665
|
* trol field as follows:
|
|
666
666
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.1
|
|
668
668
|
*/
|
|
669
669
|
constraints: (0, import_TlvObject.TlvField)(0, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvConstraints, { maxLength: 10 })),
|
|
670
670
|
/**
|
|
671
671
|
* This field shall indicate the cause of the request from the EMS.
|
|
672
672
|
*
|
|
673
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.2
|
|
674
674
|
*/
|
|
675
675
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
676
676
|
});
|
|
@@ -717,7 +717,7 @@ var DeviceEnergyManagement;
|
|
|
717
717
|
*
|
|
718
718
|
* • When it changes from null to any other value and vice versa.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.6
|
|
721
721
|
*/
|
|
722
722
|
powerAdjustmentCapability: (0, import_Cluster.Attribute)(5, (0, import_TlvNullable.TlvNullable)(DeviceEnergyManagement2.TlvPowerAdjustCapability), { default: null })
|
|
723
723
|
},
|
|
@@ -725,13 +725,13 @@ var DeviceEnergyManagement;
|
|
|
725
725
|
/**
|
|
726
726
|
* Allows a client to request an adjustment in the power consumption of an ESA for a specified duration.
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1
|
|
729
729
|
*/
|
|
730
730
|
powerAdjustRequest: (0, import_Cluster.Command)(0, DeviceEnergyManagement2.TlvPowerAdjustRequest, 0, import_Cluster.TlvNoResponse),
|
|
731
731
|
/**
|
|
732
732
|
* Allows a client to cancel an ongoing PowerAdjustmentRequest operation.
|
|
733
733
|
*
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.2
|
|
735
735
|
*/
|
|
736
736
|
cancelPowerAdjustRequest: (0, import_Cluster.Command)(1, import_TlvNoArguments.TlvNoArguments, 1, import_Cluster.TlvNoResponse)
|
|
737
737
|
},
|
|
@@ -739,13 +739,13 @@ var DeviceEnergyManagement;
|
|
|
739
739
|
/**
|
|
740
740
|
* This event shall be generated when the Power Adjustment session is started.
|
|
741
741
|
*
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
742
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.1
|
|
743
743
|
*/
|
|
744
744
|
powerAdjustStart: (0, import_Cluster.Event)(0, import_Cluster.EventPriority.Info, import_TlvNoArguments.TlvNoArguments),
|
|
745
745
|
/**
|
|
746
746
|
* This event shall be generated when the Power Adjustment session ends.
|
|
747
747
|
*
|
|
748
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2
|
|
749
749
|
*/
|
|
750
750
|
powerAdjustEnd: (0, import_Cluster.Event)(1, import_Cluster.EventPriority.Info, DeviceEnergyManagement2.TlvPowerAdjustEndEvent)
|
|
751
751
|
}
|
|
@@ -773,7 +773,7 @@ var DeviceEnergyManagement;
|
|
|
773
773
|
* • As a result of a change in the opt-out status which in turn may cause the ESA to recalculate its
|
|
774
774
|
* forecast.
|
|
775
775
|
*
|
|
776
|
-
* @see {@link MatterSpecification.
|
|
776
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.7
|
|
777
777
|
*/
|
|
778
778
|
forecast: (0, import_Cluster.Attribute)(6, (0, import_TlvNullable.TlvNullable)(DeviceEnergyManagement2.TlvForecast), { default: null })
|
|
779
779
|
}
|
|
@@ -812,7 +812,7 @@ var DeviceEnergyManagement;
|
|
|
812
812
|
* If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
|
|
813
813
|
* optimize its own energy usage, for example, using tariff information it may obtain.
|
|
814
814
|
*
|
|
815
|
-
* @see {@link MatterSpecification.
|
|
815
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
|
|
816
816
|
*/
|
|
817
817
|
optOutState: (0, import_Cluster.Attribute)(7, (0, import_TlvNumber.TlvEnum)(), { default: 0 /* NoOptOut */ })
|
|
818
818
|
}
|
|
@@ -822,13 +822,13 @@ var DeviceEnergyManagement;
|
|
|
822
822
|
/**
|
|
823
823
|
* Allows a client to temporarily pause an operation and reduce the ESAs energy demand.
|
|
824
824
|
*
|
|
825
|
-
* @see {@link MatterSpecification.
|
|
825
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4
|
|
826
826
|
*/
|
|
827
827
|
pauseRequest: (0, import_Cluster.Command)(3, DeviceEnergyManagement2.TlvPauseRequest, 3, import_Cluster.TlvNoResponse),
|
|
828
828
|
/**
|
|
829
829
|
* Allows a client to cancel the PauseRequest command and enable earlier resumption of operation.
|
|
830
830
|
*
|
|
831
|
-
* @see {@link MatterSpecification.
|
|
831
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.5
|
|
832
832
|
*/
|
|
833
833
|
resumeRequest: (0, import_Cluster.Command)(4, import_TlvNoArguments.TlvNoArguments, 4, import_Cluster.TlvNoResponse)
|
|
834
834
|
},
|
|
@@ -836,13 +836,13 @@ var DeviceEnergyManagement;
|
|
|
836
836
|
/**
|
|
837
837
|
* This event shall be generated when the ESA enters the Paused state. There is no data for this event.
|
|
838
838
|
*
|
|
839
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.3
|
|
840
840
|
*/
|
|
841
841
|
paused: (0, import_Cluster.Event)(2, import_Cluster.EventPriority.Info, import_TlvNoArguments.TlvNoArguments),
|
|
842
842
|
/**
|
|
843
843
|
* This event shall be generated when the ESA leaves the Paused state and resumes operation.
|
|
844
844
|
*
|
|
845
|
-
* @see {@link MatterSpecification.
|
|
845
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4
|
|
846
846
|
*/
|
|
847
847
|
resumed: (0, import_Cluster.Event)(3, import_Cluster.EventPriority.Info, DeviceEnergyManagement2.TlvResumedEvent)
|
|
848
848
|
}
|
|
@@ -853,7 +853,7 @@ var DeviceEnergyManagement;
|
|
|
853
853
|
* Allows a client to adjust the start time of a Forecast sequence that has not yet started operation (i.e.
|
|
854
854
|
* where the current Forecast StartTime is in the future).
|
|
855
855
|
*
|
|
856
|
-
* @see {@link MatterSpecification.
|
|
856
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3
|
|
857
857
|
*/
|
|
858
858
|
startTimeAdjustRequest: (0, import_Cluster.Command)(2, DeviceEnergyManagement2.TlvStartTimeAdjustRequest, 2, import_Cluster.TlvNoResponse)
|
|
859
859
|
}
|
|
@@ -863,7 +863,7 @@ var DeviceEnergyManagement;
|
|
|
863
863
|
/**
|
|
864
864
|
* Allows a client to modify a Forecast within the limits allowed by the ESA.
|
|
865
865
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6
|
|
867
867
|
*/
|
|
868
868
|
modifyForecastRequest: (0, import_Cluster.Command)(5, DeviceEnergyManagement2.TlvModifyForecastRequest, 5, import_Cluster.TlvNoResponse)
|
|
869
869
|
}
|
|
@@ -873,7 +873,7 @@ var DeviceEnergyManagement;
|
|
|
873
873
|
/**
|
|
874
874
|
* Allows a client to ask the ESA to recompute its Forecast based on power and time constraints.
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7
|
|
877
877
|
*/
|
|
878
878
|
requestConstraintBasedForecast: (0, import_Cluster.Command)(6, DeviceEnergyManagement2.TlvRequestConstraintBasedForecastRequest, 6, import_Cluster.TlvNoResponse)
|
|
879
879
|
}
|
|
@@ -884,7 +884,7 @@ var DeviceEnergyManagement;
|
|
|
884
884
|
* Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
|
|
885
885
|
* ModifyForecastRequest or RequestConstraintBasedForecast command.
|
|
886
886
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
|
|
888
888
|
*/
|
|
889
889
|
cancelRequest: (0, import_Cluster.Command)(7, import_TlvNoArguments.TlvNoArguments, 7, import_Cluster.TlvNoResponse)
|
|
890
890
|
}
|
|
@@ -912,7 +912,7 @@ var DeviceEnergyManagement;
|
|
|
912
912
|
* control the discharging (and re-charging) of the vehicle if the EVSE and vehicle support the V2X feature
|
|
913
913
|
* of the EVSE cluster of the associated EVSE device.
|
|
914
914
|
*
|
|
915
|
-
* @see {@link MatterSpecification.
|
|
915
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.1
|
|
916
916
|
*/
|
|
917
917
|
powerAdjustment: (0, import_BitmapSchema.BitFlag)(0),
|
|
918
918
|
/**
|
|
@@ -956,7 +956,7 @@ var DeviceEnergyManagement;
|
|
|
956
956
|
*
|
|
957
957
|
* The ESA indicates its power adjustment range and its nominal power consumption as part of its Forecast.
|
|
958
958
|
*
|
|
959
|
-
* @see {@link MatterSpecification.
|
|
959
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.2
|
|
960
960
|
*/
|
|
961
961
|
powerForecastReporting: (0, import_BitmapSchema.BitFlag)(1),
|
|
962
962
|
/**
|
|
@@ -975,7 +975,7 @@ var DeviceEnergyManagement;
|
|
|
975
975
|
* Once the EMS has built a model of the state vs observed power consumption, it may request a forecast
|
|
976
976
|
* adjustment for particular times of the day, encouraging the ESA to use power at alternative times.
|
|
977
977
|
*
|
|
978
|
-
* @see {@link MatterSpecification.
|
|
978
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.3
|
|
979
979
|
*/
|
|
980
980
|
stateForecastReporting: (0, import_BitmapSchema.BitFlag)(2),
|
|
981
981
|
/**
|
|
@@ -1000,7 +1000,7 @@ var DeviceEnergyManagement;
|
|
|
1000
1000
|
* It does this by sending a StartTimeAdjustRequest to the washing machine to request delaying the start of
|
|
1001
1001
|
* the washing cycle.
|
|
1002
1002
|
*
|
|
1003
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.4
|
|
1004
1004
|
*/
|
|
1005
1005
|
startTimeAdjustment: (0, import_BitmapSchema.BitFlag)(3),
|
|
1006
1006
|
/**
|
|
@@ -1025,7 +1025,7 @@ var DeviceEnergyManagement;
|
|
|
1025
1025
|
* It does this by sending a PauseRequest to the washing machine to request pausing the current step of the
|
|
1026
1026
|
* forecast power usage for a period to allow other home loads to finish before resuming the washing cycle.
|
|
1027
1027
|
*
|
|
1028
|
-
* @see {@link MatterSpecification.
|
|
1028
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.5
|
|
1029
1029
|
*/
|
|
1030
1030
|
pausable: (0, import_BitmapSchema.BitFlag)(4),
|
|
1031
1031
|
/**
|
|
@@ -1056,7 +1056,7 @@ var DeviceEnergyManagement;
|
|
|
1056
1056
|
* at a lower power consumption (within the solar excess power) which requires the heat pump to run for a
|
|
1057
1057
|
* longer duration to achieve its required energy demand.
|
|
1058
1058
|
*
|
|
1059
|
-
* @see {@link MatterSpecification.
|
|
1059
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.6
|
|
1060
1060
|
*/
|
|
1061
1061
|
forecastAdjustment: (0, import_BitmapSchema.BitFlag)(5),
|
|
1062
1062
|
/**
|
|
@@ -1084,7 +1084,7 @@ var DeviceEnergyManagement;
|
|
|
1084
1084
|
* NominalPower consumption during the constraint period, which may require it to decrease its charge rate
|
|
1085
1085
|
* outside the constraint period to achieve its required energy demand.
|
|
1086
1086
|
*
|
|
1087
|
-
* @see {@link MatterSpecification.
|
|
1087
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.4.7
|
|
1088
1088
|
*/
|
|
1089
1089
|
constraintBasedAdjustment: (0, import_BitmapSchema.BitFlag)(6)
|
|
1090
1090
|
},
|
|
@@ -1103,7 +1103,7 @@ var DeviceEnergyManagement;
|
|
|
1103
1103
|
* typical best use of energy. For example, an EVSE may not always have an EV plugged in, so knowing the
|
|
1104
1104
|
* type of ESA that is being controlled can allow advanced energy management strategies.
|
|
1105
1105
|
*
|
|
1106
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.1
|
|
1107
1107
|
*/
|
|
1108
1108
|
esaType: (0, import_Cluster.FixedAttribute)(0, (0, import_TlvNumber.TlvEnum)(), { default: 255 /* Other */ }),
|
|
1109
1109
|
/**
|
|
@@ -1125,7 +1125,7 @@ var DeviceEnergyManagement;
|
|
|
1125
1125
|
*
|
|
1126
1126
|
* Example:
|
|
1127
1127
|
*
|
|
1128
|
-
* @see {@link MatterSpecification.
|
|
1128
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.2
|
|
1129
1129
|
*/
|
|
1130
1130
|
esaCanGenerate: (0, import_Cluster.FixedAttribute)(1, import_TlvBoolean.TlvBoolean, { default: false }),
|
|
1131
1131
|
/**
|
|
@@ -1139,7 +1139,7 @@ var DeviceEnergyManagement;
|
|
|
1139
1139
|
* for example to avoid the EMS accidentally starting or stopping the appliance when it is being serviced or
|
|
1140
1140
|
* tested.
|
|
1141
1141
|
*
|
|
1142
|
-
* @see {@link MatterSpecification.
|
|
1142
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.3
|
|
1143
1143
|
*/
|
|
1144
1144
|
esaState: (0, import_Cluster.Attribute)(2, (0, import_TlvNumber.TlvEnum)(), { default: 0 /* Offline */ }),
|
|
1145
1145
|
/**
|
|
@@ -1152,7 +1152,7 @@ var DeviceEnergyManagement;
|
|
|
1152
1152
|
* in the home, the AbsMinPower will be a negative number representing the maximum power that the ESA can
|
|
1153
1153
|
* discharge its internal battery.
|
|
1154
1154
|
*
|
|
1155
|
-
* @see {@link MatterSpecification.
|
|
1155
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.4
|
|
1156
1156
|
*/
|
|
1157
1157
|
absMinPower: (0, import_Cluster.Attribute)(3, import_TlvNumber.TlvInt64, { default: 0 }),
|
|
1158
1158
|
/**
|
|
@@ -1165,7 +1165,7 @@ var DeviceEnergyManagement;
|
|
|
1165
1165
|
* For example, a battery storage inverter that can charge its battery at a maximum power of 2000W and can
|
|
1166
1166
|
* discharge the battery at a maximum power of 3000W, would have a AbsMinPower: -3000, AbsMaxPower: 2000W.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.2.8.5
|
|
1169
1169
|
*/
|
|
1170
1170
|
absMaxPower: (0, import_Cluster.Attribute)(4, import_TlvNumber.TlvInt64, { default: 0 })
|
|
1171
1171
|
},
|