@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 2.12.5.1.5
|
|
1386
1386
|
*/
|
|
1387
1387
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1388
1388
|
}>>;
|
|
@@ -1402,7 +1402,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1402
1402
|
*
|
|
1403
1403
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
1404
1404
|
*
|
|
1405
|
-
* @see {@link MatterSpecification.
|
|
1405
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
|
|
1406
1406
|
*/
|
|
1407
1407
|
readonly importedEnergy: BitFlag;
|
|
1408
1408
|
/**
|
|
@@ -1410,7 +1410,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1410
1410
|
*
|
|
1411
1411
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
1412
1412
|
*
|
|
1413
|
-
* @see {@link MatterSpecification.
|
|
1413
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
|
|
1414
1414
|
*/
|
|
1415
1415
|
readonly exportedEnergy: BitFlag;
|
|
1416
1416
|
/**
|
|
@@ -1421,7 +1421,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1421
1421
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
1422
1422
|
* when a device is factory reset.
|
|
1423
1423
|
*
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
|
|
1425
1425
|
*/
|
|
1426
1426
|
readonly cumulativeEnergy: BitFlag;
|
|
1427
1427
|
/**
|
|
@@ -1431,7 +1431,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1431
1431
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
1432
1432
|
* determined by the server, and may represent overlapping periods.
|
|
1433
1433
|
*
|
|
1434
|
-
* @see {@link MatterSpecification.
|
|
1434
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
|
|
1435
1435
|
*/
|
|
1436
1436
|
readonly periodicEnergy: BitFlag;
|
|
1437
1437
|
};
|
|
@@ -1440,7 +1440,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1440
1440
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
1441
1441
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
1442
1442
|
*
|
|
1443
|
-
* @see {@link MatterSpecification.
|
|
1443
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.1
|
|
1444
1444
|
*/
|
|
1445
1445
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1446
1446
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -1485,7 +1485,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1485
1485
|
*
|
|
1486
1486
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
1487
1487
|
*
|
|
1488
|
-
* @see {@link MatterSpecification.
|
|
1488
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.2
|
|
1489
1489
|
*/
|
|
1490
1490
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1491
1491
|
/**
|
|
@@ -1498,7 +1498,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1498
1498
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1499
1499
|
* StartSystime and EndSystime fields, or both.
|
|
1500
1500
|
*
|
|
1501
|
-
* @see {@link MatterSpecification.
|
|
1501
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
1502
1502
|
*/
|
|
1503
1503
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1504
1504
|
/**
|
|
@@ -1513,7 +1513,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1513
1513
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1514
1514
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1515
1515
|
*
|
|
1516
|
-
* @see {@link MatterSpecification.
|
|
1516
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
1517
1517
|
*/
|
|
1518
1518
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1519
1519
|
/**
|
|
@@ -1526,7 +1526,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1526
1526
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1527
1527
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1528
1528
|
*
|
|
1529
|
-
* @see {@link MatterSpecification.
|
|
1529
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
1530
1530
|
*/
|
|
1531
1531
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1532
1532
|
/**
|
|
@@ -1542,7 +1542,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1542
1542
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1543
1543
|
* indicated in StartTimestamp.
|
|
1544
1544
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1545
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
1546
1546
|
*/
|
|
1547
1547
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1548
1548
|
/**
|
|
@@ -1556,7 +1556,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1556
1556
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1557
1557
|
* EndTimestamp.
|
|
1558
1558
|
*
|
|
1559
|
-
* @see {@link MatterSpecification.
|
|
1559
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
1560
1560
|
*/
|
|
1561
1561
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1562
1562
|
}> | null, any>;
|
|
@@ -1584,7 +1584,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1584
1584
|
*
|
|
1585
1585
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
1586
1586
|
*
|
|
1587
|
-
* @see {@link MatterSpecification.
|
|
1587
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.3
|
|
1588
1588
|
*/
|
|
1589
1589
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1590
1590
|
/**
|
|
@@ -1597,7 +1597,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1597
1597
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1598
1598
|
* StartSystime and EndSystime fields, or both.
|
|
1599
1599
|
*
|
|
1600
|
-
* @see {@link MatterSpecification.
|
|
1600
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
1601
1601
|
*/
|
|
1602
1602
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1603
1603
|
/**
|
|
@@ -1612,7 +1612,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1612
1612
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1613
1613
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1614
1614
|
*
|
|
1615
|
-
* @see {@link MatterSpecification.
|
|
1615
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
1616
1616
|
*/
|
|
1617
1617
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1618
1618
|
/**
|
|
@@ -1625,7 +1625,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1625
1625
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1626
1626
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1627
1627
|
*
|
|
1628
|
-
* @see {@link MatterSpecification.
|
|
1628
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
1629
1629
|
*/
|
|
1630
1630
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1631
1631
|
/**
|
|
@@ -1641,7 +1641,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1641
1641
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1642
1642
|
* indicated in StartTimestamp.
|
|
1643
1643
|
*
|
|
1644
|
-
* @see {@link MatterSpecification.
|
|
1644
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
1645
1645
|
*/
|
|
1646
1646
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1647
1647
|
/**
|
|
@@ -1655,7 +1655,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1655
1655
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1656
1656
|
* EndTimestamp.
|
|
1657
1657
|
*
|
|
1658
|
-
* @see {@link MatterSpecification.
|
|
1658
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
1659
1659
|
*/
|
|
1660
1660
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1661
1661
|
}> | null, any>;
|
|
@@ -1683,7 +1683,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1683
1683
|
*
|
|
1684
1684
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
1685
1685
|
*
|
|
1686
|
-
* @see {@link MatterSpecification.
|
|
1686
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.4
|
|
1687
1687
|
*/
|
|
1688
1688
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1689
1689
|
/**
|
|
@@ -1696,7 +1696,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1696
1696
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1697
1697
|
* StartSystime and EndSystime fields, or both.
|
|
1698
1698
|
*
|
|
1699
|
-
* @see {@link MatterSpecification.
|
|
1699
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
1700
1700
|
*/
|
|
1701
1701
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1702
1702
|
/**
|
|
@@ -1711,7 +1711,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1711
1711
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1712
1712
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1713
1713
|
*
|
|
1714
|
-
* @see {@link MatterSpecification.
|
|
1714
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
1715
1715
|
*/
|
|
1716
1716
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1717
1717
|
/**
|
|
@@ -1724,7 +1724,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1724
1724
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1725
1725
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1726
1726
|
*
|
|
1727
|
-
* @see {@link MatterSpecification.
|
|
1727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
1728
1728
|
*/
|
|
1729
1729
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1730
1730
|
/**
|
|
@@ -1740,7 +1740,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1740
1740
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1741
1741
|
* indicated in StartTimestamp.
|
|
1742
1742
|
*
|
|
1743
|
-
* @see {@link MatterSpecification.
|
|
1743
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
1744
1744
|
*/
|
|
1745
1745
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1746
1746
|
/**
|
|
@@ -1754,7 +1754,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1754
1754
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1755
1755
|
* EndTimestamp.
|
|
1756
1756
|
*
|
|
1757
|
-
* @see {@link MatterSpecification.
|
|
1757
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
1758
1758
|
*/
|
|
1759
1759
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1760
1760
|
}> | null, any>;
|
|
@@ -1782,7 +1782,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1782
1782
|
*
|
|
1783
1783
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
1784
1784
|
*
|
|
1785
|
-
* @see {@link MatterSpecification.
|
|
1785
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.5
|
|
1786
1786
|
*/
|
|
1787
1787
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1788
1788
|
/**
|
|
@@ -1795,7 +1795,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1795
1795
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1796
1796
|
* StartSystime and EndSystime fields, or both.
|
|
1797
1797
|
*
|
|
1798
|
-
* @see {@link MatterSpecification.
|
|
1798
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
1799
1799
|
*/
|
|
1800
1800
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1801
1801
|
/**
|
|
@@ -1810,7 +1810,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1810
1810
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1811
1811
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1812
1812
|
*
|
|
1813
|
-
* @see {@link MatterSpecification.
|
|
1813
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
1814
1814
|
*/
|
|
1815
1815
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1816
1816
|
/**
|
|
@@ -1823,7 +1823,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1823
1823
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1824
1824
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1825
1825
|
*
|
|
1826
|
-
* @see {@link MatterSpecification.
|
|
1826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
1827
1827
|
*/
|
|
1828
1828
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1829
1829
|
/**
|
|
@@ -1839,7 +1839,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1839
1839
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1840
1840
|
* indicated in StartTimestamp.
|
|
1841
1841
|
*
|
|
1842
|
-
* @see {@link MatterSpecification.
|
|
1842
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
1843
1843
|
*/
|
|
1844
1844
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1845
1845
|
/**
|
|
@@ -1853,7 +1853,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1853
1853
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1854
1854
|
* EndTimestamp.
|
|
1855
1855
|
*
|
|
1856
|
-
* @see {@link MatterSpecification.
|
|
1856
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
1857
1857
|
*/
|
|
1858
1858
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1859
1859
|
}> | null, any>;
|
|
@@ -1868,7 +1868,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1868
1868
|
/**
|
|
1869
1869
|
* Indicates when cumulative measurements were most recently zero.
|
|
1870
1870
|
*
|
|
1871
|
-
* @see {@link MatterSpecification.
|
|
1871
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.6
|
|
1872
1872
|
*/
|
|
1873
1873
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1874
1874
|
/**
|
|
@@ -1885,7 +1885,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1885
1885
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
1886
1886
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1887
1887
|
*
|
|
1888
|
-
* @see {@link MatterSpecification.
|
|
1888
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
|
|
1889
1889
|
*/
|
|
1890
1890
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1891
1891
|
/**
|
|
@@ -1902,7 +1902,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1902
1902
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
1903
1903
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1904
1904
|
*
|
|
1905
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
|
|
1906
1906
|
*/
|
|
1907
1907
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1908
1908
|
/**
|
|
@@ -1917,7 +1917,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1917
1917
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1918
1918
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1919
1919
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
1920
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
|
|
1921
1921
|
*/
|
|
1922
1922
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1923
1923
|
/**
|
|
@@ -1932,7 +1932,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1932
1932
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1933
1933
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1934
1934
|
*
|
|
1935
|
-
* @see {@link MatterSpecification.
|
|
1935
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
|
|
1936
1936
|
*/
|
|
1937
1937
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1938
1938
|
}> | null, any>;
|
|
@@ -1943,14 +1943,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1943
1943
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
1944
1944
|
* description above of the related attribute.
|
|
1945
1945
|
*
|
|
1946
|
-
* @see {@link MatterSpecification.
|
|
1946
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
|
|
1947
1947
|
*/
|
|
1948
1948
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1949
1949
|
/**
|
|
1950
1950
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
1951
1951
|
* EndTimestamp field, EndSystime field, or both.
|
|
1952
1952
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1953
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
|
|
1954
1954
|
*/
|
|
1955
1955
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1956
1956
|
/**
|
|
@@ -1963,7 +1963,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1963
1963
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1964
1964
|
* StartSystime and EndSystime fields, or both.
|
|
1965
1965
|
*
|
|
1966
|
-
* @see {@link MatterSpecification.
|
|
1966
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
1967
1967
|
*/
|
|
1968
1968
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1969
1969
|
/**
|
|
@@ -1978,7 +1978,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1978
1978
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1979
1979
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1980
1980
|
*
|
|
1981
|
-
* @see {@link MatterSpecification.
|
|
1981
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
1982
1982
|
*/
|
|
1983
1983
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1984
1984
|
/**
|
|
@@ -1991,7 +1991,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1991
1991
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1992
1992
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1993
1993
|
*
|
|
1994
|
-
* @see {@link MatterSpecification.
|
|
1994
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
1995
1995
|
*/
|
|
1996
1996
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1997
1997
|
/**
|
|
@@ -2007,7 +2007,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2007
2007
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2008
2008
|
* indicated in StartTimestamp.
|
|
2009
2009
|
*
|
|
2010
|
-
* @see {@link MatterSpecification.
|
|
2010
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2011
2011
|
*/
|
|
2012
2012
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2013
2013
|
/**
|
|
@@ -2021,7 +2021,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2021
2021
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2022
2022
|
* EndTimestamp.
|
|
2023
2023
|
*
|
|
2024
|
-
* @see {@link MatterSpecification.
|
|
2024
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2025
2025
|
*/
|
|
2026
2026
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2027
2027
|
}>>;
|
|
@@ -2029,7 +2029,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2029
2029
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
2030
2030
|
* EndTimestamp field, EndSystime field, or both.
|
|
2031
2031
|
*
|
|
2032
|
-
* @see {@link MatterSpecification.
|
|
2032
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
|
|
2033
2033
|
*/
|
|
2034
2034
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2035
2035
|
/**
|
|
@@ -2042,7 +2042,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2042
2042
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2043
2043
|
* StartSystime and EndSystime fields, or both.
|
|
2044
2044
|
*
|
|
2045
|
-
* @see {@link MatterSpecification.
|
|
2045
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2046
2046
|
*/
|
|
2047
2047
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2048
2048
|
/**
|
|
@@ -2057,7 +2057,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2057
2057
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2058
2058
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2059
2059
|
*
|
|
2060
|
-
* @see {@link MatterSpecification.
|
|
2060
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2061
2061
|
*/
|
|
2062
2062
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2063
2063
|
/**
|
|
@@ -2070,7 +2070,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2070
2070
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2071
2071
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2072
2072
|
*
|
|
2073
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2074
2074
|
*/
|
|
2075
2075
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2076
2076
|
/**
|
|
@@ -2086,7 +2086,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2086
2086
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2087
2087
|
* indicated in StartTimestamp.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2090
2090
|
*/
|
|
2091
2091
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2092
2092
|
/**
|
|
@@ -2100,7 +2100,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2100
2100
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2101
2101
|
* EndTimestamp.
|
|
2102
2102
|
*
|
|
2103
|
-
* @see {@link MatterSpecification.
|
|
2103
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2104
2104
|
*/
|
|
2105
2105
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2106
2106
|
}>>;
|
|
@@ -2117,14 +2117,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2117
2117
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
2118
2118
|
* exported energy, or both.
|
|
2119
2119
|
*
|
|
2120
|
-
* @see {@link MatterSpecification.
|
|
2120
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
|
|
2121
2121
|
*/
|
|
2122
2122
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2123
2123
|
/**
|
|
2124
2124
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
2125
2125
|
* EndTimestamp field, EndSystime field, or both.
|
|
2126
2126
|
*
|
|
2127
|
-
* @see {@link MatterSpecification.
|
|
2127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
|
|
2128
2128
|
*/
|
|
2129
2129
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2130
2130
|
/**
|
|
@@ -2137,7 +2137,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2137
2137
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2138
2138
|
* StartSystime and EndSystime fields, or both.
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2141
2141
|
*/
|
|
2142
2142
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2143
2143
|
/**
|
|
@@ -2152,7 +2152,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2152
2152
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2153
2153
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2154
2154
|
*
|
|
2155
|
-
* @see {@link MatterSpecification.
|
|
2155
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2156
2156
|
*/
|
|
2157
2157
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2158
2158
|
/**
|
|
@@ -2165,7 +2165,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2165
2165
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2166
2166
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2167
2167
|
*
|
|
2168
|
-
* @see {@link MatterSpecification.
|
|
2168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2169
2169
|
*/
|
|
2170
2170
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2171
2171
|
/**
|
|
@@ -2181,7 +2181,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2181
2181
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2182
2182
|
* indicated in StartTimestamp.
|
|
2183
2183
|
*
|
|
2184
|
-
* @see {@link MatterSpecification.
|
|
2184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2185
2185
|
*/
|
|
2186
2186
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2187
2187
|
/**
|
|
@@ -2195,7 +2195,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2195
2195
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2196
2196
|
* EndTimestamp.
|
|
2197
2197
|
*
|
|
2198
|
-
* @see {@link MatterSpecification.
|
|
2198
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2199
2199
|
*/
|
|
2200
2200
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2201
2201
|
}>>;
|
|
@@ -2203,7 +2203,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2203
2203
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
2204
2204
|
* EndTimestamp field, EndSystime field, or both.
|
|
2205
2205
|
*
|
|
2206
|
-
* @see {@link MatterSpecification.
|
|
2206
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
|
|
2207
2207
|
*/
|
|
2208
2208
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2209
2209
|
/**
|
|
@@ -2216,7 +2216,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2216
2216
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2217
2217
|
* StartSystime and EndSystime fields, or both.
|
|
2218
2218
|
*
|
|
2219
|
-
* @see {@link MatterSpecification.
|
|
2219
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2220
2220
|
*/
|
|
2221
2221
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2222
2222
|
/**
|
|
@@ -2231,7 +2231,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2231
2231
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2232
2232
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2233
2233
|
*
|
|
2234
|
-
* @see {@link MatterSpecification.
|
|
2234
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2235
2235
|
*/
|
|
2236
2236
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2237
2237
|
/**
|
|
@@ -2244,7 +2244,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2244
2244
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2245
2245
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2246
2246
|
*
|
|
2247
|
-
* @see {@link MatterSpecification.
|
|
2247
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2248
2248
|
*/
|
|
2249
2249
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2250
2250
|
/**
|
|
@@ -2260,7 +2260,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2260
2260
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2261
2261
|
* indicated in StartTimestamp.
|
|
2262
2262
|
*
|
|
2263
|
-
* @see {@link MatterSpecification.
|
|
2263
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2264
2264
|
*/
|
|
2265
2265
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2266
2266
|
/**
|
|
@@ -2274,7 +2274,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2274
2274
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2275
2275
|
* EndTimestamp.
|
|
2276
2276
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2277
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2278
2278
|
*/
|
|
2279
2279
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2280
2280
|
}>>;
|
|
@@ -2308,7 +2308,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2308
2308
|
*
|
|
2309
2309
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
|
|
2312
2312
|
*/
|
|
2313
2313
|
readonly importedEnergy: BitFlag;
|
|
2314
2314
|
/**
|
|
@@ -2316,7 +2316,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2316
2316
|
*
|
|
2317
2317
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
|
|
2320
2320
|
*/
|
|
2321
2321
|
readonly exportedEnergy: BitFlag;
|
|
2322
2322
|
/**
|
|
@@ -2327,7 +2327,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2327
2327
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
2328
2328
|
* when a device is factory reset.
|
|
2329
2329
|
*
|
|
2330
|
-
* @see {@link MatterSpecification.
|
|
2330
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
|
|
2331
2331
|
*/
|
|
2332
2332
|
readonly cumulativeEnergy: BitFlag;
|
|
2333
2333
|
/**
|
|
@@ -2337,7 +2337,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2337
2337
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
2338
2338
|
* determined by the server, and may represent overlapping periods.
|
|
2339
2339
|
*
|
|
2340
|
-
* @see {@link MatterSpecification.
|
|
2340
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
|
|
2341
2341
|
*/
|
|
2342
2342
|
readonly periodicEnergy: BitFlag;
|
|
2343
2343
|
};
|
|
@@ -2346,7 +2346,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2346
2346
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
2347
2347
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
2348
2348
|
*
|
|
2349
|
-
* @see {@link MatterSpecification.
|
|
2349
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.1
|
|
2350
2350
|
*/
|
|
2351
2351
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2352
2352
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -2391,7 +2391,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2391
2391
|
*
|
|
2392
2392
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
2393
2393
|
*
|
|
2394
|
-
* @see {@link MatterSpecification.
|
|
2394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.2
|
|
2395
2395
|
*/
|
|
2396
2396
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2397
2397
|
/**
|
|
@@ -2404,7 +2404,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2404
2404
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2405
2405
|
* StartSystime and EndSystime fields, or both.
|
|
2406
2406
|
*
|
|
2407
|
-
* @see {@link MatterSpecification.
|
|
2407
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2408
2408
|
*/
|
|
2409
2409
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2410
2410
|
/**
|
|
@@ -2419,7 +2419,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2419
2419
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2420
2420
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2421
2421
|
*
|
|
2422
|
-
* @see {@link MatterSpecification.
|
|
2422
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2423
2423
|
*/
|
|
2424
2424
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2425
2425
|
/**
|
|
@@ -2432,7 +2432,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2432
2432
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2433
2433
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2434
2434
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2436
2436
|
*/
|
|
2437
2437
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2438
2438
|
/**
|
|
@@ -2448,7 +2448,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2448
2448
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2449
2449
|
* indicated in StartTimestamp.
|
|
2450
2450
|
*
|
|
2451
|
-
* @see {@link MatterSpecification.
|
|
2451
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2452
2452
|
*/
|
|
2453
2453
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2454
2454
|
/**
|
|
@@ -2462,7 +2462,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2462
2462
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2463
2463
|
* EndTimestamp.
|
|
2464
2464
|
*
|
|
2465
|
-
* @see {@link MatterSpecification.
|
|
2465
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2466
2466
|
*/
|
|
2467
2467
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2468
2468
|
}> | null, any>;
|
|
@@ -2490,7 +2490,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2490
2490
|
*
|
|
2491
2491
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
2492
2492
|
*
|
|
2493
|
-
* @see {@link MatterSpecification.
|
|
2493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.3
|
|
2494
2494
|
*/
|
|
2495
2495
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2496
2496
|
/**
|
|
@@ -2503,7 +2503,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2503
2503
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2504
2504
|
* StartSystime and EndSystime fields, or both.
|
|
2505
2505
|
*
|
|
2506
|
-
* @see {@link MatterSpecification.
|
|
2506
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2507
2507
|
*/
|
|
2508
2508
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2509
2509
|
/**
|
|
@@ -2518,7 +2518,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2518
2518
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2519
2519
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2520
2520
|
*
|
|
2521
|
-
* @see {@link MatterSpecification.
|
|
2521
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2522
2522
|
*/
|
|
2523
2523
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2524
2524
|
/**
|
|
@@ -2531,7 +2531,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2531
2531
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2532
2532
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2533
2533
|
*
|
|
2534
|
-
* @see {@link MatterSpecification.
|
|
2534
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2535
2535
|
*/
|
|
2536
2536
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2537
2537
|
/**
|
|
@@ -2547,7 +2547,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2547
2547
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2548
2548
|
* indicated in StartTimestamp.
|
|
2549
2549
|
*
|
|
2550
|
-
* @see {@link MatterSpecification.
|
|
2550
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2551
2551
|
*/
|
|
2552
2552
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2553
2553
|
/**
|
|
@@ -2561,7 +2561,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2561
2561
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2562
2562
|
* EndTimestamp.
|
|
2563
2563
|
*
|
|
2564
|
-
* @see {@link MatterSpecification.
|
|
2564
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2565
2565
|
*/
|
|
2566
2566
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2567
2567
|
}> | null, any>;
|
|
@@ -2589,7 +2589,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2589
2589
|
*
|
|
2590
2590
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
2591
2591
|
*
|
|
2592
|
-
* @see {@link MatterSpecification.
|
|
2592
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.4
|
|
2593
2593
|
*/
|
|
2594
2594
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2595
2595
|
/**
|
|
@@ -2602,7 +2602,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2602
2602
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2603
2603
|
* StartSystime and EndSystime fields, or both.
|
|
2604
2604
|
*
|
|
2605
|
-
* @see {@link MatterSpecification.
|
|
2605
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2606
2606
|
*/
|
|
2607
2607
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2608
2608
|
/**
|
|
@@ -2617,7 +2617,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2617
2617
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2618
2618
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2619
2619
|
*
|
|
2620
|
-
* @see {@link MatterSpecification.
|
|
2620
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2621
2621
|
*/
|
|
2622
2622
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2623
2623
|
/**
|
|
@@ -2630,7 +2630,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2630
2630
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2631
2631
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2632
2632
|
*
|
|
2633
|
-
* @see {@link MatterSpecification.
|
|
2633
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2634
2634
|
*/
|
|
2635
2635
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2636
2636
|
/**
|
|
@@ -2646,7 +2646,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2646
2646
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2647
2647
|
* indicated in StartTimestamp.
|
|
2648
2648
|
*
|
|
2649
|
-
* @see {@link MatterSpecification.
|
|
2649
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2650
2650
|
*/
|
|
2651
2651
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2652
2652
|
/**
|
|
@@ -2660,7 +2660,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2660
2660
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2661
2661
|
* EndTimestamp.
|
|
2662
2662
|
*
|
|
2663
|
-
* @see {@link MatterSpecification.
|
|
2663
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2664
2664
|
*/
|
|
2665
2665
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2666
2666
|
}> | null, any>;
|
|
@@ -2688,7 +2688,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2688
2688
|
*
|
|
2689
2689
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
2690
2690
|
*
|
|
2691
|
-
* @see {@link MatterSpecification.
|
|
2691
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.5
|
|
2692
2692
|
*/
|
|
2693
2693
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2694
2694
|
/**
|
|
@@ -2701,7 +2701,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2701
2701
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2702
2702
|
* StartSystime and EndSystime fields, or both.
|
|
2703
2703
|
*
|
|
2704
|
-
* @see {@link MatterSpecification.
|
|
2704
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2705
2705
|
*/
|
|
2706
2706
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2707
2707
|
/**
|
|
@@ -2716,7 +2716,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2716
2716
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2717
2717
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2718
2718
|
*
|
|
2719
|
-
* @see {@link MatterSpecification.
|
|
2719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2720
2720
|
*/
|
|
2721
2721
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2722
2722
|
/**
|
|
@@ -2729,7 +2729,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2729
2729
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2730
2730
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2731
2731
|
*
|
|
2732
|
-
* @see {@link MatterSpecification.
|
|
2732
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2733
2733
|
*/
|
|
2734
2734
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2735
2735
|
/**
|
|
@@ -2745,7 +2745,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2745
2745
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2746
2746
|
* indicated in StartTimestamp.
|
|
2747
2747
|
*
|
|
2748
|
-
* @see {@link MatterSpecification.
|
|
2748
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2749
2749
|
*/
|
|
2750
2750
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2751
2751
|
/**
|
|
@@ -2759,7 +2759,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2759
2759
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2760
2760
|
* EndTimestamp.
|
|
2761
2761
|
*
|
|
2762
|
-
* @see {@link MatterSpecification.
|
|
2762
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2763
2763
|
*/
|
|
2764
2764
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2765
2765
|
}> | null, any>;
|
|
@@ -2774,7 +2774,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2774
2774
|
/**
|
|
2775
2775
|
* Indicates when cumulative measurements were most recently zero.
|
|
2776
2776
|
*
|
|
2777
|
-
* @see {@link MatterSpecification.
|
|
2777
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.6
|
|
2778
2778
|
*/
|
|
2779
2779
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2780
2780
|
/**
|
|
@@ -2791,7 +2791,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2791
2791
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
2792
2792
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
2793
2793
|
*
|
|
2794
|
-
* @see {@link MatterSpecification.
|
|
2794
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
|
|
2795
2795
|
*/
|
|
2796
2796
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2797
2797
|
/**
|
|
@@ -2808,7 +2808,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2808
2808
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
2809
2809
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
2810
2810
|
*
|
|
2811
|
-
* @see {@link MatterSpecification.
|
|
2811
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
|
|
2812
2812
|
*/
|
|
2813
2813
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2814
2814
|
/**
|
|
@@ -2823,7 +2823,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2823
2823
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2824
2824
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2825
2825
|
*
|
|
2826
|
-
* @see {@link MatterSpecification.
|
|
2826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
|
|
2827
2827
|
*/
|
|
2828
2828
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2829
2829
|
/**
|
|
@@ -2838,7 +2838,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2838
2838
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2839
2839
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2840
2840
|
*
|
|
2841
|
-
* @see {@link MatterSpecification.
|
|
2841
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
|
|
2842
2842
|
*/
|
|
2843
2843
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2844
2844
|
}> | null, any>;
|
|
@@ -2849,14 +2849,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2849
2849
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
2850
2850
|
* description above of the related attribute.
|
|
2851
2851
|
*
|
|
2852
|
-
* @see {@link MatterSpecification.
|
|
2852
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
|
|
2853
2853
|
*/
|
|
2854
2854
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2855
2855
|
/**
|
|
2856
2856
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
2857
2857
|
* EndTimestamp field, EndSystime field, or both.
|
|
2858
2858
|
*
|
|
2859
|
-
* @see {@link MatterSpecification.
|
|
2859
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
|
|
2860
2860
|
*/
|
|
2861
2861
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2862
2862
|
/**
|
|
@@ -2869,7 +2869,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2869
2869
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2870
2870
|
* StartSystime and EndSystime fields, or both.
|
|
2871
2871
|
*
|
|
2872
|
-
* @see {@link MatterSpecification.
|
|
2872
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2873
2873
|
*/
|
|
2874
2874
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2875
2875
|
/**
|
|
@@ -2884,7 +2884,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2884
2884
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2885
2885
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2886
2886
|
*
|
|
2887
|
-
* @see {@link MatterSpecification.
|
|
2887
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2888
2888
|
*/
|
|
2889
2889
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2890
2890
|
/**
|
|
@@ -2897,7 +2897,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2897
2897
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2898
2898
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2899
2899
|
*
|
|
2900
|
-
* @see {@link MatterSpecification.
|
|
2900
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2901
2901
|
*/
|
|
2902
2902
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2903
2903
|
/**
|
|
@@ -2913,7 +2913,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2913
2913
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2914
2914
|
* indicated in StartTimestamp.
|
|
2915
2915
|
*
|
|
2916
|
-
* @see {@link MatterSpecification.
|
|
2916
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2917
2917
|
*/
|
|
2918
2918
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2919
2919
|
/**
|
|
@@ -2927,7 +2927,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2927
2927
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2928
2928
|
* EndTimestamp.
|
|
2929
2929
|
*
|
|
2930
|
-
* @see {@link MatterSpecification.
|
|
2930
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
2931
2931
|
*/
|
|
2932
2932
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2933
2933
|
}>>;
|
|
@@ -2935,7 +2935,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2935
2935
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
2936
2936
|
* EndTimestamp field, EndSystime field, or both.
|
|
2937
2937
|
*
|
|
2938
|
-
* @see {@link MatterSpecification.
|
|
2938
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
|
|
2939
2939
|
*/
|
|
2940
2940
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2941
2941
|
/**
|
|
@@ -2948,7 +2948,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2948
2948
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2949
2949
|
* StartSystime and EndSystime fields, or both.
|
|
2950
2950
|
*
|
|
2951
|
-
* @see {@link MatterSpecification.
|
|
2951
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
2952
2952
|
*/
|
|
2953
2953
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2954
2954
|
/**
|
|
@@ -2963,7 +2963,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2963
2963
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2964
2964
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2965
2965
|
*
|
|
2966
|
-
* @see {@link MatterSpecification.
|
|
2966
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
2967
2967
|
*/
|
|
2968
2968
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2969
2969
|
/**
|
|
@@ -2976,7 +2976,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2976
2976
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2977
2977
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2978
2978
|
*
|
|
2979
|
-
* @see {@link MatterSpecification.
|
|
2979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
2980
2980
|
*/
|
|
2981
2981
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2982
2982
|
/**
|
|
@@ -2992,7 +2992,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2992
2992
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2993
2993
|
* indicated in StartTimestamp.
|
|
2994
2994
|
*
|
|
2995
|
-
* @see {@link MatterSpecification.
|
|
2995
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
2996
2996
|
*/
|
|
2997
2997
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2998
2998
|
/**
|
|
@@ -3006,7 +3006,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3006
3006
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3007
3007
|
* EndTimestamp.
|
|
3008
3008
|
*
|
|
3009
|
-
* @see {@link MatterSpecification.
|
|
3009
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3010
3010
|
*/
|
|
3011
3011
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3012
3012
|
}>>;
|
|
@@ -3023,14 +3023,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3023
3023
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
3024
3024
|
* exported energy, or both.
|
|
3025
3025
|
*
|
|
3026
|
-
* @see {@link MatterSpecification.
|
|
3026
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
|
|
3027
3027
|
*/
|
|
3028
3028
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3029
3029
|
/**
|
|
3030
3030
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
3031
3031
|
* EndTimestamp field, EndSystime field, or both.
|
|
3032
3032
|
*
|
|
3033
|
-
* @see {@link MatterSpecification.
|
|
3033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
|
|
3034
3034
|
*/
|
|
3035
3035
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3036
3036
|
/**
|
|
@@ -3043,7 +3043,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3043
3043
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3044
3044
|
* StartSystime and EndSystime fields, or both.
|
|
3045
3045
|
*
|
|
3046
|
-
* @see {@link MatterSpecification.
|
|
3046
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3047
3047
|
*/
|
|
3048
3048
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3049
3049
|
/**
|
|
@@ -3058,7 +3058,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3058
3058
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3059
3059
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3060
3060
|
*
|
|
3061
|
-
* @see {@link MatterSpecification.
|
|
3061
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3062
3062
|
*/
|
|
3063
3063
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3064
3064
|
/**
|
|
@@ -3071,7 +3071,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3071
3071
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3072
3072
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3073
3073
|
*
|
|
3074
|
-
* @see {@link MatterSpecification.
|
|
3074
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3075
3075
|
*/
|
|
3076
3076
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3077
3077
|
/**
|
|
@@ -3087,7 +3087,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3087
3087
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3088
3088
|
* indicated in StartTimestamp.
|
|
3089
3089
|
*
|
|
3090
|
-
* @see {@link MatterSpecification.
|
|
3090
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3091
3091
|
*/
|
|
3092
3092
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3093
3093
|
/**
|
|
@@ -3101,7 +3101,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3101
3101
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3102
3102
|
* EndTimestamp.
|
|
3103
3103
|
*
|
|
3104
|
-
* @see {@link MatterSpecification.
|
|
3104
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3105
3105
|
*/
|
|
3106
3106
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3107
3107
|
}>>;
|
|
@@ -3109,7 +3109,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3109
3109
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
3110
3110
|
* EndTimestamp field, EndSystime field, or both.
|
|
3111
3111
|
*
|
|
3112
|
-
* @see {@link MatterSpecification.
|
|
3112
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
|
|
3113
3113
|
*/
|
|
3114
3114
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3115
3115
|
/**
|
|
@@ -3122,7 +3122,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3122
3122
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3123
3123
|
* StartSystime and EndSystime fields, or both.
|
|
3124
3124
|
*
|
|
3125
|
-
* @see {@link MatterSpecification.
|
|
3125
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3126
3126
|
*/
|
|
3127
3127
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3128
3128
|
/**
|
|
@@ -3137,7 +3137,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3137
3137
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3138
3138
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3139
3139
|
*
|
|
3140
|
-
* @see {@link MatterSpecification.
|
|
3140
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3141
3141
|
*/
|
|
3142
3142
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3143
3143
|
/**
|
|
@@ -3150,7 +3150,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3150
3150
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3151
3151
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3152
3152
|
*
|
|
3153
|
-
* @see {@link MatterSpecification.
|
|
3153
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3154
3154
|
*/
|
|
3155
3155
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3156
3156
|
/**
|
|
@@ -3166,7 +3166,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3166
3166
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3167
3167
|
* indicated in StartTimestamp.
|
|
3168
3168
|
*
|
|
3169
|
-
* @see {@link MatterSpecification.
|
|
3169
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3170
3170
|
*/
|
|
3171
3171
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3172
3172
|
/**
|
|
@@ -3180,7 +3180,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3180
3180
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3181
3181
|
* EndTimestamp.
|
|
3182
3182
|
*
|
|
3183
|
-
* @see {@link MatterSpecification.
|
|
3183
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3184
3184
|
*/
|
|
3185
3185
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3186
3186
|
}>>;
|
|
@@ -3208,7 +3208,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3208
3208
|
* Per the Matter specification you cannot use {@link ElectricalEnergyMeasurementCluster} without enabling certain
|
|
3209
3209
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
3210
3210
|
*
|
|
3211
|
-
* @see {@link MatterSpecification.
|
|
3211
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12
|
|
3212
3212
|
*/
|
|
3213
3213
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3214
3214
|
}
|
|
@@ -3226,7 +3226,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3226
3226
|
*
|
|
3227
3227
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
3228
3228
|
*
|
|
3229
|
-
* @see {@link MatterSpecification.
|
|
3229
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
|
|
3230
3230
|
*/
|
|
3231
3231
|
readonly importedEnergy: BitFlag;
|
|
3232
3232
|
/**
|
|
@@ -3234,7 +3234,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3234
3234
|
*
|
|
3235
3235
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
3236
3236
|
*
|
|
3237
|
-
* @see {@link MatterSpecification.
|
|
3237
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
|
|
3238
3238
|
*/
|
|
3239
3239
|
readonly exportedEnergy: BitFlag;
|
|
3240
3240
|
/**
|
|
@@ -3245,7 +3245,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3245
3245
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
3246
3246
|
* when a device is factory reset.
|
|
3247
3247
|
*
|
|
3248
|
-
* @see {@link MatterSpecification.
|
|
3248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
|
|
3249
3249
|
*/
|
|
3250
3250
|
readonly cumulativeEnergy: BitFlag;
|
|
3251
3251
|
/**
|
|
@@ -3255,7 +3255,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3255
3255
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
3256
3256
|
* determined by the server, and may represent overlapping periods.
|
|
3257
3257
|
*
|
|
3258
|
-
* @see {@link MatterSpecification.
|
|
3258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
|
|
3259
3259
|
*/
|
|
3260
3260
|
readonly periodicEnergy: BitFlag;
|
|
3261
3261
|
};
|
|
@@ -3271,7 +3271,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3271
3271
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3272
3272
|
* StartSystime and EndSystime fields, or both.
|
|
3273
3273
|
*
|
|
3274
|
-
* @see {@link MatterSpecification.
|
|
3274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3275
3275
|
*/
|
|
3276
3276
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3277
3277
|
/**
|
|
@@ -3286,7 +3286,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3286
3286
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3287
3287
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3288
3288
|
*
|
|
3289
|
-
* @see {@link MatterSpecification.
|
|
3289
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3290
3290
|
*/
|
|
3291
3291
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3292
3292
|
/**
|
|
@@ -3299,7 +3299,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3299
3299
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3300
3300
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3301
3301
|
*
|
|
3302
|
-
* @see {@link MatterSpecification.
|
|
3302
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3303
3303
|
*/
|
|
3304
3304
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3305
3305
|
/**
|
|
@@ -3315,7 +3315,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3315
3315
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3316
3316
|
* indicated in StartTimestamp.
|
|
3317
3317
|
*
|
|
3318
|
-
* @see {@link MatterSpecification.
|
|
3318
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3319
3319
|
*/
|
|
3320
3320
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3321
3321
|
/**
|
|
@@ -3329,7 +3329,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3329
3329
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3330
3330
|
* EndTimestamp.
|
|
3331
3331
|
*
|
|
3332
|
-
* @see {@link MatterSpecification.
|
|
3332
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3333
3333
|
*/
|
|
3334
3334
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3335
3335
|
}> | null, any> & {
|
|
@@ -3352,7 +3352,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3352
3352
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3353
3353
|
* StartSystime and EndSystime fields, or both.
|
|
3354
3354
|
*
|
|
3355
|
-
* @see {@link MatterSpecification.
|
|
3355
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3356
3356
|
*/
|
|
3357
3357
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3358
3358
|
/**
|
|
@@ -3367,7 +3367,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3367
3367
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3368
3368
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3369
3369
|
*
|
|
3370
|
-
* @see {@link MatterSpecification.
|
|
3370
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3371
3371
|
*/
|
|
3372
3372
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3373
3373
|
/**
|
|
@@ -3380,7 +3380,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3380
3380
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3381
3381
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3382
3382
|
*
|
|
3383
|
-
* @see {@link MatterSpecification.
|
|
3383
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3384
3384
|
*/
|
|
3385
3385
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3386
3386
|
/**
|
|
@@ -3396,7 +3396,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3396
3396
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3397
3397
|
* indicated in StartTimestamp.
|
|
3398
3398
|
*
|
|
3399
|
-
* @see {@link MatterSpecification.
|
|
3399
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3400
3400
|
*/
|
|
3401
3401
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3402
3402
|
/**
|
|
@@ -3410,7 +3410,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3410
3410
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3411
3411
|
* EndTimestamp.
|
|
3412
3412
|
*
|
|
3413
|
-
* @see {@link MatterSpecification.
|
|
3413
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3414
3414
|
*/
|
|
3415
3415
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3416
3416
|
}> | null, any> & {
|
|
@@ -3433,7 +3433,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3433
3433
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3434
3434
|
* StartSystime and EndSystime fields, or both.
|
|
3435
3435
|
*
|
|
3436
|
-
* @see {@link MatterSpecification.
|
|
3436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3437
3437
|
*/
|
|
3438
3438
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3439
3439
|
/**
|
|
@@ -3448,7 +3448,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3448
3448
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3449
3449
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3450
3450
|
*
|
|
3451
|
-
* @see {@link MatterSpecification.
|
|
3451
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3452
3452
|
*/
|
|
3453
3453
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3454
3454
|
/**
|
|
@@ -3461,7 +3461,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3461
3461
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3462
3462
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3463
3463
|
*
|
|
3464
|
-
* @see {@link MatterSpecification.
|
|
3464
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3465
3465
|
*/
|
|
3466
3466
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3467
3467
|
/**
|
|
@@ -3477,7 +3477,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3477
3477
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3478
3478
|
* indicated in StartTimestamp.
|
|
3479
3479
|
*
|
|
3480
|
-
* @see {@link MatterSpecification.
|
|
3480
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3481
3481
|
*/
|
|
3482
3482
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3483
3483
|
/**
|
|
@@ -3491,7 +3491,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3491
3491
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3492
3492
|
* EndTimestamp.
|
|
3493
3493
|
*
|
|
3494
|
-
* @see {@link MatterSpecification.
|
|
3494
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3495
3495
|
*/
|
|
3496
3496
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3497
3497
|
}> | null, any> & {
|
|
@@ -3514,7 +3514,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3514
3514
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3515
3515
|
* StartSystime and EndSystime fields, or both.
|
|
3516
3516
|
*
|
|
3517
|
-
* @see {@link MatterSpecification.
|
|
3517
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3518
3518
|
*/
|
|
3519
3519
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3520
3520
|
/**
|
|
@@ -3529,7 +3529,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3529
3529
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3530
3530
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3531
3531
|
*
|
|
3532
|
-
* @see {@link MatterSpecification.
|
|
3532
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3533
3533
|
*/
|
|
3534
3534
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3535
3535
|
/**
|
|
@@ -3542,7 +3542,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3542
3542
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3543
3543
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3544
3544
|
*
|
|
3545
|
-
* @see {@link MatterSpecification.
|
|
3545
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3546
3546
|
*/
|
|
3547
3547
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3548
3548
|
/**
|
|
@@ -3558,7 +3558,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3558
3558
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3559
3559
|
* indicated in StartTimestamp.
|
|
3560
3560
|
*
|
|
3561
|
-
* @see {@link MatterSpecification.
|
|
3561
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3562
3562
|
*/
|
|
3563
3563
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3564
3564
|
/**
|
|
@@ -3572,7 +3572,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3572
3572
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3573
3573
|
* EndTimestamp.
|
|
3574
3574
|
*
|
|
3575
|
-
* @see {@link MatterSpecification.
|
|
3575
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3576
3576
|
*/
|
|
3577
3577
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3578
3578
|
}> | null, any> & {
|
|
@@ -3599,7 +3599,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3599
3599
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
3600
3600
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
3601
3601
|
*
|
|
3602
|
-
* @see {@link MatterSpecification.
|
|
3602
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
|
|
3603
3603
|
*/
|
|
3604
3604
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3605
3605
|
/**
|
|
@@ -3616,7 +3616,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3616
3616
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
3617
3617
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
3618
3618
|
*
|
|
3619
|
-
* @see {@link MatterSpecification.
|
|
3619
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
|
|
3620
3620
|
*/
|
|
3621
3621
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3622
3622
|
/**
|
|
@@ -3631,7 +3631,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3631
3631
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
3632
3632
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3633
3633
|
*
|
|
3634
|
-
* @see {@link MatterSpecification.
|
|
3634
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
|
|
3635
3635
|
*/
|
|
3636
3636
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3637
3637
|
/**
|
|
@@ -3646,7 +3646,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3646
3646
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
3647
3647
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3648
3648
|
*
|
|
3649
|
-
* @see {@link MatterSpecification.
|
|
3649
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
|
|
3650
3650
|
*/
|
|
3651
3651
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3652
3652
|
}> | null, any> & {
|
|
@@ -3661,7 +3661,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3661
3661
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
3662
3662
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
3663
3663
|
*
|
|
3664
|
-
* @see {@link MatterSpecification.
|
|
3664
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.6.1
|
|
3665
3665
|
*/
|
|
3666
3666
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3667
3667
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -3686,7 +3686,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3686
3686
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
3687
3687
|
* EndTimestamp field, EndSystime field, or both.
|
|
3688
3688
|
*
|
|
3689
|
-
* @see {@link MatterSpecification.
|
|
3689
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
|
|
3690
3690
|
*/
|
|
3691
3691
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3692
3692
|
/**
|
|
@@ -3699,7 +3699,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3699
3699
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3700
3700
|
* StartSystime and EndSystime fields, or both.
|
|
3701
3701
|
*
|
|
3702
|
-
* @see {@link MatterSpecification.
|
|
3702
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3703
3703
|
*/
|
|
3704
3704
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3705
3705
|
/**
|
|
@@ -3714,7 +3714,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3714
3714
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3715
3715
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3716
3716
|
*
|
|
3717
|
-
* @see {@link MatterSpecification.
|
|
3717
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3718
3718
|
*/
|
|
3719
3719
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3720
3720
|
/**
|
|
@@ -3727,7 +3727,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3727
3727
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3728
3728
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3729
3729
|
*
|
|
3730
|
-
* @see {@link MatterSpecification.
|
|
3730
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3731
3731
|
*/
|
|
3732
3732
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3733
3733
|
/**
|
|
@@ -3743,7 +3743,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3743
3743
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3744
3744
|
* indicated in StartTimestamp.
|
|
3745
3745
|
*
|
|
3746
|
-
* @see {@link MatterSpecification.
|
|
3746
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3747
3747
|
*/
|
|
3748
3748
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3749
3749
|
/**
|
|
@@ -3757,7 +3757,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3757
3757
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3758
3758
|
* EndTimestamp.
|
|
3759
3759
|
*
|
|
3760
|
-
* @see {@link MatterSpecification.
|
|
3760
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3761
3761
|
*/
|
|
3762
3762
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3763
3763
|
}>>;
|
|
@@ -3765,7 +3765,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3765
3765
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
3766
3766
|
* EndTimestamp field, EndSystime field, or both.
|
|
3767
3767
|
*
|
|
3768
|
-
* @see {@link MatterSpecification.
|
|
3768
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
|
|
3769
3769
|
*/
|
|
3770
3770
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3771
3771
|
/**
|
|
@@ -3778,7 +3778,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3778
3778
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3779
3779
|
* StartSystime and EndSystime fields, or both.
|
|
3780
3780
|
*
|
|
3781
|
-
* @see {@link MatterSpecification.
|
|
3781
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3782
3782
|
*/
|
|
3783
3783
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3784
3784
|
/**
|
|
@@ -3793,7 +3793,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3793
3793
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3794
3794
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3795
3795
|
*
|
|
3796
|
-
* @see {@link MatterSpecification.
|
|
3796
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3797
3797
|
*/
|
|
3798
3798
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3799
3799
|
/**
|
|
@@ -3806,7 +3806,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3806
3806
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3807
3807
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3808
3808
|
*
|
|
3809
|
-
* @see {@link MatterSpecification.
|
|
3809
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3810
3810
|
*/
|
|
3811
3811
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3812
3812
|
/**
|
|
@@ -3822,7 +3822,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3822
3822
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3823
3823
|
* indicated in StartTimestamp.
|
|
3824
3824
|
*
|
|
3825
|
-
* @see {@link MatterSpecification.
|
|
3825
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3826
3826
|
*/
|
|
3827
3827
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3828
3828
|
/**
|
|
@@ -3836,7 +3836,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3836
3836
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3837
3837
|
* EndTimestamp.
|
|
3838
3838
|
*
|
|
3839
|
-
* @see {@link MatterSpecification.
|
|
3839
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3840
3840
|
*/
|
|
3841
3841
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3842
3842
|
}>>;
|
|
@@ -3853,7 +3853,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3853
3853
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
3854
3854
|
* EndTimestamp field, EndSystime field, or both.
|
|
3855
3855
|
*
|
|
3856
|
-
* @see {@link MatterSpecification.
|
|
3856
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
|
|
3857
3857
|
*/
|
|
3858
3858
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3859
3859
|
/**
|
|
@@ -3866,7 +3866,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3866
3866
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3867
3867
|
* StartSystime and EndSystime fields, or both.
|
|
3868
3868
|
*
|
|
3869
|
-
* @see {@link MatterSpecification.
|
|
3869
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3870
3870
|
*/
|
|
3871
3871
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3872
3872
|
/**
|
|
@@ -3881,7 +3881,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3881
3881
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3882
3882
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3883
3883
|
*
|
|
3884
|
-
* @see {@link MatterSpecification.
|
|
3884
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3885
3885
|
*/
|
|
3886
3886
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3887
3887
|
/**
|
|
@@ -3894,7 +3894,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3894
3894
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3895
3895
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3896
3896
|
*
|
|
3897
|
-
* @see {@link MatterSpecification.
|
|
3897
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3898
3898
|
*/
|
|
3899
3899
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3900
3900
|
/**
|
|
@@ -3910,7 +3910,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3910
3910
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3911
3911
|
* indicated in StartTimestamp.
|
|
3912
3912
|
*
|
|
3913
|
-
* @see {@link MatterSpecification.
|
|
3913
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3914
3914
|
*/
|
|
3915
3915
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3916
3916
|
/**
|
|
@@ -3924,7 +3924,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3924
3924
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3925
3925
|
* EndTimestamp.
|
|
3926
3926
|
*
|
|
3927
|
-
* @see {@link MatterSpecification.
|
|
3927
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
3928
3928
|
*/
|
|
3929
3929
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3930
3930
|
}>>;
|
|
@@ -3932,7 +3932,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3932
3932
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
3933
3933
|
* EndTimestamp field, EndSystime field, or both.
|
|
3934
3934
|
*
|
|
3935
|
-
* @see {@link MatterSpecification.
|
|
3935
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
|
|
3936
3936
|
*/
|
|
3937
3937
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3938
3938
|
/**
|
|
@@ -3945,7 +3945,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3945
3945
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3946
3946
|
* StartSystime and EndSystime fields, or both.
|
|
3947
3947
|
*
|
|
3948
|
-
* @see {@link MatterSpecification.
|
|
3948
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
|
|
3949
3949
|
*/
|
|
3950
3950
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3951
3951
|
/**
|
|
@@ -3960,7 +3960,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3960
3960
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3961
3961
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3962
3962
|
*
|
|
3963
|
-
* @see {@link MatterSpecification.
|
|
3963
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
|
|
3964
3964
|
*/
|
|
3965
3965
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3966
3966
|
/**
|
|
@@ -3973,7 +3973,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3973
3973
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3974
3974
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3975
3975
|
*
|
|
3976
|
-
* @see {@link MatterSpecification.
|
|
3976
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
|
|
3977
3977
|
*/
|
|
3978
3978
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3979
3979
|
/**
|
|
@@ -3989,7 +3989,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3989
3989
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3990
3990
|
* indicated in StartTimestamp.
|
|
3991
3991
|
*
|
|
3992
|
-
* @see {@link MatterSpecification.
|
|
3992
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
|
|
3993
3993
|
*/
|
|
3994
3994
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3995
3995
|
/**
|
|
@@ -4003,7 +4003,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4003
4003
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
4004
4004
|
* EndTimestamp.
|
|
4005
4005
|
*
|
|
4006
|
-
* @see {@link MatterSpecification.
|
|
4006
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
|
|
4007
4007
|
*/
|
|
4008
4008
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4009
4009
|
}>>;
|