@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ElectricalEnergyMeasurementCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
21
21
|
*
|
|
22
22
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
|
|
25
25
|
*/
|
|
26
26
|
ImportedEnergy = "ImportedEnergy",
|
|
27
27
|
/**
|
|
@@ -29,7 +29,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
29
29
|
*
|
|
30
30
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
31
31
|
*
|
|
32
|
-
* @see {@link MatterSpecification.
|
|
32
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
|
|
33
33
|
*/
|
|
34
34
|
ExportedEnergy = "ExportedEnergy",
|
|
35
35
|
/**
|
|
@@ -40,7 +40,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
40
40
|
* include this feature, when a device’s firmware is updated to correct measurement errors, or when a device is
|
|
41
41
|
* factory reset.
|
|
42
42
|
*
|
|
43
|
-
* @see {@link MatterSpecification.
|
|
43
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
|
|
44
44
|
*/
|
|
45
45
|
CumulativeEnergy = "CumulativeEnergy",
|
|
46
46
|
/**
|
|
@@ -50,7 +50,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
50
50
|
* server during a certain period of time. The start and end times for measurement periods shall be determined
|
|
51
51
|
* by the server, and may represent overlapping periods.
|
|
52
52
|
*
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
|
|
54
54
|
*/
|
|
55
55
|
PeriodicEnergy = "PeriodicEnergy"
|
|
56
56
|
}
|
|
@@ -64,7 +64,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
64
64
|
* Such a server may also include the systime fields to indicate how many seconds had passed since boot for a given
|
|
65
65
|
* timestamp; this allows for client-side resolution of UTC time for previous reports that only included systime.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1
|
|
68
68
|
*/
|
|
69
69
|
const TlvEnergyMeasurement: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
70
70
|
/**
|
|
@@ -77,7 +77,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
77
77
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
78
78
|
* StartSystime and EndSystime fields, or both.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
81
81
|
*/
|
|
82
82
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
83
83
|
/**
|
|
@@ -92,7 +92,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
92
92
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
93
93
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
96
96
|
*/
|
|
97
97
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
98
98
|
/**
|
|
@@ -105,7 +105,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
105
105
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
106
106
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
107
107
|
*
|
|
108
|
-
* @see {@link MatterSpecification.
|
|
108
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
109
109
|
*/
|
|
110
110
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
111
111
|
/**
|
|
@@ -121,7 +121,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
121
121
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
122
122
|
* indicated in StartTimestamp.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
125
125
|
*/
|
|
126
126
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
127
127
|
/**
|
|
@@ -135,7 +135,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
135
135
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
136
136
|
* EndTimestamp.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
139
139
|
*/
|
|
140
140
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
141
141
|
}>;
|
|
@@ -149,7 +149,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
149
149
|
* Such a server may also include the systime fields to indicate how many seconds had passed since boot for a given
|
|
150
150
|
* timestamp; this allows for client-side resolution of UTC time for previous reports that only included systime.
|
|
151
151
|
*
|
|
152
|
-
* @see {@link MatterSpecification.
|
|
152
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1
|
|
153
153
|
*/
|
|
154
154
|
interface EnergyMeasurement extends TypeFromSchema<typeof TlvEnergyMeasurement> {
|
|
155
155
|
}
|
|
@@ -157,7 +157,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
157
157
|
* This struct shall represent the times at which cumulative measurements were last zero, either due to
|
|
158
158
|
* initialization of the device, or an internal reset of the cumulative value.
|
|
159
159
|
*
|
|
160
|
-
* @see {@link MatterSpecification.
|
|
160
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2
|
|
161
161
|
*/
|
|
162
162
|
const TlvCumulativeEnergyReset: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
163
163
|
/**
|
|
@@ -174,7 +174,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
174
174
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
175
175
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
176
176
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
177
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
|
|
178
178
|
*/
|
|
179
179
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
180
180
|
/**
|
|
@@ -191,7 +191,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
191
191
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
192
192
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
|
|
195
195
|
*/
|
|
196
196
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
197
197
|
/**
|
|
@@ -206,7 +206,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
206
206
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
207
207
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
208
208
|
*
|
|
209
|
-
* @see {@link MatterSpecification.
|
|
209
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
|
|
210
210
|
*/
|
|
211
211
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
212
212
|
/**
|
|
@@ -221,7 +221,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
221
221
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
222
222
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
223
223
|
*
|
|
224
|
-
* @see {@link MatterSpecification.
|
|
224
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
|
|
225
225
|
*/
|
|
226
226
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
227
227
|
}>;
|
|
@@ -229,21 +229,21 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
229
229
|
* This struct shall represent the times at which cumulative measurements were last zero, either due to
|
|
230
230
|
* initialization of the device, or an internal reset of the cumulative value.
|
|
231
231
|
*
|
|
232
|
-
* @see {@link MatterSpecification.
|
|
232
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2
|
|
233
233
|
*/
|
|
234
234
|
interface CumulativeEnergyReset extends TypeFromSchema<typeof TlvCumulativeEnergyReset> {
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
* Body of the ElectricalEnergyMeasurement cumulativeEnergyMeasured event
|
|
238
238
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
|
|
240
240
|
*/
|
|
241
241
|
const TlvCumulativeEnergyMeasuredEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
242
242
|
/**
|
|
243
243
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
244
244
|
* EndTimestamp field, EndSystime field, or both.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
|
|
247
247
|
*/
|
|
248
248
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
249
249
|
/**
|
|
@@ -256,7 +256,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
256
256
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
257
257
|
* StartSystime and EndSystime fields, or both.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
260
260
|
*/
|
|
261
261
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
262
262
|
/**
|
|
@@ -271,7 +271,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
271
271
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
272
272
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
275
275
|
*/
|
|
276
276
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
277
277
|
/**
|
|
@@ -284,7 +284,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
284
284
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
285
285
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
286
286
|
*
|
|
287
|
-
* @see {@link MatterSpecification.
|
|
287
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
288
288
|
*/
|
|
289
289
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
290
290
|
/**
|
|
@@ -300,7 +300,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
300
300
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
301
301
|
* indicated in StartTimestamp.
|
|
302
302
|
*
|
|
303
|
-
* @see {@link MatterSpecification.
|
|
303
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
304
304
|
*/
|
|
305
305
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
306
306
|
/**
|
|
@@ -314,7 +314,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
314
314
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
315
315
|
* EndTimestamp.
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
318
318
|
*/
|
|
319
319
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
320
320
|
}>>;
|
|
@@ -322,7 +322,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
322
322
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
323
323
|
* EndTimestamp field, EndSystime field, or both.
|
|
324
324
|
*
|
|
325
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
|
|
326
326
|
*/
|
|
327
327
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
328
328
|
/**
|
|
@@ -335,7 +335,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
335
335
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
336
336
|
* StartSystime and EndSystime fields, or both.
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
339
339
|
*/
|
|
340
340
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
341
341
|
/**
|
|
@@ -350,7 +350,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
350
350
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
351
351
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
352
352
|
*
|
|
353
|
-
* @see {@link MatterSpecification.
|
|
353
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
354
354
|
*/
|
|
355
355
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
356
356
|
/**
|
|
@@ -363,7 +363,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
363
363
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
364
364
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
365
365
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
367
367
|
*/
|
|
368
368
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
369
369
|
/**
|
|
@@ -379,7 +379,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
379
379
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
380
380
|
* indicated in StartTimestamp.
|
|
381
381
|
*
|
|
382
|
-
* @see {@link MatterSpecification.
|
|
382
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
383
383
|
*/
|
|
384
384
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
385
385
|
/**
|
|
@@ -393,7 +393,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
393
393
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
394
394
|
* EndTimestamp.
|
|
395
395
|
*
|
|
396
|
-
* @see {@link MatterSpecification.
|
|
396
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
397
397
|
*/
|
|
398
398
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
399
399
|
}>>;
|
|
@@ -401,21 +401,21 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
401
401
|
/**
|
|
402
402
|
* Body of the ElectricalEnergyMeasurement cumulativeEnergyMeasured event
|
|
403
403
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
404
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
|
|
405
405
|
*/
|
|
406
406
|
interface CumulativeEnergyMeasuredEvent extends TypeFromSchema<typeof TlvCumulativeEnergyMeasuredEvent> {
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* Body of the ElectricalEnergyMeasurement periodicEnergyMeasured event
|
|
410
410
|
*
|
|
411
|
-
* @see {@link MatterSpecification.
|
|
411
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
|
|
412
412
|
*/
|
|
413
413
|
const TlvPeriodicEnergyMeasuredEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
414
414
|
/**
|
|
415
415
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
416
416
|
* EndTimestamp field, EndSystime field, or both.
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
|
|
419
419
|
*/
|
|
420
420
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
421
421
|
/**
|
|
@@ -428,7 +428,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
428
428
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
429
429
|
* StartSystime and EndSystime fields, or both.
|
|
430
430
|
*
|
|
431
|
-
* @see {@link MatterSpecification.
|
|
431
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
432
432
|
*/
|
|
433
433
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
434
434
|
/**
|
|
@@ -443,7 +443,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
443
443
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
444
444
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
445
445
|
*
|
|
446
|
-
* @see {@link MatterSpecification.
|
|
446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
447
447
|
*/
|
|
448
448
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
449
449
|
/**
|
|
@@ -456,7 +456,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
456
456
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
457
457
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
460
460
|
*/
|
|
461
461
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
462
462
|
/**
|
|
@@ -472,7 +472,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
472
472
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
473
473
|
* indicated in StartTimestamp.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
476
476
|
*/
|
|
477
477
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
478
478
|
/**
|
|
@@ -486,7 +486,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
486
486
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
487
487
|
* EndTimestamp.
|
|
488
488
|
*
|
|
489
|
-
* @see {@link MatterSpecification.
|
|
489
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
490
490
|
*/
|
|
491
491
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
492
492
|
}>>;
|
|
@@ -494,7 +494,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
494
494
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
495
495
|
* EndTimestamp field, EndSystime field, or both.
|
|
496
496
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
|
|
498
498
|
*/
|
|
499
499
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
500
500
|
/**
|
|
@@ -507,7 +507,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
507
507
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
508
508
|
* StartSystime and EndSystime fields, or both.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
511
511
|
*/
|
|
512
512
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
513
513
|
/**
|
|
@@ -522,7 +522,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
522
522
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
523
523
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
526
526
|
*/
|
|
527
527
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
528
528
|
/**
|
|
@@ -535,7 +535,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
535
535
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
536
536
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
537
537
|
*
|
|
538
|
-
* @see {@link MatterSpecification.
|
|
538
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
539
539
|
*/
|
|
540
540
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
541
541
|
/**
|
|
@@ -551,7 +551,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
551
551
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
552
552
|
* indicated in StartTimestamp.
|
|
553
553
|
*
|
|
554
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
555
555
|
*/
|
|
556
556
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
557
557
|
/**
|
|
@@ -565,7 +565,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
565
565
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
566
566
|
* EndTimestamp.
|
|
567
567
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
569
569
|
*/
|
|
570
570
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
571
571
|
}>>;
|
|
@@ -573,7 +573,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
573
573
|
/**
|
|
574
574
|
* Body of the ElectricalEnergyMeasurement periodicEnergyMeasured event
|
|
575
575
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
|
|
577
577
|
*/
|
|
578
578
|
interface PeriodicEnergyMeasuredEvent extends TypeFromSchema<typeof TlvPeriodicEnergyMeasuredEvent> {
|
|
579
579
|
}
|
|
@@ -598,7 +598,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
598
598
|
*
|
|
599
599
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
600
600
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
601
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.2
|
|
602
602
|
*/
|
|
603
603
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
604
604
|
/**
|
|
@@ -611,7 +611,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
611
611
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
612
612
|
* StartSystime and EndSystime fields, or both.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
615
615
|
*/
|
|
616
616
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
617
617
|
/**
|
|
@@ -626,7 +626,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
626
626
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
627
627
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
628
628
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
630
630
|
*/
|
|
631
631
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
632
632
|
/**
|
|
@@ -639,7 +639,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
639
639
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
640
640
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
641
641
|
*
|
|
642
|
-
* @see {@link MatterSpecification.
|
|
642
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
643
643
|
*/
|
|
644
644
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
645
645
|
/**
|
|
@@ -655,7 +655,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
655
655
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
656
656
|
* indicated in StartTimestamp.
|
|
657
657
|
*
|
|
658
|
-
* @see {@link MatterSpecification.
|
|
658
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
659
659
|
*/
|
|
660
660
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
661
661
|
/**
|
|
@@ -669,7 +669,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
669
669
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
670
670
|
* EndTimestamp.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
673
673
|
*/
|
|
674
674
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
675
675
|
}> | null, any>;
|
|
@@ -696,7 +696,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
696
696
|
*
|
|
697
697
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.3
|
|
700
700
|
*/
|
|
701
701
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
702
702
|
/**
|
|
@@ -709,7 +709,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
709
709
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
710
710
|
* StartSystime and EndSystime fields, or both.
|
|
711
711
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
712
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
713
713
|
*/
|
|
714
714
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
715
715
|
/**
|
|
@@ -724,7 +724,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
724
724
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
725
725
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
726
726
|
*
|
|
727
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
728
728
|
*/
|
|
729
729
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
730
730
|
/**
|
|
@@ -737,7 +737,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
737
737
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
738
738
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
739
739
|
*
|
|
740
|
-
* @see {@link MatterSpecification.
|
|
740
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
741
741
|
*/
|
|
742
742
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
743
743
|
/**
|
|
@@ -753,7 +753,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
753
753
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
754
754
|
* indicated in StartTimestamp.
|
|
755
755
|
*
|
|
756
|
-
* @see {@link MatterSpecification.
|
|
756
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
757
757
|
*/
|
|
758
758
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
759
759
|
/**
|
|
@@ -767,7 +767,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
767
767
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
768
768
|
* EndTimestamp.
|
|
769
769
|
*
|
|
770
|
-
* @see {@link MatterSpecification.
|
|
770
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
771
771
|
*/
|
|
772
772
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
773
773
|
}> | null, any>;
|
|
@@ -794,7 +794,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
794
794
|
*
|
|
795
795
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
796
796
|
*
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
797
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.4
|
|
798
798
|
*/
|
|
799
799
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
800
800
|
/**
|
|
@@ -807,7 +807,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
807
807
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
808
808
|
* StartSystime and EndSystime fields, or both.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
811
811
|
*/
|
|
812
812
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
813
813
|
/**
|
|
@@ -822,7 +822,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
822
822
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
823
823
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
824
824
|
*
|
|
825
|
-
* @see {@link MatterSpecification.
|
|
825
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
826
826
|
*/
|
|
827
827
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
828
828
|
/**
|
|
@@ -835,7 +835,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
835
835
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
836
836
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
839
839
|
*/
|
|
840
840
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
841
841
|
/**
|
|
@@ -851,7 +851,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
851
851
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
852
852
|
* indicated in StartTimestamp.
|
|
853
853
|
*
|
|
854
|
-
* @see {@link MatterSpecification.
|
|
854
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
855
855
|
*/
|
|
856
856
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
857
857
|
/**
|
|
@@ -865,7 +865,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
865
865
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
866
866
|
* EndTimestamp.
|
|
867
867
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
869
869
|
*/
|
|
870
870
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
871
871
|
}> | null, any>;
|
|
@@ -892,7 +892,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
892
892
|
*
|
|
893
893
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.5
|
|
896
896
|
*/
|
|
897
897
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
898
898
|
/**
|
|
@@ -905,7 +905,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
905
905
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
906
906
|
* StartSystime and EndSystime fields, or both.
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
909
909
|
*/
|
|
910
910
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
911
911
|
/**
|
|
@@ -920,7 +920,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
920
920
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
921
921
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
924
924
|
*/
|
|
925
925
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
926
926
|
/**
|
|
@@ -933,7 +933,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
933
933
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
934
934
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
935
935
|
*
|
|
936
|
-
* @see {@link MatterSpecification.
|
|
936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
937
937
|
*/
|
|
938
938
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
939
939
|
/**
|
|
@@ -949,7 +949,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
949
949
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
950
950
|
* indicated in StartTimestamp.
|
|
951
951
|
*
|
|
952
|
-
* @see {@link MatterSpecification.
|
|
952
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
953
953
|
*/
|
|
954
954
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
955
955
|
/**
|
|
@@ -963,7 +963,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
963
963
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
964
964
|
* EndTimestamp.
|
|
965
965
|
*
|
|
966
|
-
* @see {@link MatterSpecification.
|
|
966
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
967
967
|
*/
|
|
968
968
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
969
969
|
}> | null, any>;
|
|
@@ -977,7 +977,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
977
977
|
/**
|
|
978
978
|
* Indicates when cumulative measurements were most recently zero.
|
|
979
979
|
*
|
|
980
|
-
* @see {@link MatterSpecification.
|
|
980
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.6
|
|
981
981
|
*/
|
|
982
982
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
983
983
|
/**
|
|
@@ -994,7 +994,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
994
994
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
995
995
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
996
996
|
*
|
|
997
|
-
* @see {@link MatterSpecification.
|
|
997
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
|
|
998
998
|
*/
|
|
999
999
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1000
1000
|
/**
|
|
@@ -1011,7 +1011,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1011
1011
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
1012
1012
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1013
1013
|
*
|
|
1014
|
-
* @see {@link MatterSpecification.
|
|
1014
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
|
|
1015
1015
|
*/
|
|
1016
1016
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1017
1017
|
/**
|
|
@@ -1026,7 +1026,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1026
1026
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1027
1027
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
|
|
1030
1030
|
*/
|
|
1031
1031
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1032
1032
|
/**
|
|
@@ -1041,7 +1041,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1041
1041
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1042
1042
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1043
1043
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1044
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
|
|
1045
1045
|
*/
|
|
1046
1046
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1047
1047
|
}> | null, any>;
|
|
@@ -1052,14 +1052,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1052
1052
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
1053
1053
|
* description above of the related attribute.
|
|
1054
1054
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1055
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
|
|
1056
1056
|
*/
|
|
1057
1057
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1058
1058
|
/**
|
|
1059
1059
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
1060
1060
|
* EndTimestamp field, EndSystime field, or both.
|
|
1061
1061
|
*
|
|
1062
|
-
* @see {@link MatterSpecification.
|
|
1062
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
|
|
1063
1063
|
*/
|
|
1064
1064
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1065
1065
|
/**
|
|
@@ -1072,7 +1072,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1072
1072
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1073
1073
|
* StartSystime and EndSystime fields, or both.
|
|
1074
1074
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1076
1076
|
*/
|
|
1077
1077
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1078
1078
|
/**
|
|
@@ -1087,7 +1087,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1087
1087
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1088
1088
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1089
1089
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1091
1091
|
*/
|
|
1092
1092
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1093
1093
|
/**
|
|
@@ -1100,7 +1100,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1100
1100
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1101
1101
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1102
1102
|
*
|
|
1103
|
-
* @see {@link MatterSpecification.
|
|
1103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1104
1104
|
*/
|
|
1105
1105
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1106
1106
|
/**
|
|
@@ -1116,7 +1116,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1116
1116
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1117
1117
|
* indicated in StartTimestamp.
|
|
1118
1118
|
*
|
|
1119
|
-
* @see {@link MatterSpecification.
|
|
1119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1120
1120
|
*/
|
|
1121
1121
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1122
1122
|
/**
|
|
@@ -1130,7 +1130,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1130
1130
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1131
1131
|
* EndTimestamp.
|
|
1132
1132
|
*
|
|
1133
|
-
* @see {@link MatterSpecification.
|
|
1133
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1134
1134
|
*/
|
|
1135
1135
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1136
1136
|
}>>;
|
|
@@ -1138,7 +1138,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1138
1138
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
1139
1139
|
* EndTimestamp field, EndSystime field, or both.
|
|
1140
1140
|
*
|
|
1141
|
-
* @see {@link MatterSpecification.
|
|
1141
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
|
|
1142
1142
|
*/
|
|
1143
1143
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1144
1144
|
/**
|
|
@@ -1151,7 +1151,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1151
1151
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1152
1152
|
* StartSystime and EndSystime fields, or both.
|
|
1153
1153
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.
|
|
1154
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1155
1155
|
*/
|
|
1156
1156
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1157
1157
|
/**
|
|
@@ -1166,7 +1166,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1166
1166
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1167
1167
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1168
1168
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1169
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1170
1170
|
*/
|
|
1171
1171
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1172
1172
|
/**
|
|
@@ -1179,7 +1179,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1179
1179
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1180
1180
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1181
1181
|
*
|
|
1182
|
-
* @see {@link MatterSpecification.
|
|
1182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1183
1183
|
*/
|
|
1184
1184
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1185
1185
|
/**
|
|
@@ -1195,7 +1195,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1195
1195
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1196
1196
|
* indicated in StartTimestamp.
|
|
1197
1197
|
*
|
|
1198
|
-
* @see {@link MatterSpecification.
|
|
1198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1199
1199
|
*/
|
|
1200
1200
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1201
1201
|
/**
|
|
@@ -1209,7 +1209,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1209
1209
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1210
1210
|
* EndTimestamp.
|
|
1211
1211
|
*
|
|
1212
|
-
* @see {@link MatterSpecification.
|
|
1212
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1213
1213
|
*/
|
|
1214
1214
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1215
1215
|
}>>;
|
|
@@ -1225,14 +1225,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1225
1225
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
1226
1226
|
* exported energy, or both.
|
|
1227
1227
|
*
|
|
1228
|
-
* @see {@link MatterSpecification.
|
|
1228
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
|
|
1229
1229
|
*/
|
|
1230
1230
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1231
1231
|
/**
|
|
1232
1232
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
1233
1233
|
* EndTimestamp field, EndSystime field, or both.
|
|
1234
1234
|
*
|
|
1235
|
-
* @see {@link MatterSpecification.
|
|
1235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
|
|
1236
1236
|
*/
|
|
1237
1237
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1238
1238
|
/**
|
|
@@ -1245,7 +1245,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1245
1245
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1246
1246
|
* StartSystime and EndSystime fields, or both.
|
|
1247
1247
|
*
|
|
1248
|
-
* @see {@link MatterSpecification.
|
|
1248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1249
1249
|
*/
|
|
1250
1250
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1251
1251
|
/**
|
|
@@ -1260,7 +1260,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1260
1260
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1261
1261
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1262
1262
|
*
|
|
1263
|
-
* @see {@link MatterSpecification.
|
|
1263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1264
1264
|
*/
|
|
1265
1265
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1266
1266
|
/**
|
|
@@ -1273,7 +1273,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1273
1273
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1274
1274
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1275
1275
|
*
|
|
1276
|
-
* @see {@link MatterSpecification.
|
|
1276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1277
1277
|
*/
|
|
1278
1278
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1279
1279
|
/**
|
|
@@ -1289,7 +1289,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1289
1289
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1290
1290
|
* indicated in StartTimestamp.
|
|
1291
1291
|
*
|
|
1292
|
-
* @see {@link MatterSpecification.
|
|
1292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1293
1293
|
*/
|
|
1294
1294
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1295
1295
|
/**
|
|
@@ -1303,7 +1303,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1303
1303
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1304
1304
|
* EndTimestamp.
|
|
1305
1305
|
*
|
|
1306
|
-
* @see {@link MatterSpecification.
|
|
1306
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1307
1307
|
*/
|
|
1308
1308
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1309
1309
|
}>>;
|
|
@@ -1311,7 +1311,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1311
1311
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
1312
1312
|
* EndTimestamp field, EndSystime field, or both.
|
|
1313
1313
|
*
|
|
1314
|
-
* @see {@link MatterSpecification.
|
|
1314
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
|
|
1315
1315
|
*/
|
|
1316
1316
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1317
1317
|
/**
|
|
@@ -1324,7 +1324,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1324
1324
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1325
1325
|
* StartSystime and EndSystime fields, or both.
|
|
1326
1326
|
*
|
|
1327
|
-
* @see {@link MatterSpecification.
|
|
1327
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1328
1328
|
*/
|
|
1329
1329
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1330
1330
|
/**
|
|
@@ -1339,7 +1339,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1339
1339
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1340
1340
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1341
1341
|
*
|
|
1342
|
-
* @see {@link MatterSpecification.
|
|
1342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1343
1343
|
*/
|
|
1344
1344
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1345
1345
|
/**
|
|
@@ -1352,7 +1352,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1352
1352
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1353
1353
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1354
1354
|
*
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1356
1356
|
*/
|
|
1357
1357
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1358
1358
|
/**
|
|
@@ -1368,7 +1368,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1368
1368
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1369
1369
|
* indicated in StartTimestamp.
|
|
1370
1370
|
*
|
|
1371
|
-
* @see {@link MatterSpecification.
|
|
1371
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1372
1372
|
*/
|
|
1373
1373
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1374
1374
|
/**
|
|
@@ -1382,7 +1382,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1382
1382
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1383
1383
|
* EndTimestamp.
|
|
1384
1384
|
*
|
|
1385
|
-
* @see {@link MatterSpecification.
|
|
1385
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1386
1386
|
*/
|
|
1387
1387
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1388
1388
|
}>>;
|
|
@@ -1400,13 +1400,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1400
1400
|
/**
|
|
1401
1401
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
1402
1402
|
*
|
|
1403
|
-
* @see {@link MatterSpecification.
|
|
1403
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
|
|
1404
1404
|
*/
|
|
1405
1405
|
readonly importedEnergy: BitFlag;
|
|
1406
1406
|
/**
|
|
1407
1407
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
1408
1408
|
*
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1409
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
|
|
1410
1410
|
*/
|
|
1411
1411
|
readonly exportedEnergy: BitFlag;
|
|
1412
1412
|
/**
|
|
@@ -1415,7 +1415,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1415
1415
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
1416
1416
|
* when a device is factory reset.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
|
|
1419
1419
|
*/
|
|
1420
1420
|
readonly cumulativeEnergy: BitFlag;
|
|
1421
1421
|
/**
|
|
@@ -1423,7 +1423,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1423
1423
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
1424
1424
|
* determined by the server, and may represent overlapping periods.
|
|
1425
1425
|
*
|
|
1426
|
-
* @see {@link MatterSpecification.
|
|
1426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
|
|
1427
1427
|
*/
|
|
1428
1428
|
readonly periodicEnergy: BitFlag;
|
|
1429
1429
|
};
|
|
@@ -1432,7 +1432,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1432
1432
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
1433
1433
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
1434
1434
|
*
|
|
1435
|
-
* @see {@link MatterSpecification.
|
|
1435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.1
|
|
1436
1436
|
*/
|
|
1437
1437
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1438
1438
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -1477,7 +1477,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1477
1477
|
*
|
|
1478
1478
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
1479
1479
|
*
|
|
1480
|
-
* @see {@link MatterSpecification.
|
|
1480
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.2
|
|
1481
1481
|
*/
|
|
1482
1482
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1483
1483
|
/**
|
|
@@ -1490,7 +1490,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1490
1490
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1491
1491
|
* StartSystime and EndSystime fields, or both.
|
|
1492
1492
|
*
|
|
1493
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1494
1494
|
*/
|
|
1495
1495
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1496
1496
|
/**
|
|
@@ -1505,7 +1505,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1505
1505
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1506
1506
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1507
1507
|
*
|
|
1508
|
-
* @see {@link MatterSpecification.
|
|
1508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1509
1509
|
*/
|
|
1510
1510
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1511
1511
|
/**
|
|
@@ -1518,7 +1518,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1518
1518
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1519
1519
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1520
1520
|
*
|
|
1521
|
-
* @see {@link MatterSpecification.
|
|
1521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1522
1522
|
*/
|
|
1523
1523
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1524
1524
|
/**
|
|
@@ -1534,7 +1534,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1534
1534
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1535
1535
|
* indicated in StartTimestamp.
|
|
1536
1536
|
*
|
|
1537
|
-
* @see {@link MatterSpecification.
|
|
1537
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1538
1538
|
*/
|
|
1539
1539
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1540
1540
|
/**
|
|
@@ -1548,7 +1548,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1548
1548
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1549
1549
|
* EndTimestamp.
|
|
1550
1550
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1551
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1552
1552
|
*/
|
|
1553
1553
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1554
1554
|
}> | null, any>;
|
|
@@ -1576,7 +1576,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1576
1576
|
*
|
|
1577
1577
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
1578
1578
|
*
|
|
1579
|
-
* @see {@link MatterSpecification.
|
|
1579
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.3
|
|
1580
1580
|
*/
|
|
1581
1581
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1582
1582
|
/**
|
|
@@ -1589,7 +1589,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1589
1589
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1590
1590
|
* StartSystime and EndSystime fields, or both.
|
|
1591
1591
|
*
|
|
1592
|
-
* @see {@link MatterSpecification.
|
|
1592
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1593
1593
|
*/
|
|
1594
1594
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1595
1595
|
/**
|
|
@@ -1604,7 +1604,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1604
1604
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1605
1605
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1606
1606
|
*
|
|
1607
|
-
* @see {@link MatterSpecification.
|
|
1607
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1608
1608
|
*/
|
|
1609
1609
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1610
1610
|
/**
|
|
@@ -1617,7 +1617,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1617
1617
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1618
1618
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1619
1619
|
*
|
|
1620
|
-
* @see {@link MatterSpecification.
|
|
1620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1621
1621
|
*/
|
|
1622
1622
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1623
1623
|
/**
|
|
@@ -1633,7 +1633,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1633
1633
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1634
1634
|
* indicated in StartTimestamp.
|
|
1635
1635
|
*
|
|
1636
|
-
* @see {@link MatterSpecification.
|
|
1636
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1637
1637
|
*/
|
|
1638
1638
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1639
1639
|
/**
|
|
@@ -1647,7 +1647,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1647
1647
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1648
1648
|
* EndTimestamp.
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1651
1651
|
*/
|
|
1652
1652
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1653
1653
|
}> | null, any>;
|
|
@@ -1675,7 +1675,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1675
1675
|
*
|
|
1676
1676
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
1677
1677
|
*
|
|
1678
|
-
* @see {@link MatterSpecification.
|
|
1678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.4
|
|
1679
1679
|
*/
|
|
1680
1680
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1681
1681
|
/**
|
|
@@ -1688,7 +1688,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1688
1688
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1689
1689
|
* StartSystime and EndSystime fields, or both.
|
|
1690
1690
|
*
|
|
1691
|
-
* @see {@link MatterSpecification.
|
|
1691
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1692
1692
|
*/
|
|
1693
1693
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1694
1694
|
/**
|
|
@@ -1703,7 +1703,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1703
1703
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1704
1704
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1705
1705
|
*
|
|
1706
|
-
* @see {@link MatterSpecification.
|
|
1706
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1707
1707
|
*/
|
|
1708
1708
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1709
1709
|
/**
|
|
@@ -1716,7 +1716,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1716
1716
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1717
1717
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1720
1720
|
*/
|
|
1721
1721
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1722
1722
|
/**
|
|
@@ -1732,7 +1732,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1732
1732
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1733
1733
|
* indicated in StartTimestamp.
|
|
1734
1734
|
*
|
|
1735
|
-
* @see {@link MatterSpecification.
|
|
1735
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1736
1736
|
*/
|
|
1737
1737
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1738
1738
|
/**
|
|
@@ -1746,7 +1746,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1746
1746
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1747
1747
|
* EndTimestamp.
|
|
1748
1748
|
*
|
|
1749
|
-
* @see {@link MatterSpecification.
|
|
1749
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1750
1750
|
*/
|
|
1751
1751
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1752
1752
|
}> | null, any>;
|
|
@@ -1774,7 +1774,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1774
1774
|
*
|
|
1775
1775
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
1776
1776
|
*
|
|
1777
|
-
* @see {@link MatterSpecification.
|
|
1777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.5
|
|
1778
1778
|
*/
|
|
1779
1779
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1780
1780
|
/**
|
|
@@ -1787,7 +1787,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1787
1787
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1788
1788
|
* StartSystime and EndSystime fields, or both.
|
|
1789
1789
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1791
1791
|
*/
|
|
1792
1792
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1793
1793
|
/**
|
|
@@ -1802,7 +1802,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1802
1802
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1803
1803
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1804
1804
|
*
|
|
1805
|
-
* @see {@link MatterSpecification.
|
|
1805
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1806
1806
|
*/
|
|
1807
1807
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1808
1808
|
/**
|
|
@@ -1815,7 +1815,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1815
1815
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1816
1816
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1817
1817
|
*
|
|
1818
|
-
* @see {@link MatterSpecification.
|
|
1818
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1819
1819
|
*/
|
|
1820
1820
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1821
1821
|
/**
|
|
@@ -1831,7 +1831,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1831
1831
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1832
1832
|
* indicated in StartTimestamp.
|
|
1833
1833
|
*
|
|
1834
|
-
* @see {@link MatterSpecification.
|
|
1834
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
1835
1835
|
*/
|
|
1836
1836
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1837
1837
|
/**
|
|
@@ -1845,7 +1845,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1845
1845
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1846
1846
|
* EndTimestamp.
|
|
1847
1847
|
*
|
|
1848
|
-
* @see {@link MatterSpecification.
|
|
1848
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
1849
1849
|
*/
|
|
1850
1850
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1851
1851
|
}> | null, any>;
|
|
@@ -1860,7 +1860,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1860
1860
|
/**
|
|
1861
1861
|
* Indicates when cumulative measurements were most recently zero.
|
|
1862
1862
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.6
|
|
1864
1864
|
*/
|
|
1865
1865
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1866
1866
|
/**
|
|
@@ -1877,7 +1877,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1877
1877
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
1878
1878
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1879
1879
|
*
|
|
1880
|
-
* @see {@link MatterSpecification.
|
|
1880
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
|
|
1881
1881
|
*/
|
|
1882
1882
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1883
1883
|
/**
|
|
@@ -1894,7 +1894,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1894
1894
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
1895
1895
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1896
1896
|
*
|
|
1897
|
-
* @see {@link MatterSpecification.
|
|
1897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
|
|
1898
1898
|
*/
|
|
1899
1899
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1900
1900
|
/**
|
|
@@ -1909,7 +1909,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1909
1909
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1910
1910
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1911
1911
|
*
|
|
1912
|
-
* @see {@link MatterSpecification.
|
|
1912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
|
|
1913
1913
|
*/
|
|
1914
1914
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1915
1915
|
/**
|
|
@@ -1924,7 +1924,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1924
1924
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1925
1925
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1926
1926
|
*
|
|
1927
|
-
* @see {@link MatterSpecification.
|
|
1927
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
|
|
1928
1928
|
*/
|
|
1929
1929
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1930
1930
|
}> | null, any>;
|
|
@@ -1935,14 +1935,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1935
1935
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
1936
1936
|
* description above of the related attribute.
|
|
1937
1937
|
*
|
|
1938
|
-
* @see {@link MatterSpecification.
|
|
1938
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
|
|
1939
1939
|
*/
|
|
1940
1940
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1941
1941
|
/**
|
|
1942
1942
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
1943
1943
|
* EndTimestamp field, EndSystime field, or both.
|
|
1944
1944
|
*
|
|
1945
|
-
* @see {@link MatterSpecification.
|
|
1945
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
|
|
1946
1946
|
*/
|
|
1947
1947
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1948
1948
|
/**
|
|
@@ -1955,7 +1955,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1955
1955
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1956
1956
|
* StartSystime and EndSystime fields, or both.
|
|
1957
1957
|
*
|
|
1958
|
-
* @see {@link MatterSpecification.
|
|
1958
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
1959
1959
|
*/
|
|
1960
1960
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1961
1961
|
/**
|
|
@@ -1970,7 +1970,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1970
1970
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1971
1971
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1972
1972
|
*
|
|
1973
|
-
* @see {@link MatterSpecification.
|
|
1973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
1974
1974
|
*/
|
|
1975
1975
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1976
1976
|
/**
|
|
@@ -1983,7 +1983,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1983
1983
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1984
1984
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1985
1985
|
*
|
|
1986
|
-
* @see {@link MatterSpecification.
|
|
1986
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
1987
1987
|
*/
|
|
1988
1988
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1989
1989
|
/**
|
|
@@ -1999,7 +1999,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1999
1999
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2000
2000
|
* indicated in StartTimestamp.
|
|
2001
2001
|
*
|
|
2002
|
-
* @see {@link MatterSpecification.
|
|
2002
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2003
2003
|
*/
|
|
2004
2004
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2005
2005
|
/**
|
|
@@ -2013,7 +2013,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2013
2013
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2014
2014
|
* EndTimestamp.
|
|
2015
2015
|
*
|
|
2016
|
-
* @see {@link MatterSpecification.
|
|
2016
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2017
2017
|
*/
|
|
2018
2018
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2019
2019
|
}>>;
|
|
@@ -2021,7 +2021,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2021
2021
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
2022
2022
|
* EndTimestamp field, EndSystime field, or both.
|
|
2023
2023
|
*
|
|
2024
|
-
* @see {@link MatterSpecification.
|
|
2024
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
|
|
2025
2025
|
*/
|
|
2026
2026
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2027
2027
|
/**
|
|
@@ -2034,7 +2034,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2034
2034
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2035
2035
|
* StartSystime and EndSystime fields, or both.
|
|
2036
2036
|
*
|
|
2037
|
-
* @see {@link MatterSpecification.
|
|
2037
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2038
2038
|
*/
|
|
2039
2039
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2040
2040
|
/**
|
|
@@ -2049,7 +2049,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2049
2049
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2050
2050
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2051
2051
|
*
|
|
2052
|
-
* @see {@link MatterSpecification.
|
|
2052
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2053
2053
|
*/
|
|
2054
2054
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2055
2055
|
/**
|
|
@@ -2062,7 +2062,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2062
2062
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2063
2063
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2064
2064
|
*
|
|
2065
|
-
* @see {@link MatterSpecification.
|
|
2065
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2066
2066
|
*/
|
|
2067
2067
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2068
2068
|
/**
|
|
@@ -2078,7 +2078,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2078
2078
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2079
2079
|
* indicated in StartTimestamp.
|
|
2080
2080
|
*
|
|
2081
|
-
* @see {@link MatterSpecification.
|
|
2081
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2082
2082
|
*/
|
|
2083
2083
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2084
2084
|
/**
|
|
@@ -2092,7 +2092,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2092
2092
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2093
2093
|
* EndTimestamp.
|
|
2094
2094
|
*
|
|
2095
|
-
* @see {@link MatterSpecification.
|
|
2095
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2096
2096
|
*/
|
|
2097
2097
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2098
2098
|
}>>;
|
|
@@ -2109,14 +2109,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2109
2109
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
2110
2110
|
* exported energy, or both.
|
|
2111
2111
|
*
|
|
2112
|
-
* @see {@link MatterSpecification.
|
|
2112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
|
|
2113
2113
|
*/
|
|
2114
2114
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2115
2115
|
/**
|
|
2116
2116
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
2117
2117
|
* EndTimestamp field, EndSystime field, or both.
|
|
2118
2118
|
*
|
|
2119
|
-
* @see {@link MatterSpecification.
|
|
2119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
|
|
2120
2120
|
*/
|
|
2121
2121
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2122
2122
|
/**
|
|
@@ -2129,7 +2129,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2129
2129
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2130
2130
|
* StartSystime and EndSystime fields, or both.
|
|
2131
2131
|
*
|
|
2132
|
-
* @see {@link MatterSpecification.
|
|
2132
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2133
2133
|
*/
|
|
2134
2134
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2135
2135
|
/**
|
|
@@ -2144,7 +2144,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2144
2144
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2145
2145
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2146
2146
|
*
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2148
2148
|
*/
|
|
2149
2149
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2150
2150
|
/**
|
|
@@ -2157,7 +2157,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2157
2157
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2158
2158
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2159
2159
|
*
|
|
2160
|
-
* @see {@link MatterSpecification.
|
|
2160
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2161
2161
|
*/
|
|
2162
2162
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2163
2163
|
/**
|
|
@@ -2173,7 +2173,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2173
2173
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2174
2174
|
* indicated in StartTimestamp.
|
|
2175
2175
|
*
|
|
2176
|
-
* @see {@link MatterSpecification.
|
|
2176
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2177
2177
|
*/
|
|
2178
2178
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2179
2179
|
/**
|
|
@@ -2187,7 +2187,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2187
2187
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2188
2188
|
* EndTimestamp.
|
|
2189
2189
|
*
|
|
2190
|
-
* @see {@link MatterSpecification.
|
|
2190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2191
2191
|
*/
|
|
2192
2192
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2193
2193
|
}>>;
|
|
@@ -2195,7 +2195,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2195
2195
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
2196
2196
|
* EndTimestamp field, EndSystime field, or both.
|
|
2197
2197
|
*
|
|
2198
|
-
* @see {@link MatterSpecification.
|
|
2198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
|
|
2199
2199
|
*/
|
|
2200
2200
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2201
2201
|
/**
|
|
@@ -2208,7 +2208,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2208
2208
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2209
2209
|
* StartSystime and EndSystime fields, or both.
|
|
2210
2210
|
*
|
|
2211
|
-
* @see {@link MatterSpecification.
|
|
2211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2212
2212
|
*/
|
|
2213
2213
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2214
2214
|
/**
|
|
@@ -2223,7 +2223,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2223
2223
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2224
2224
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2225
2225
|
*
|
|
2226
|
-
* @see {@link MatterSpecification.
|
|
2226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2227
2227
|
*/
|
|
2228
2228
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2229
2229
|
/**
|
|
@@ -2236,7 +2236,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2236
2236
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2237
2237
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2238
2238
|
*
|
|
2239
|
-
* @see {@link MatterSpecification.
|
|
2239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2240
2240
|
*/
|
|
2241
2241
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2242
2242
|
/**
|
|
@@ -2252,7 +2252,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2252
2252
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2253
2253
|
* indicated in StartTimestamp.
|
|
2254
2254
|
*
|
|
2255
|
-
* @see {@link MatterSpecification.
|
|
2255
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2256
2256
|
*/
|
|
2257
2257
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2258
2258
|
/**
|
|
@@ -2266,7 +2266,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2266
2266
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2267
2267
|
* EndTimestamp.
|
|
2268
2268
|
*
|
|
2269
|
-
* @see {@link MatterSpecification.
|
|
2269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2270
2270
|
*/
|
|
2271
2271
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2272
2272
|
}>>;
|
|
@@ -2298,13 +2298,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2298
2298
|
/**
|
|
2299
2299
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
2300
2300
|
*
|
|
2301
|
-
* @see {@link MatterSpecification.
|
|
2301
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
|
|
2302
2302
|
*/
|
|
2303
2303
|
readonly importedEnergy: BitFlag;
|
|
2304
2304
|
/**
|
|
2305
2305
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
2306
2306
|
*
|
|
2307
|
-
* @see {@link MatterSpecification.
|
|
2307
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
|
|
2308
2308
|
*/
|
|
2309
2309
|
readonly exportedEnergy: BitFlag;
|
|
2310
2310
|
/**
|
|
@@ -2313,7 +2313,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2313
2313
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
2314
2314
|
* when a device is factory reset.
|
|
2315
2315
|
*
|
|
2316
|
-
* @see {@link MatterSpecification.
|
|
2316
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
|
|
2317
2317
|
*/
|
|
2318
2318
|
readonly cumulativeEnergy: BitFlag;
|
|
2319
2319
|
/**
|
|
@@ -2321,7 +2321,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2321
2321
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
2322
2322
|
* determined by the server, and may represent overlapping periods.
|
|
2323
2323
|
*
|
|
2324
|
-
* @see {@link MatterSpecification.
|
|
2324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
|
|
2325
2325
|
*/
|
|
2326
2326
|
readonly periodicEnergy: BitFlag;
|
|
2327
2327
|
};
|
|
@@ -2330,7 +2330,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2330
2330
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
2331
2331
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
2332
2332
|
*
|
|
2333
|
-
* @see {@link MatterSpecification.
|
|
2333
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.1
|
|
2334
2334
|
*/
|
|
2335
2335
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2336
2336
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -2375,7 +2375,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2375
2375
|
*
|
|
2376
2376
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
2377
2377
|
*
|
|
2378
|
-
* @see {@link MatterSpecification.
|
|
2378
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.2
|
|
2379
2379
|
*/
|
|
2380
2380
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2381
2381
|
/**
|
|
@@ -2388,7 +2388,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2388
2388
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2389
2389
|
* StartSystime and EndSystime fields, or both.
|
|
2390
2390
|
*
|
|
2391
|
-
* @see {@link MatterSpecification.
|
|
2391
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2392
2392
|
*/
|
|
2393
2393
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2394
2394
|
/**
|
|
@@ -2403,7 +2403,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2403
2403
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2404
2404
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2405
2405
|
*
|
|
2406
|
-
* @see {@link MatterSpecification.
|
|
2406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2407
2407
|
*/
|
|
2408
2408
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2409
2409
|
/**
|
|
@@ -2416,7 +2416,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2416
2416
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2417
2417
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2418
2418
|
*
|
|
2419
|
-
* @see {@link MatterSpecification.
|
|
2419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2420
2420
|
*/
|
|
2421
2421
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2422
2422
|
/**
|
|
@@ -2432,7 +2432,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2432
2432
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2433
2433
|
* indicated in StartTimestamp.
|
|
2434
2434
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2436
2436
|
*/
|
|
2437
2437
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2438
2438
|
/**
|
|
@@ -2446,7 +2446,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2446
2446
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2447
2447
|
* EndTimestamp.
|
|
2448
2448
|
*
|
|
2449
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2450
2450
|
*/
|
|
2451
2451
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2452
2452
|
}> | null, any>;
|
|
@@ -2474,7 +2474,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2474
2474
|
*
|
|
2475
2475
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
2476
2476
|
*
|
|
2477
|
-
* @see {@link MatterSpecification.
|
|
2477
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.3
|
|
2478
2478
|
*/
|
|
2479
2479
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2480
2480
|
/**
|
|
@@ -2487,7 +2487,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2487
2487
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2488
2488
|
* StartSystime and EndSystime fields, or both.
|
|
2489
2489
|
*
|
|
2490
|
-
* @see {@link MatterSpecification.
|
|
2490
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2491
2491
|
*/
|
|
2492
2492
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2493
2493
|
/**
|
|
@@ -2502,7 +2502,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2502
2502
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2503
2503
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2504
2504
|
*
|
|
2505
|
-
* @see {@link MatterSpecification.
|
|
2505
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2506
2506
|
*/
|
|
2507
2507
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2508
2508
|
/**
|
|
@@ -2515,7 +2515,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2515
2515
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2516
2516
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2517
2517
|
*
|
|
2518
|
-
* @see {@link MatterSpecification.
|
|
2518
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2519
2519
|
*/
|
|
2520
2520
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2521
2521
|
/**
|
|
@@ -2531,7 +2531,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2531
2531
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2532
2532
|
* indicated in StartTimestamp.
|
|
2533
2533
|
*
|
|
2534
|
-
* @see {@link MatterSpecification.
|
|
2534
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2535
2535
|
*/
|
|
2536
2536
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2537
2537
|
/**
|
|
@@ -2545,7 +2545,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2545
2545
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2546
2546
|
* EndTimestamp.
|
|
2547
2547
|
*
|
|
2548
|
-
* @see {@link MatterSpecification.
|
|
2548
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2549
2549
|
*/
|
|
2550
2550
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2551
2551
|
}> | null, any>;
|
|
@@ -2573,7 +2573,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2573
2573
|
*
|
|
2574
2574
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
2575
2575
|
*
|
|
2576
|
-
* @see {@link MatterSpecification.
|
|
2576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.4
|
|
2577
2577
|
*/
|
|
2578
2578
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2579
2579
|
/**
|
|
@@ -2586,7 +2586,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2586
2586
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2587
2587
|
* StartSystime and EndSystime fields, or both.
|
|
2588
2588
|
*
|
|
2589
|
-
* @see {@link MatterSpecification.
|
|
2589
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2590
2590
|
*/
|
|
2591
2591
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2592
2592
|
/**
|
|
@@ -2601,7 +2601,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2601
2601
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2602
2602
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2603
2603
|
*
|
|
2604
|
-
* @see {@link MatterSpecification.
|
|
2604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2605
2605
|
*/
|
|
2606
2606
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2607
2607
|
/**
|
|
@@ -2614,7 +2614,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2614
2614
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2615
2615
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2616
2616
|
*
|
|
2617
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2618
2618
|
*/
|
|
2619
2619
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2620
2620
|
/**
|
|
@@ -2630,7 +2630,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2630
2630
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2631
2631
|
* indicated in StartTimestamp.
|
|
2632
2632
|
*
|
|
2633
|
-
* @see {@link MatterSpecification.
|
|
2633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2634
2634
|
*/
|
|
2635
2635
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2636
2636
|
/**
|
|
@@ -2644,7 +2644,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2644
2644
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2645
2645
|
* EndTimestamp.
|
|
2646
2646
|
*
|
|
2647
|
-
* @see {@link MatterSpecification.
|
|
2647
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2648
2648
|
*/
|
|
2649
2649
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2650
2650
|
}> | null, any>;
|
|
@@ -2672,7 +2672,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2672
2672
|
*
|
|
2673
2673
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
2674
2674
|
*
|
|
2675
|
-
* @see {@link MatterSpecification.
|
|
2675
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.5
|
|
2676
2676
|
*/
|
|
2677
2677
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2678
2678
|
/**
|
|
@@ -2685,7 +2685,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2685
2685
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2686
2686
|
* StartSystime and EndSystime fields, or both.
|
|
2687
2687
|
*
|
|
2688
|
-
* @see {@link MatterSpecification.
|
|
2688
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2689
2689
|
*/
|
|
2690
2690
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2691
2691
|
/**
|
|
@@ -2700,7 +2700,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2700
2700
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2701
2701
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2702
2702
|
*
|
|
2703
|
-
* @see {@link MatterSpecification.
|
|
2703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2704
2704
|
*/
|
|
2705
2705
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2706
2706
|
/**
|
|
@@ -2713,7 +2713,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2713
2713
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2714
2714
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2715
2715
|
*
|
|
2716
|
-
* @see {@link MatterSpecification.
|
|
2716
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2717
2717
|
*/
|
|
2718
2718
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2719
2719
|
/**
|
|
@@ -2729,7 +2729,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2729
2729
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2730
2730
|
* indicated in StartTimestamp.
|
|
2731
2731
|
*
|
|
2732
|
-
* @see {@link MatterSpecification.
|
|
2732
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2733
2733
|
*/
|
|
2734
2734
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2735
2735
|
/**
|
|
@@ -2743,7 +2743,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2743
2743
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2744
2744
|
* EndTimestamp.
|
|
2745
2745
|
*
|
|
2746
|
-
* @see {@link MatterSpecification.
|
|
2746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2747
2747
|
*/
|
|
2748
2748
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2749
2749
|
}> | null, any>;
|
|
@@ -2758,7 +2758,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2758
2758
|
/**
|
|
2759
2759
|
* Indicates when cumulative measurements were most recently zero.
|
|
2760
2760
|
*
|
|
2761
|
-
* @see {@link MatterSpecification.
|
|
2761
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.6
|
|
2762
2762
|
*/
|
|
2763
2763
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2764
2764
|
/**
|
|
@@ -2775,7 +2775,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2775
2775
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
2776
2776
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
2777
2777
|
*
|
|
2778
|
-
* @see {@link MatterSpecification.
|
|
2778
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
|
|
2779
2779
|
*/
|
|
2780
2780
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2781
2781
|
/**
|
|
@@ -2792,7 +2792,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2792
2792
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
2793
2793
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
2794
2794
|
*
|
|
2795
|
-
* @see {@link MatterSpecification.
|
|
2795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
|
|
2796
2796
|
*/
|
|
2797
2797
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2798
2798
|
/**
|
|
@@ -2807,7 +2807,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2807
2807
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2808
2808
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2809
2809
|
*
|
|
2810
|
-
* @see {@link MatterSpecification.
|
|
2810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
|
|
2811
2811
|
*/
|
|
2812
2812
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2813
2813
|
/**
|
|
@@ -2822,7 +2822,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2822
2822
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2823
2823
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2824
2824
|
*
|
|
2825
|
-
* @see {@link MatterSpecification.
|
|
2825
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
|
|
2826
2826
|
*/
|
|
2827
2827
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2828
2828
|
}> | null, any>;
|
|
@@ -2833,14 +2833,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2833
2833
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
2834
2834
|
* description above of the related attribute.
|
|
2835
2835
|
*
|
|
2836
|
-
* @see {@link MatterSpecification.
|
|
2836
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
|
|
2837
2837
|
*/
|
|
2838
2838
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2839
2839
|
/**
|
|
2840
2840
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
2841
2841
|
* EndTimestamp field, EndSystime field, or both.
|
|
2842
2842
|
*
|
|
2843
|
-
* @see {@link MatterSpecification.
|
|
2843
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
|
|
2844
2844
|
*/
|
|
2845
2845
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2846
2846
|
/**
|
|
@@ -2853,7 +2853,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2853
2853
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2854
2854
|
* StartSystime and EndSystime fields, or both.
|
|
2855
2855
|
*
|
|
2856
|
-
* @see {@link MatterSpecification.
|
|
2856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2857
2857
|
*/
|
|
2858
2858
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2859
2859
|
/**
|
|
@@ -2868,7 +2868,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2868
2868
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2869
2869
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2870
2870
|
*
|
|
2871
|
-
* @see {@link MatterSpecification.
|
|
2871
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2872
2872
|
*/
|
|
2873
2873
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2874
2874
|
/**
|
|
@@ -2881,7 +2881,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2881
2881
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2882
2882
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2883
2883
|
*
|
|
2884
|
-
* @see {@link MatterSpecification.
|
|
2884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2885
2885
|
*/
|
|
2886
2886
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2887
2887
|
/**
|
|
@@ -2897,7 +2897,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2897
2897
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2898
2898
|
* indicated in StartTimestamp.
|
|
2899
2899
|
*
|
|
2900
|
-
* @see {@link MatterSpecification.
|
|
2900
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2901
2901
|
*/
|
|
2902
2902
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2903
2903
|
/**
|
|
@@ -2911,7 +2911,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2911
2911
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2912
2912
|
* EndTimestamp.
|
|
2913
2913
|
*
|
|
2914
|
-
* @see {@link MatterSpecification.
|
|
2914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2915
2915
|
*/
|
|
2916
2916
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2917
2917
|
}>>;
|
|
@@ -2919,7 +2919,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2919
2919
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
2920
2920
|
* EndTimestamp field, EndSystime field, or both.
|
|
2921
2921
|
*
|
|
2922
|
-
* @see {@link MatterSpecification.
|
|
2922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
|
|
2923
2923
|
*/
|
|
2924
2924
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2925
2925
|
/**
|
|
@@ -2932,7 +2932,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2932
2932
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2933
2933
|
* StartSystime and EndSystime fields, or both.
|
|
2934
2934
|
*
|
|
2935
|
-
* @see {@link MatterSpecification.
|
|
2935
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
2936
2936
|
*/
|
|
2937
2937
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2938
2938
|
/**
|
|
@@ -2947,7 +2947,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2947
2947
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2948
2948
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2949
2949
|
*
|
|
2950
|
-
* @see {@link MatterSpecification.
|
|
2950
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
2951
2951
|
*/
|
|
2952
2952
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2953
2953
|
/**
|
|
@@ -2960,7 +2960,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2960
2960
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2961
2961
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2962
2962
|
*
|
|
2963
|
-
* @see {@link MatterSpecification.
|
|
2963
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
2964
2964
|
*/
|
|
2965
2965
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2966
2966
|
/**
|
|
@@ -2976,7 +2976,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2976
2976
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2977
2977
|
* indicated in StartTimestamp.
|
|
2978
2978
|
*
|
|
2979
|
-
* @see {@link MatterSpecification.
|
|
2979
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
2980
2980
|
*/
|
|
2981
2981
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2982
2982
|
/**
|
|
@@ -2990,7 +2990,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2990
2990
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2991
2991
|
* EndTimestamp.
|
|
2992
2992
|
*
|
|
2993
|
-
* @see {@link MatterSpecification.
|
|
2993
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
2994
2994
|
*/
|
|
2995
2995
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2996
2996
|
}>>;
|
|
@@ -3007,14 +3007,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3007
3007
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
3008
3008
|
* exported energy, or both.
|
|
3009
3009
|
*
|
|
3010
|
-
* @see {@link MatterSpecification.
|
|
3010
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
|
|
3011
3011
|
*/
|
|
3012
3012
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3013
3013
|
/**
|
|
3014
3014
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
3015
3015
|
* EndTimestamp field, EndSystime field, or both.
|
|
3016
3016
|
*
|
|
3017
|
-
* @see {@link MatterSpecification.
|
|
3017
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
|
|
3018
3018
|
*/
|
|
3019
3019
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3020
3020
|
/**
|
|
@@ -3027,7 +3027,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3027
3027
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3028
3028
|
* StartSystime and EndSystime fields, or both.
|
|
3029
3029
|
*
|
|
3030
|
-
* @see {@link MatterSpecification.
|
|
3030
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3031
3031
|
*/
|
|
3032
3032
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3033
3033
|
/**
|
|
@@ -3042,7 +3042,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3042
3042
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3043
3043
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3044
3044
|
*
|
|
3045
|
-
* @see {@link MatterSpecification.
|
|
3045
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3046
3046
|
*/
|
|
3047
3047
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3048
3048
|
/**
|
|
@@ -3055,7 +3055,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3055
3055
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3056
3056
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3057
3057
|
*
|
|
3058
|
-
* @see {@link MatterSpecification.
|
|
3058
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3059
3059
|
*/
|
|
3060
3060
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3061
3061
|
/**
|
|
@@ -3071,7 +3071,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3071
3071
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3072
3072
|
* indicated in StartTimestamp.
|
|
3073
3073
|
*
|
|
3074
|
-
* @see {@link MatterSpecification.
|
|
3074
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3075
3075
|
*/
|
|
3076
3076
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3077
3077
|
/**
|
|
@@ -3085,7 +3085,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3085
3085
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3086
3086
|
* EndTimestamp.
|
|
3087
3087
|
*
|
|
3088
|
-
* @see {@link MatterSpecification.
|
|
3088
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3089
3089
|
*/
|
|
3090
3090
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3091
3091
|
}>>;
|
|
@@ -3093,7 +3093,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3093
3093
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
3094
3094
|
* EndTimestamp field, EndSystime field, or both.
|
|
3095
3095
|
*
|
|
3096
|
-
* @see {@link MatterSpecification.
|
|
3096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
|
|
3097
3097
|
*/
|
|
3098
3098
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3099
3099
|
/**
|
|
@@ -3106,7 +3106,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3106
3106
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3107
3107
|
* StartSystime and EndSystime fields, or both.
|
|
3108
3108
|
*
|
|
3109
|
-
* @see {@link MatterSpecification.
|
|
3109
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3110
3110
|
*/
|
|
3111
3111
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3112
3112
|
/**
|
|
@@ -3121,7 +3121,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3121
3121
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3122
3122
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3123
3123
|
*
|
|
3124
|
-
* @see {@link MatterSpecification.
|
|
3124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3125
3125
|
*/
|
|
3126
3126
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3127
3127
|
/**
|
|
@@ -3134,7 +3134,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3134
3134
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3135
3135
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3136
3136
|
*
|
|
3137
|
-
* @see {@link MatterSpecification.
|
|
3137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3138
3138
|
*/
|
|
3139
3139
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3140
3140
|
/**
|
|
@@ -3150,7 +3150,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3150
3150
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3151
3151
|
* indicated in StartTimestamp.
|
|
3152
3152
|
*
|
|
3153
|
-
* @see {@link MatterSpecification.
|
|
3153
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3154
3154
|
*/
|
|
3155
3155
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3156
3156
|
/**
|
|
@@ -3164,7 +3164,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3164
3164
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3165
3165
|
* EndTimestamp.
|
|
3166
3166
|
*
|
|
3167
|
-
* @see {@link MatterSpecification.
|
|
3167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3168
3168
|
*/
|
|
3169
3169
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3170
3170
|
}>>;
|
|
@@ -3192,7 +3192,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3192
3192
|
* Per the Matter specification you cannot use {@link ElectricalEnergyMeasurementCluster} without enabling certain
|
|
3193
3193
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
3194
3194
|
*
|
|
3195
|
-
* @see {@link MatterSpecification.
|
|
3195
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12
|
|
3196
3196
|
*/
|
|
3197
3197
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3198
3198
|
}
|
|
@@ -3208,13 +3208,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3208
3208
|
/**
|
|
3209
3209
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
3210
3210
|
*
|
|
3211
|
-
* @see {@link MatterSpecification.
|
|
3211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
|
|
3212
3212
|
*/
|
|
3213
3213
|
readonly importedEnergy: BitFlag;
|
|
3214
3214
|
/**
|
|
3215
3215
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
3216
3216
|
*
|
|
3217
|
-
* @see {@link MatterSpecification.
|
|
3217
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
|
|
3218
3218
|
*/
|
|
3219
3219
|
readonly exportedEnergy: BitFlag;
|
|
3220
3220
|
/**
|
|
@@ -3223,7 +3223,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3223
3223
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
3224
3224
|
* when a device is factory reset.
|
|
3225
3225
|
*
|
|
3226
|
-
* @see {@link MatterSpecification.
|
|
3226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
|
|
3227
3227
|
*/
|
|
3228
3228
|
readonly cumulativeEnergy: BitFlag;
|
|
3229
3229
|
/**
|
|
@@ -3231,7 +3231,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3231
3231
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
3232
3232
|
* determined by the server, and may represent overlapping periods.
|
|
3233
3233
|
*
|
|
3234
|
-
* @see {@link MatterSpecification.
|
|
3234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
|
|
3235
3235
|
*/
|
|
3236
3236
|
readonly periodicEnergy: BitFlag;
|
|
3237
3237
|
};
|
|
@@ -3247,7 +3247,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3247
3247
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3248
3248
|
* StartSystime and EndSystime fields, or both.
|
|
3249
3249
|
*
|
|
3250
|
-
* @see {@link MatterSpecification.
|
|
3250
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3251
3251
|
*/
|
|
3252
3252
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3253
3253
|
/**
|
|
@@ -3262,7 +3262,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3262
3262
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3263
3263
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3264
3264
|
*
|
|
3265
|
-
* @see {@link MatterSpecification.
|
|
3265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3266
3266
|
*/
|
|
3267
3267
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3268
3268
|
/**
|
|
@@ -3275,7 +3275,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3275
3275
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3276
3276
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3277
3277
|
*
|
|
3278
|
-
* @see {@link MatterSpecification.
|
|
3278
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3279
3279
|
*/
|
|
3280
3280
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3281
3281
|
/**
|
|
@@ -3291,7 +3291,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3291
3291
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3292
3292
|
* indicated in StartTimestamp.
|
|
3293
3293
|
*
|
|
3294
|
-
* @see {@link MatterSpecification.
|
|
3294
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3295
3295
|
*/
|
|
3296
3296
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3297
3297
|
/**
|
|
@@ -3305,7 +3305,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3305
3305
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3306
3306
|
* EndTimestamp.
|
|
3307
3307
|
*
|
|
3308
|
-
* @see {@link MatterSpecification.
|
|
3308
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3309
3309
|
*/
|
|
3310
3310
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3311
3311
|
}> | null, any> & {
|
|
@@ -3328,7 +3328,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3328
3328
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3329
3329
|
* StartSystime and EndSystime fields, or both.
|
|
3330
3330
|
*
|
|
3331
|
-
* @see {@link MatterSpecification.
|
|
3331
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3332
3332
|
*/
|
|
3333
3333
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3334
3334
|
/**
|
|
@@ -3343,7 +3343,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3343
3343
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3344
3344
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3345
3345
|
*
|
|
3346
|
-
* @see {@link MatterSpecification.
|
|
3346
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3347
3347
|
*/
|
|
3348
3348
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3349
3349
|
/**
|
|
@@ -3356,7 +3356,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3356
3356
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3357
3357
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3358
3358
|
*
|
|
3359
|
-
* @see {@link MatterSpecification.
|
|
3359
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3360
3360
|
*/
|
|
3361
3361
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3362
3362
|
/**
|
|
@@ -3372,7 +3372,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3372
3372
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3373
3373
|
* indicated in StartTimestamp.
|
|
3374
3374
|
*
|
|
3375
|
-
* @see {@link MatterSpecification.
|
|
3375
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3376
3376
|
*/
|
|
3377
3377
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3378
3378
|
/**
|
|
@@ -3386,7 +3386,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3386
3386
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3387
3387
|
* EndTimestamp.
|
|
3388
3388
|
*
|
|
3389
|
-
* @see {@link MatterSpecification.
|
|
3389
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3390
3390
|
*/
|
|
3391
3391
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3392
3392
|
}> | null, any> & {
|
|
@@ -3409,7 +3409,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3409
3409
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3410
3410
|
* StartSystime and EndSystime fields, or both.
|
|
3411
3411
|
*
|
|
3412
|
-
* @see {@link MatterSpecification.
|
|
3412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3413
3413
|
*/
|
|
3414
3414
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3415
3415
|
/**
|
|
@@ -3424,7 +3424,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3424
3424
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3425
3425
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3426
3426
|
*
|
|
3427
|
-
* @see {@link MatterSpecification.
|
|
3427
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3428
3428
|
*/
|
|
3429
3429
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3430
3430
|
/**
|
|
@@ -3437,7 +3437,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3437
3437
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3438
3438
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3439
3439
|
*
|
|
3440
|
-
* @see {@link MatterSpecification.
|
|
3440
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3441
3441
|
*/
|
|
3442
3442
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3443
3443
|
/**
|
|
@@ -3453,7 +3453,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3453
3453
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3454
3454
|
* indicated in StartTimestamp.
|
|
3455
3455
|
*
|
|
3456
|
-
* @see {@link MatterSpecification.
|
|
3456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3457
3457
|
*/
|
|
3458
3458
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3459
3459
|
/**
|
|
@@ -3467,7 +3467,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3467
3467
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3468
3468
|
* EndTimestamp.
|
|
3469
3469
|
*
|
|
3470
|
-
* @see {@link MatterSpecification.
|
|
3470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3471
3471
|
*/
|
|
3472
3472
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3473
3473
|
}> | null, any> & {
|
|
@@ -3490,7 +3490,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3490
3490
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3491
3491
|
* StartSystime and EndSystime fields, or both.
|
|
3492
3492
|
*
|
|
3493
|
-
* @see {@link MatterSpecification.
|
|
3493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3494
3494
|
*/
|
|
3495
3495
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3496
3496
|
/**
|
|
@@ -3505,7 +3505,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3505
3505
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3506
3506
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3507
3507
|
*
|
|
3508
|
-
* @see {@link MatterSpecification.
|
|
3508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3509
3509
|
*/
|
|
3510
3510
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3511
3511
|
/**
|
|
@@ -3518,7 +3518,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3518
3518
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3519
3519
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3520
3520
|
*
|
|
3521
|
-
* @see {@link MatterSpecification.
|
|
3521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3522
3522
|
*/
|
|
3523
3523
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3524
3524
|
/**
|
|
@@ -3534,7 +3534,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3534
3534
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3535
3535
|
* indicated in StartTimestamp.
|
|
3536
3536
|
*
|
|
3537
|
-
* @see {@link MatterSpecification.
|
|
3537
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3538
3538
|
*/
|
|
3539
3539
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3540
3540
|
/**
|
|
@@ -3548,7 +3548,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3548
3548
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3549
3549
|
* EndTimestamp.
|
|
3550
3550
|
*
|
|
3551
|
-
* @see {@link MatterSpecification.
|
|
3551
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3552
3552
|
*/
|
|
3553
3553
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3554
3554
|
}> | null, any> & {
|
|
@@ -3575,7 +3575,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3575
3575
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
3576
3576
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
3577
3577
|
*
|
|
3578
|
-
* @see {@link MatterSpecification.
|
|
3578
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
|
|
3579
3579
|
*/
|
|
3580
3580
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3581
3581
|
/**
|
|
@@ -3592,7 +3592,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3592
3592
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
3593
3593
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
3594
3594
|
*
|
|
3595
|
-
* @see {@link MatterSpecification.
|
|
3595
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
|
|
3596
3596
|
*/
|
|
3597
3597
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3598
3598
|
/**
|
|
@@ -3607,7 +3607,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3607
3607
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
3608
3608
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3609
3609
|
*
|
|
3610
|
-
* @see {@link MatterSpecification.
|
|
3610
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
|
|
3611
3611
|
*/
|
|
3612
3612
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3613
3613
|
/**
|
|
@@ -3622,7 +3622,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3622
3622
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
3623
3623
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3624
3624
|
*
|
|
3625
|
-
* @see {@link MatterSpecification.
|
|
3625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
|
|
3626
3626
|
*/
|
|
3627
3627
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3628
3628
|
}> | null, any> & {
|
|
@@ -3637,7 +3637,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3637
3637
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
3638
3638
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
3639
3639
|
*
|
|
3640
|
-
* @see {@link MatterSpecification.
|
|
3640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.6.1
|
|
3641
3641
|
*/
|
|
3642
3642
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3643
3643
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -3662,7 +3662,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3662
3662
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
3663
3663
|
* EndTimestamp field, EndSystime field, or both.
|
|
3664
3664
|
*
|
|
3665
|
-
* @see {@link MatterSpecification.
|
|
3665
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
|
|
3666
3666
|
*/
|
|
3667
3667
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3668
3668
|
/**
|
|
@@ -3675,7 +3675,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3675
3675
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3676
3676
|
* StartSystime and EndSystime fields, or both.
|
|
3677
3677
|
*
|
|
3678
|
-
* @see {@link MatterSpecification.
|
|
3678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3679
3679
|
*/
|
|
3680
3680
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3681
3681
|
/**
|
|
@@ -3690,7 +3690,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3690
3690
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3691
3691
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3692
3692
|
*
|
|
3693
|
-
* @see {@link MatterSpecification.
|
|
3693
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3694
3694
|
*/
|
|
3695
3695
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3696
3696
|
/**
|
|
@@ -3703,7 +3703,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3703
3703
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3704
3704
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3705
3705
|
*
|
|
3706
|
-
* @see {@link MatterSpecification.
|
|
3706
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3707
3707
|
*/
|
|
3708
3708
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3709
3709
|
/**
|
|
@@ -3719,7 +3719,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3719
3719
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3720
3720
|
* indicated in StartTimestamp.
|
|
3721
3721
|
*
|
|
3722
|
-
* @see {@link MatterSpecification.
|
|
3722
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3723
3723
|
*/
|
|
3724
3724
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3725
3725
|
/**
|
|
@@ -3733,7 +3733,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3733
3733
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3734
3734
|
* EndTimestamp.
|
|
3735
3735
|
*
|
|
3736
|
-
* @see {@link MatterSpecification.
|
|
3736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3737
3737
|
*/
|
|
3738
3738
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3739
3739
|
}>>;
|
|
@@ -3741,7 +3741,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3741
3741
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
3742
3742
|
* EndTimestamp field, EndSystime field, or both.
|
|
3743
3743
|
*
|
|
3744
|
-
* @see {@link MatterSpecification.
|
|
3744
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
|
|
3745
3745
|
*/
|
|
3746
3746
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3747
3747
|
/**
|
|
@@ -3754,7 +3754,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3754
3754
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3755
3755
|
* StartSystime and EndSystime fields, or both.
|
|
3756
3756
|
*
|
|
3757
|
-
* @see {@link MatterSpecification.
|
|
3757
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3758
3758
|
*/
|
|
3759
3759
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3760
3760
|
/**
|
|
@@ -3769,7 +3769,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3769
3769
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3770
3770
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3771
3771
|
*
|
|
3772
|
-
* @see {@link MatterSpecification.
|
|
3772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3773
3773
|
*/
|
|
3774
3774
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3775
3775
|
/**
|
|
@@ -3782,7 +3782,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3782
3782
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3783
3783
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3784
3784
|
*
|
|
3785
|
-
* @see {@link MatterSpecification.
|
|
3785
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3786
3786
|
*/
|
|
3787
3787
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3788
3788
|
/**
|
|
@@ -3798,7 +3798,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3798
3798
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3799
3799
|
* indicated in StartTimestamp.
|
|
3800
3800
|
*
|
|
3801
|
-
* @see {@link MatterSpecification.
|
|
3801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3802
3802
|
*/
|
|
3803
3803
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3804
3804
|
/**
|
|
@@ -3812,7 +3812,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3812
3812
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3813
3813
|
* EndTimestamp.
|
|
3814
3814
|
*
|
|
3815
|
-
* @see {@link MatterSpecification.
|
|
3815
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3816
3816
|
*/
|
|
3817
3817
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3818
3818
|
}>>;
|
|
@@ -3829,7 +3829,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3829
3829
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
3830
3830
|
* EndTimestamp field, EndSystime field, or both.
|
|
3831
3831
|
*
|
|
3832
|
-
* @see {@link MatterSpecification.
|
|
3832
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
|
|
3833
3833
|
*/
|
|
3834
3834
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3835
3835
|
/**
|
|
@@ -3842,7 +3842,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3842
3842
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3843
3843
|
* StartSystime and EndSystime fields, or both.
|
|
3844
3844
|
*
|
|
3845
|
-
* @see {@link MatterSpecification.
|
|
3845
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3846
3846
|
*/
|
|
3847
3847
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3848
3848
|
/**
|
|
@@ -3857,7 +3857,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3857
3857
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3858
3858
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3859
3859
|
*
|
|
3860
|
-
* @see {@link MatterSpecification.
|
|
3860
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3861
3861
|
*/
|
|
3862
3862
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3863
3863
|
/**
|
|
@@ -3870,7 +3870,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3870
3870
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3871
3871
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3872
3872
|
*
|
|
3873
|
-
* @see {@link MatterSpecification.
|
|
3873
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3874
3874
|
*/
|
|
3875
3875
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3876
3876
|
/**
|
|
@@ -3886,7 +3886,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3886
3886
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3887
3887
|
* indicated in StartTimestamp.
|
|
3888
3888
|
*
|
|
3889
|
-
* @see {@link MatterSpecification.
|
|
3889
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3890
3890
|
*/
|
|
3891
3891
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3892
3892
|
/**
|
|
@@ -3900,7 +3900,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3900
3900
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3901
3901
|
* EndTimestamp.
|
|
3902
3902
|
*
|
|
3903
|
-
* @see {@link MatterSpecification.
|
|
3903
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3904
3904
|
*/
|
|
3905
3905
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3906
3906
|
}>>;
|
|
@@ -3908,7 +3908,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3908
3908
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
3909
3909
|
* EndTimestamp field, EndSystime field, or both.
|
|
3910
3910
|
*
|
|
3911
|
-
* @see {@link MatterSpecification.
|
|
3911
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
|
|
3912
3912
|
*/
|
|
3913
3913
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3914
3914
|
/**
|
|
@@ -3921,7 +3921,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3921
3921
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3922
3922
|
* StartSystime and EndSystime fields, or both.
|
|
3923
3923
|
*
|
|
3924
|
-
* @see {@link MatterSpecification.
|
|
3924
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
|
|
3925
3925
|
*/
|
|
3926
3926
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3927
3927
|
/**
|
|
@@ -3936,7 +3936,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3936
3936
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3937
3937
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3938
3938
|
*
|
|
3939
|
-
* @see {@link MatterSpecification.
|
|
3939
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
|
|
3940
3940
|
*/
|
|
3941
3941
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3942
3942
|
/**
|
|
@@ -3949,7 +3949,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3949
3949
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3950
3950
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3951
3951
|
*
|
|
3952
|
-
* @see {@link MatterSpecification.
|
|
3952
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
|
|
3953
3953
|
*/
|
|
3954
3954
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3955
3955
|
/**
|
|
@@ -3965,7 +3965,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3965
3965
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3966
3966
|
* indicated in StartTimestamp.
|
|
3967
3967
|
*
|
|
3968
|
-
* @see {@link MatterSpecification.
|
|
3968
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
|
|
3969
3969
|
*/
|
|
3970
3970
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3971
3971
|
/**
|
|
@@ -3979,7 +3979,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3979
3979
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3980
3980
|
* EndTimestamp.
|
|
3981
3981
|
*
|
|
3982
|
-
* @see {@link MatterSpecification.
|
|
3982
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
|
|
3983
3983
|
*/
|
|
3984
3984
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3985
3985
|
}>>;
|