@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
|
@@ -57,7 +57,7 @@ var DeviceEnergyManagement;
|
|
|
57
57
|
* Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
|
|
58
58
|
* battery).
|
|
59
59
|
*
|
|
60
|
-
* @see {@link MatterSpecification.
|
|
60
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.10.1
|
|
61
61
|
*/
|
|
62
62
|
minPower: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt64),
|
|
63
63
|
/**
|
|
@@ -76,7 +76,7 @@ var DeviceEnergyManagement;
|
|
|
76
76
|
* In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
|
|
77
77
|
* power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
|
|
78
78
|
*
|
|
79
|
-
* @see {@link MatterSpecification.
|
|
79
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.10.2
|
|
80
80
|
*/
|
|
81
81
|
maxPower: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt64),
|
|
82
82
|
/**
|
|
@@ -84,7 +84,7 @@ var DeviceEnergyManagement;
|
|
|
84
84
|
* adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
|
|
85
85
|
* making power adjustments.
|
|
86
86
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
87
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.10.3
|
|
88
88
|
*/
|
|
89
89
|
minDuration: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt32),
|
|
90
90
|
/**
|
|
@@ -92,7 +92,7 @@ var DeviceEnergyManagement;
|
|
|
92
92
|
* adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
|
|
93
93
|
* ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.10.4
|
|
96
96
|
*/
|
|
97
97
|
maxDuration: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt32)
|
|
98
98
|
});
|
|
@@ -119,7 +119,7 @@ var DeviceEnergyManagement;
|
|
|
119
119
|
*
|
|
120
120
|
* In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
|
|
121
121
|
*
|
|
122
|
-
* @see {@link MatterSpecification.
|
|
122
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.12
|
|
123
123
|
*/
|
|
124
124
|
powerAdjustCapability: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvPowerAdjust, { maxLength: 8 }))),
|
|
125
125
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
@@ -136,7 +136,7 @@ var DeviceEnergyManagement;
|
|
|
136
136
|
* This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
|
|
137
137
|
* PowerAdjustmentCapability attribute.
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.1.1
|
|
140
140
|
*/
|
|
141
141
|
power: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt64),
|
|
142
142
|
/**
|
|
@@ -145,13 +145,13 @@ var DeviceEnergyManagement;
|
|
|
145
145
|
* This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
|
|
146
146
|
* PowerAdjustmentCapability attribute.
|
|
147
147
|
*
|
|
148
|
-
* @see {@link MatterSpecification.
|
|
148
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.1.2
|
|
149
149
|
*/
|
|
150
150
|
duration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32),
|
|
151
151
|
/**
|
|
152
152
|
* This field shall indicate the cause of the request from the EMS.
|
|
153
153
|
*
|
|
154
|
-
* @see {@link MatterSpecification.
|
|
154
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.1.3
|
|
155
155
|
*/
|
|
156
156
|
cause: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)())
|
|
157
157
|
});
|
|
@@ -167,13 +167,13 @@ var DeviceEnergyManagement;
|
|
|
167
167
|
/**
|
|
168
168
|
* This field shall indicate the reason why the power adjustment session ended.
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.10.2.1
|
|
171
171
|
*/
|
|
172
172
|
cause: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
173
173
|
/**
|
|
174
174
|
* This field shall indicate the number of seconds that the power adjustment session lasted before ending.
|
|
175
175
|
*
|
|
176
|
-
* @see {@link MatterSpecification.
|
|
176
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.10.2.2
|
|
177
177
|
*/
|
|
178
178
|
duration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32),
|
|
179
179
|
/**
|
|
@@ -183,7 +183,7 @@ var DeviceEnergyManagement;
|
|
|
183
183
|
* battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
|
|
184
184
|
* normal load that was turned on, then it will have positive value.
|
|
185
185
|
*
|
|
186
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.10.2.3
|
|
187
187
|
*/
|
|
188
188
|
energyUse: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvInt64)
|
|
189
189
|
});
|
|
@@ -198,7 +198,7 @@ var DeviceEnergyManagement;
|
|
|
198
198
|
/**
|
|
199
199
|
* This field shall indicate the type of cost being represented (see CostTypeEnum).
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.9.1
|
|
202
202
|
*/
|
|
203
203
|
costType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
204
204
|
/**
|
|
@@ -207,14 +207,14 @@ var DeviceEnergyManagement;
|
|
|
207
207
|
*
|
|
208
208
|
* For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.9.2
|
|
211
211
|
*/
|
|
212
212
|
value: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt32),
|
|
213
213
|
/**
|
|
214
214
|
* This field shall indicate the number of digits to the right of the decimal point in the Value field. For
|
|
215
215
|
* example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
|
|
216
216
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.9.3
|
|
218
218
|
*/
|
|
219
219
|
decimalPoints: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt8),
|
|
220
220
|
/**
|
|
@@ -223,7 +223,7 @@ var DeviceEnergyManagement;
|
|
|
223
223
|
*
|
|
224
224
|
* This is an optional field. It shall be included if CostType is Financial.
|
|
225
225
|
*
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.9.4
|
|
227
227
|
*/
|
|
228
228
|
currency: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvUInt16.bound({ max: 999 }))
|
|
229
229
|
});
|
|
@@ -231,19 +231,19 @@ var DeviceEnergyManagement;
|
|
|
231
231
|
/**
|
|
232
232
|
* This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
|
|
233
233
|
*
|
|
234
|
-
* @see {@link MatterSpecification.
|
|
234
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.1
|
|
235
235
|
*/
|
|
236
236
|
minDuration: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
237
237
|
/**
|
|
238
238
|
* This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
|
|
239
239
|
*
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
240
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.2
|
|
241
241
|
*/
|
|
242
242
|
maxDuration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32),
|
|
243
243
|
/**
|
|
244
244
|
* This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.3
|
|
247
247
|
*/
|
|
248
248
|
defaultDuration: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt32),
|
|
249
249
|
/**
|
|
@@ -256,7 +256,7 @@ var DeviceEnergyManagement;
|
|
|
256
256
|
*
|
|
257
257
|
* When the Forecast attribute is read, then this value shall be the most recent value.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.4
|
|
260
260
|
*/
|
|
261
261
|
elapsedSlotTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt32),
|
|
262
262
|
/**
|
|
@@ -272,13 +272,13 @@ var DeviceEnergyManagement;
|
|
|
272
272
|
*
|
|
273
273
|
* When the Forecast attribute is read, then this value shall be the most recent value.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.5
|
|
276
276
|
*/
|
|
277
277
|
remainingSlotTime: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt32),
|
|
278
278
|
/**
|
|
279
279
|
* This field shall indicate whether this slot can be paused.
|
|
280
280
|
*
|
|
281
|
-
* @see {@link MatterSpecification.
|
|
281
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.6
|
|
282
282
|
*/
|
|
283
283
|
slotIsPausable: (0, import_TlvObject.TlvOptionalField)(5, import_TlvBoolean.TlvBoolean),
|
|
284
284
|
/**
|
|
@@ -286,13 +286,13 @@ var DeviceEnergyManagement;
|
|
|
286
286
|
* controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
|
|
287
287
|
* damage or cause excess energy to be consumed with restarting of an operation.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.7
|
|
290
290
|
*/
|
|
291
291
|
minPauseDuration: (0, import_TlvObject.TlvOptionalField)(6, import_TlvNumber.TlvUInt32),
|
|
292
292
|
/**
|
|
293
293
|
* This field shall indicate the longest period that the slot can be paused for.
|
|
294
294
|
*
|
|
295
|
-
* @see {@link MatterSpecification.
|
|
295
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.8
|
|
296
296
|
*/
|
|
297
297
|
maxPauseDuration: (0, import_TlvObject.TlvOptionalField)(7, import_TlvNumber.TlvUInt32),
|
|
298
298
|
/**
|
|
@@ -315,7 +315,7 @@ var DeviceEnergyManagement;
|
|
|
315
315
|
* along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
|
|
316
316
|
* its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.9
|
|
319
319
|
*/
|
|
320
320
|
manufacturerEsaState: (0, import_TlvObject.TlvOptionalField)(8, import_TlvNumber.TlvUInt16),
|
|
321
321
|
/**
|
|
@@ -323,7 +323,7 @@ var DeviceEnergyManagement;
|
|
|
323
323
|
* considered the average value over the slot, and some variation from this would be expected (for example, as
|
|
324
324
|
* it is ramping up).
|
|
325
325
|
*
|
|
326
|
-
* @see {@link MatterSpecification.
|
|
326
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.10
|
|
327
327
|
*/
|
|
328
328
|
nominalPower: (0, import_TlvObject.TlvOptionalField)(9, import_TlvNumber.TlvInt64),
|
|
329
329
|
/**
|
|
@@ -332,7 +332,7 @@ var DeviceEnergyManagement;
|
|
|
332
332
|
*
|
|
333
333
|
* Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.11
|
|
336
336
|
*/
|
|
337
337
|
minPower: (0, import_TlvObject.TlvOptionalField)(10, import_TlvNumber.TlvInt64),
|
|
338
338
|
/**
|
|
@@ -341,7 +341,7 @@ var DeviceEnergyManagement;
|
|
|
341
341
|
*
|
|
342
342
|
* Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
|
|
343
343
|
*
|
|
344
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.12
|
|
345
345
|
*/
|
|
346
346
|
maxPower: (0, import_TlvObject.TlvOptionalField)(11, import_TlvNumber.TlvInt64),
|
|
347
347
|
/**
|
|
@@ -349,7 +349,7 @@ var DeviceEnergyManagement;
|
|
|
349
349
|
*
|
|
350
350
|
* Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
|
|
351
351
|
*
|
|
352
|
-
* @see {@link MatterSpecification.
|
|
352
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.13
|
|
353
353
|
*/
|
|
354
354
|
nominalEnergy: (0, import_TlvObject.TlvOptionalField)(12, import_TlvNumber.TlvInt64),
|
|
355
355
|
/**
|
|
@@ -372,7 +372,7 @@ var DeviceEnergyManagement;
|
|
|
372
372
|
* If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
|
|
373
373
|
* omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
|
|
374
374
|
*
|
|
375
|
-
* @see {@link MatterSpecification.
|
|
375
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.14
|
|
376
376
|
*/
|
|
377
377
|
costs: (0, import_TlvObject.TlvOptionalField)(13, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvCost, { maxLength: 5 })),
|
|
378
378
|
/**
|
|
@@ -382,7 +382,7 @@ var DeviceEnergyManagement;
|
|
|
382
382
|
* the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
|
|
383
383
|
* indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
|
|
384
384
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
385
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.15
|
|
386
386
|
*/
|
|
387
387
|
minPowerAdjustment: (0, import_TlvObject.TlvOptionalField)(14, import_TlvNumber.TlvInt64),
|
|
388
388
|
/**
|
|
@@ -392,7 +392,7 @@ var DeviceEnergyManagement;
|
|
|
392
392
|
* the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
|
|
393
393
|
* indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
|
|
394
394
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
395
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.16
|
|
396
396
|
*/
|
|
397
397
|
maxPowerAdjustment: (0, import_TlvObject.TlvOptionalField)(15, import_TlvNumber.TlvInt64),
|
|
398
398
|
/**
|
|
@@ -404,7 +404,7 @@ var DeviceEnergyManagement;
|
|
|
404
404
|
*
|
|
405
405
|
* For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.17
|
|
408
408
|
*/
|
|
409
409
|
minDurationAdjustment: (0, import_TlvObject.TlvOptionalField)(16, import_TlvNumber.TlvUInt32),
|
|
410
410
|
/**
|
|
@@ -416,7 +416,7 @@ var DeviceEnergyManagement;
|
|
|
416
416
|
* which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
|
|
417
417
|
* MaxPowerAdjustment power level).
|
|
418
418
|
*
|
|
419
|
-
* @see {@link MatterSpecification.
|
|
419
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.14.18
|
|
420
420
|
*/
|
|
421
421
|
maxDurationAdjustment: (0, import_TlvObject.TlvOptionalField)(17, import_TlvNumber.TlvUInt32)
|
|
422
422
|
});
|
|
@@ -437,33 +437,33 @@ var DeviceEnergyManagement;
|
|
|
437
437
|
*
|
|
438
438
|
* The value of ForecastID is allowed to wrap.
|
|
439
439
|
*
|
|
440
|
-
* @see {@link MatterSpecification.
|
|
440
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.1
|
|
441
441
|
*/
|
|
442
442
|
forecastId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
443
443
|
/**
|
|
444
444
|
* This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
|
|
445
445
|
* null value indicates that the sequence has not yet started.
|
|
446
446
|
*
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.2
|
|
448
448
|
*/
|
|
449
449
|
activeSlotNumber: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
450
450
|
/**
|
|
451
451
|
* This field shall indicate the planned start time, in UTC, for the entire Forecast.
|
|
452
452
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
453
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.3
|
|
454
454
|
*/
|
|
455
455
|
startTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
456
456
|
/**
|
|
457
457
|
* This field shall indicate the planned end time, in UTC, for the entire Forecast.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.4
|
|
460
460
|
*/
|
|
461
461
|
endTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvEpochS),
|
|
462
462
|
/**
|
|
463
463
|
* This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
|
|
464
464
|
* value indicates that it can be started immediately.
|
|
465
465
|
*
|
|
466
|
-
* @see {@link MatterSpecification.
|
|
466
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.5
|
|
467
467
|
*/
|
|
468
468
|
earliestStartTime: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
469
469
|
/**
|
|
@@ -472,7 +472,7 @@ var DeviceEnergyManagement;
|
|
|
472
472
|
* e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
|
|
473
473
|
* charging session must end.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.6
|
|
476
476
|
*/
|
|
477
477
|
latestEndTime: (0, import_TlvObject.TlvOptionalField)(5, import_TlvNumber.TlvEpochS),
|
|
478
478
|
/**
|
|
@@ -480,7 +480,7 @@ var DeviceEnergyManagement;
|
|
|
480
480
|
* this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
|
|
481
481
|
* client from having to check each slot in the list.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.7
|
|
484
484
|
*/
|
|
485
485
|
isPausable: (0, import_TlvObject.TlvField)(6, import_TlvBoolean.TlvBoolean),
|
|
486
486
|
/**
|
|
@@ -488,13 +488,13 @@ var DeviceEnergyManagement;
|
|
|
488
488
|
*
|
|
489
489
|
* It shall contain at least 1 entry, and a maximum of 10.
|
|
490
490
|
*
|
|
491
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.8
|
|
492
492
|
*/
|
|
493
493
|
slots: (0, import_TlvObject.TlvField)(7, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvSlot, { maxLength: 10 })),
|
|
494
494
|
/**
|
|
495
495
|
* This field shall contain the reason the current Forecast was generated.
|
|
496
496
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.13.9
|
|
498
498
|
*/
|
|
499
499
|
forecastUpdateReason: (0, import_TlvObject.TlvField)(8, (0, import_TlvNumber.TlvEnum)())
|
|
500
500
|
});
|
|
@@ -511,13 +511,13 @@ var DeviceEnergyManagement;
|
|
|
511
511
|
* MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
|
|
512
512
|
* Forecast.
|
|
513
513
|
*
|
|
514
|
-
* @see {@link MatterSpecification.
|
|
514
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.4.1
|
|
515
515
|
*/
|
|
516
516
|
duration: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
517
517
|
/**
|
|
518
518
|
* This field shall indicate the cause of the request from the EMS.
|
|
519
519
|
*
|
|
520
|
-
* @see {@link MatterSpecification.
|
|
520
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.4.2
|
|
521
521
|
*/
|
|
522
522
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
523
523
|
});
|
|
@@ -525,7 +525,7 @@ var DeviceEnergyManagement;
|
|
|
525
525
|
/**
|
|
526
526
|
* This field shall indicate the reason why the pause ended.
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.10.4.1
|
|
529
529
|
*/
|
|
530
530
|
cause: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
531
531
|
});
|
|
@@ -540,13 +540,13 @@ var DeviceEnergyManagement;
|
|
|
540
540
|
* This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
|
|
541
541
|
* computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.3.1
|
|
544
544
|
*/
|
|
545
545
|
requestedStartTime: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvEpochS),
|
|
546
546
|
/**
|
|
547
547
|
* This field shall indicate the cause of the request from the EMS.
|
|
548
548
|
*
|
|
549
|
-
* @see {@link MatterSpecification.
|
|
549
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.3.2
|
|
550
550
|
*/
|
|
551
551
|
cause: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
552
552
|
});
|
|
@@ -556,7 +556,7 @@ var DeviceEnergyManagement;
|
|
|
556
556
|
* be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
|
|
557
557
|
* maximum length of the Slots list constraint).
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.15.1
|
|
560
560
|
*/
|
|
561
561
|
slotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
562
562
|
/**
|
|
@@ -566,7 +566,7 @@ var DeviceEnergyManagement;
|
|
|
566
566
|
* This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
|
|
567
567
|
* this value shall be ignored by the ESA.
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.15.2
|
|
570
570
|
*/
|
|
571
571
|
nominalPower: (0, import_TlvObject.TlvOptionalField)(1, import_TlvNumber.TlvInt64),
|
|
572
572
|
/**
|
|
@@ -574,7 +574,7 @@ var DeviceEnergyManagement;
|
|
|
574
574
|
* slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
|
|
575
575
|
* advertised by the ESA.
|
|
576
576
|
*
|
|
577
|
-
* @see {@link MatterSpecification.
|
|
577
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.15.3
|
|
578
578
|
*/
|
|
579
579
|
duration: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt32)
|
|
580
580
|
});
|
|
@@ -582,20 +582,20 @@ var DeviceEnergyManagement;
|
|
|
582
582
|
/**
|
|
583
583
|
* This field shall indicate the ForecastID that is to be modified.
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.6.1
|
|
586
586
|
*/
|
|
587
587
|
forecastId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt32),
|
|
588
588
|
/**
|
|
589
589
|
* This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
|
|
590
590
|
* Forecast with matching ForecastID.
|
|
591
591
|
*
|
|
592
|
-
* @see {@link MatterSpecification.
|
|
592
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.6.2
|
|
593
593
|
*/
|
|
594
594
|
slotAdjustments: (0, import_TlvObject.TlvField)(1, (0, import_TlvArray.TlvArray)(DeviceEnergyManagement2.TlvSlotAdjustment, { maxLength: 10 })),
|
|
595
595
|
/**
|
|
596
596
|
* This field shall indicate the cause of the request from the EMS.
|
|
597
597
|
*
|
|
598
|
-
* @see {@link MatterSpecification.
|
|
598
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.6.3
|
|
599
599
|
*/
|
|
600
600
|
cause: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)())
|
|
601
601
|
});
|
|
@@ -606,13 +606,13 @@ var DeviceEnergyManagement;
|
|
|
606
606
|
*
|
|
607
607
|
* This value is in UTC and MUST be in the future.
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.16.1
|
|
610
610
|
*/
|
|
611
611
|
startTime: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvEpochS),
|
|
612
612
|
/**
|
|
613
613
|
* This field shall indicate the duration of the constraint in seconds.
|
|
614
614
|
*
|
|
615
|
-
* @see {@link MatterSpecification.
|
|
615
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.16.2
|
|
616
616
|
*/
|
|
617
617
|
duration: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt32.bound({ max: 86400 })),
|
|
618
618
|
/**
|
|
@@ -622,7 +622,7 @@ var DeviceEnergyManagement;
|
|
|
622
622
|
*
|
|
623
623
|
* This is a signed value and can be used to indicate charging or discharging.
|
|
624
624
|
*
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.16.3
|
|
626
626
|
*/
|
|
627
627
|
nominalPower: (0, import_TlvObject.TlvOptionalField)(2, import_TlvNumber.TlvInt64),
|
|
628
628
|
/**
|
|
@@ -631,7 +631,7 @@ var DeviceEnergyManagement;
|
|
|
631
631
|
*
|
|
632
632
|
* This is a signed value and can be used to indicate charging or discharging.
|
|
633
633
|
*
|
|
634
|
-
* @see {@link MatterSpecification.
|
|
634
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.16.4
|
|
635
635
|
*/
|
|
636
636
|
maximumEnergy: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvInt64),
|
|
637
637
|
/**
|
|
@@ -644,7 +644,7 @@ var DeviceEnergyManagement;
|
|
|
644
644
|
*
|
|
645
645
|
* Note that the mapping between values and operation is manufacturer specific.
|
|
646
646
|
*
|
|
647
|
-
* @see {@link MatterSpecification.
|
|
647
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.7.16.5
|
|
648
648
|
*/
|
|
649
649
|
loadControl: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvInt8)
|
|
650
650
|
});
|
|
@@ -664,13 +664,13 @@ var DeviceEnergyManagement;
|
|
|
664
664
|
* that use more energy, it could be requested to use more or less energy using the LoadCon trol field as
|
|
665
665
|
* follows:
|
|
666
666
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v142.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.v142.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.v142.Cluster} § 9.2.8.6
|
|
721
721
|
*/
|
|
722
722
|
powerAdjustmentCapability: (0, import_Cluster.Attribute)(5, (0, import_TlvNullable.TlvNullable)(DeviceEnergyManagement2.TlvPowerAdjustCapability))
|
|
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.v142.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.v142.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.v142.Cluster} § 9.2.10.1
|
|
743
743
|
*/
|
|
744
744
|
powerAdjustStart: (0, import_Cluster.Event)(0, import_Priority.Priority.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.v142.Cluster} § 9.2.10.2
|
|
749
749
|
*/
|
|
750
750
|
powerAdjustEnd: (0, import_Cluster.Event)(1, import_Priority.Priority.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.v142.Cluster} § 9.2.8.7
|
|
777
777
|
*/
|
|
778
778
|
forecast: (0, import_Cluster.Attribute)(6, (0, import_TlvNullable.TlvNullable)(DeviceEnergyManagement2.TlvForecast))
|
|
779
779
|
}
|
|
@@ -811,7 +811,7 @@ var DeviceEnergyManagement;
|
|
|
811
811
|
* If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
|
|
812
812
|
* optimize its own energy usage, for example, using tariff information it may obtain.
|
|
813
813
|
*
|
|
814
|
-
* @see {@link MatterSpecification.
|
|
814
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.8.8
|
|
815
815
|
*/
|
|
816
816
|
optOutState: (0, import_Cluster.Attribute)(7, (0, import_TlvNumber.TlvEnum)())
|
|
817
817
|
}
|
|
@@ -821,13 +821,13 @@ var DeviceEnergyManagement;
|
|
|
821
821
|
/**
|
|
822
822
|
* Allows a client to temporarily pause an operation and reduce the ESAs energy demand.
|
|
823
823
|
*
|
|
824
|
-
* @see {@link MatterSpecification.
|
|
824
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.4
|
|
825
825
|
*/
|
|
826
826
|
pauseRequest: (0, import_Cluster.Command)(3, DeviceEnergyManagement2.TlvPauseRequest, 3, import_Cluster.TlvNoResponse),
|
|
827
827
|
/**
|
|
828
828
|
* Allows a client to cancel the PauseRequest command and enable earlier resumption of operation.
|
|
829
829
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.5
|
|
831
831
|
*/
|
|
832
832
|
resumeRequest: (0, import_Cluster.Command)(4, import_TlvNoArguments.TlvNoArguments, 4, import_Cluster.TlvNoResponse)
|
|
833
833
|
},
|
|
@@ -835,13 +835,13 @@ var DeviceEnergyManagement;
|
|
|
835
835
|
/**
|
|
836
836
|
* This event shall be generated when the ESA enters the Paused state. There is no data for this event.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.10.3
|
|
839
839
|
*/
|
|
840
840
|
paused: (0, import_Cluster.Event)(2, import_Priority.Priority.Info, import_TlvNoArguments.TlvNoArguments),
|
|
841
841
|
/**
|
|
842
842
|
* This event shall be generated when the ESA leaves the Paused state and resumes operation.
|
|
843
843
|
*
|
|
844
|
-
* @see {@link MatterSpecification.
|
|
844
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.10.4
|
|
845
845
|
*/
|
|
846
846
|
resumed: (0, import_Cluster.Event)(3, import_Priority.Priority.Info, DeviceEnergyManagement2.TlvResumedEvent)
|
|
847
847
|
}
|
|
@@ -852,7 +852,7 @@ var DeviceEnergyManagement;
|
|
|
852
852
|
* Allows a client to adjust the start time of a Forecast sequence that has not yet started operation (i.e.
|
|
853
853
|
* where the current Forecast StartTime is in the future).
|
|
854
854
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
855
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.3
|
|
856
856
|
*/
|
|
857
857
|
startTimeAdjustRequest: (0, import_Cluster.Command)(2, DeviceEnergyManagement2.TlvStartTimeAdjustRequest, 2, import_Cluster.TlvNoResponse)
|
|
858
858
|
}
|
|
@@ -862,7 +862,7 @@ var DeviceEnergyManagement;
|
|
|
862
862
|
/**
|
|
863
863
|
* Allows a client to modify a Forecast within the limits allowed by the ESA.
|
|
864
864
|
*
|
|
865
|
-
* @see {@link MatterSpecification.
|
|
865
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.6
|
|
866
866
|
*/
|
|
867
867
|
modifyForecastRequest: (0, import_Cluster.Command)(5, DeviceEnergyManagement2.TlvModifyForecastRequest, 5, import_Cluster.TlvNoResponse)
|
|
868
868
|
}
|
|
@@ -872,7 +872,7 @@ var DeviceEnergyManagement;
|
|
|
872
872
|
/**
|
|
873
873
|
* Allows a client to ask the ESA to recompute its Forecast based on power and time constraints.
|
|
874
874
|
*
|
|
875
|
-
* @see {@link MatterSpecification.
|
|
875
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.7
|
|
876
876
|
*/
|
|
877
877
|
requestConstraintBasedForecast: (0, import_Cluster.Command)(6, DeviceEnergyManagement2.TlvRequestConstraintBasedForecastRequest, 6, import_Cluster.TlvNoResponse)
|
|
878
878
|
}
|
|
@@ -883,7 +883,7 @@ var DeviceEnergyManagement;
|
|
|
883
883
|
* Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
|
|
884
884
|
* ModifyForecastRequest or RequestConstraintBasedForecast command.
|
|
885
885
|
*
|
|
886
|
-
* @see {@link MatterSpecification.
|
|
886
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.9.8
|
|
887
887
|
*/
|
|
888
888
|
cancelRequest: (0, import_Cluster.Command)(7, import_TlvNoArguments.TlvNoArguments, 7, import_Cluster.TlvNoResponse)
|
|
889
889
|
}
|
|
@@ -909,7 +909,7 @@ var DeviceEnergyManagement;
|
|
|
909
909
|
* control the discharging (and re-charging) of the vehicle if the EVSE and vehicle support the V2X feature
|
|
910
910
|
* of the EVSE cluster of the associated EVSE device.
|
|
911
911
|
*
|
|
912
|
-
* @see {@link MatterSpecification.
|
|
912
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.1
|
|
913
913
|
*/
|
|
914
914
|
powerAdjustment: (0, import_BitmapSchema.BitFlag)(0),
|
|
915
915
|
/**
|
|
@@ -951,7 +951,7 @@ var DeviceEnergyManagement;
|
|
|
951
951
|
*
|
|
952
952
|
* The ESA indicates its power adjustment range and its nominal power consumption as part of its Forecast.
|
|
953
953
|
*
|
|
954
|
-
* @see {@link MatterSpecification.
|
|
954
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.2
|
|
955
955
|
*/
|
|
956
956
|
powerForecastReporting: (0, import_BitmapSchema.BitFlag)(1),
|
|
957
957
|
/**
|
|
@@ -968,7 +968,7 @@ var DeviceEnergyManagement;
|
|
|
968
968
|
* Once the EMS has built a model of the state vs observed power consumption, it may request a forecast
|
|
969
969
|
* adjustment for particular times of the day, encouraging the ESA to use power at alternative times.
|
|
970
970
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
971
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.3
|
|
972
972
|
*/
|
|
973
973
|
stateForecastReporting: (0, import_BitmapSchema.BitFlag)(2),
|
|
974
974
|
/**
|
|
@@ -991,7 +991,7 @@ var DeviceEnergyManagement;
|
|
|
991
991
|
* It does this by sending a StartTimeAdjustRequest to the washing machine to request delaying the start of
|
|
992
992
|
* the washing cycle.
|
|
993
993
|
*
|
|
994
|
-
* @see {@link MatterSpecification.
|
|
994
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.4
|
|
995
995
|
*/
|
|
996
996
|
startTimeAdjustment: (0, import_BitmapSchema.BitFlag)(3),
|
|
997
997
|
/**
|
|
@@ -1013,7 +1013,7 @@ var DeviceEnergyManagement;
|
|
|
1013
1013
|
* It does this by sending a PauseRequest to the washing machine to request pausing the current step of the
|
|
1014
1014
|
* forecast power usage for a period to allow other home loads to finish before resuming the washing cycle.
|
|
1015
1015
|
*
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1016
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.5
|
|
1017
1017
|
*/
|
|
1018
1018
|
pausable: (0, import_BitmapSchema.BitFlag)(4),
|
|
1019
1019
|
/**
|
|
@@ -1042,7 +1042,7 @@ var DeviceEnergyManagement;
|
|
|
1042
1042
|
* at a lower power consumption (within the solar excess power) which requires the heat pump to run for a
|
|
1043
1043
|
* longer duration to achieve its required energy demand.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.6
|
|
1046
1046
|
*/
|
|
1047
1047
|
forecastAdjustment: (0, import_BitmapSchema.BitFlag)(5),
|
|
1048
1048
|
/**
|
|
@@ -1067,7 +1067,7 @@ var DeviceEnergyManagement;
|
|
|
1067
1067
|
* NominalPower consumption during the constraint period, which may require it to decrease its charge rate
|
|
1068
1068
|
* outside the constraint period to achieve its required energy demand.
|
|
1069
1069
|
*
|
|
1070
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.4.7
|
|
1071
1071
|
*/
|
|
1072
1072
|
constraintBasedAdjustment: (0, import_BitmapSchema.BitFlag)(6)
|
|
1073
1073
|
},
|
|
@@ -1086,7 +1086,7 @@ var DeviceEnergyManagement;
|
|
|
1086
1086
|
* typical best use of energy. For example, an EVSE may not always have an EV plugged in, so knowing the
|
|
1087
1087
|
* type of ESA that is being controlled can allow advanced energy management strategies.
|
|
1088
1088
|
*
|
|
1089
|
-
* @see {@link MatterSpecification.
|
|
1089
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.8.1
|
|
1090
1090
|
*/
|
|
1091
1091
|
esaType: (0, import_Cluster.FixedAttribute)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1092
1092
|
/**
|
|
@@ -1108,7 +1108,7 @@ var DeviceEnergyManagement;
|
|
|
1108
1108
|
*
|
|
1109
1109
|
* Example:
|
|
1110
1110
|
*
|
|
1111
|
-
* @see {@link MatterSpecification.
|
|
1111
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.8.2
|
|
1112
1112
|
*/
|
|
1113
1113
|
esaCanGenerate: (0, import_Cluster.FixedAttribute)(1, import_TlvBoolean.TlvBoolean),
|
|
1114
1114
|
/**
|
|
@@ -1122,7 +1122,7 @@ var DeviceEnergyManagement;
|
|
|
1122
1122
|
* for example to avoid the EMS accidentally starting or stopping the appliance when it is being serviced or
|
|
1123
1123
|
* tested.
|
|
1124
1124
|
*
|
|
1125
|
-
* @see {@link MatterSpecification.
|
|
1125
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.8.3
|
|
1126
1126
|
*/
|
|
1127
1127
|
esaState: (0, import_Cluster.Attribute)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
1128
1128
|
/**
|
|
@@ -1135,7 +1135,7 @@ var DeviceEnergyManagement;
|
|
|
1135
1135
|
* in the home, the AbsMinPower will be a negative number representing the maximum power that the ESA can
|
|
1136
1136
|
* discharge its internal battery.
|
|
1137
1137
|
*
|
|
1138
|
-
* @see {@link MatterSpecification.
|
|
1138
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.8.4
|
|
1139
1139
|
*/
|
|
1140
1140
|
absMinPower: (0, import_Cluster.Attribute)(3, import_TlvNumber.TlvInt64),
|
|
1141
1141
|
/**
|
|
@@ -1148,7 +1148,7 @@ var DeviceEnergyManagement;
|
|
|
1148
1148
|
* For example, a battery storage inverter that can charge its battery at a maximum power of 2000W and can
|
|
1149
1149
|
* discharge the battery at a maximum power of 3000W, would have a AbsMinPower: -3000, AbsMaxPower: 2000W.
|
|
1150
1150
|
*
|
|
1151
|
-
* @see {@link MatterSpecification.
|
|
1151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.2.8.5
|
|
1152
1152
|
*/
|
|
1153
1153
|
absMaxPower: (0, import_Cluster.Attribute)(4, import_TlvNumber.TlvInt64)
|
|
1154
1154
|
},
|