@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 2.12.4.4
|
|
54
54
|
*/
|
|
55
55
|
PeriodicEnergy = "PeriodicEnergy"
|
|
56
56
|
}
|
|
@@ -67,7 +67,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
67
67
|
* Elements using this data type shall indicate whether it represents cumulative or periodic energy, e.g. in the
|
|
68
68
|
* name or in the element description.
|
|
69
69
|
*
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
70
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2
|
|
71
71
|
*/
|
|
72
72
|
const TlvEnergyMeasurement: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
73
73
|
/**
|
|
@@ -80,7 +80,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
80
80
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
81
81
|
* StartSystime and EndSystime fields, or both.
|
|
82
82
|
*
|
|
83
|
-
* @see {@link MatterSpecification.
|
|
83
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
84
84
|
*/
|
|
85
85
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
86
86
|
/**
|
|
@@ -95,7 +95,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
95
95
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
96
96
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
97
97
|
*
|
|
98
|
-
* @see {@link MatterSpecification.
|
|
98
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
99
99
|
*/
|
|
100
100
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
101
101
|
/**
|
|
@@ -108,7 +108,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
108
108
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
109
109
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
110
110
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
112
112
|
*/
|
|
113
113
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
114
114
|
/**
|
|
@@ -124,7 +124,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
124
124
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
125
125
|
* indicated in StartTimestamp.
|
|
126
126
|
*
|
|
127
|
-
* @see {@link MatterSpecification.
|
|
127
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
128
128
|
*/
|
|
129
129
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
130
130
|
/**
|
|
@@ -138,7 +138,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
138
138
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
139
139
|
* EndTimestamp.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
142
142
|
*/
|
|
143
143
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
144
144
|
}>;
|
|
@@ -155,7 +155,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
155
155
|
* Elements using this data type shall indicate whether it represents cumulative or periodic energy, e.g. in the
|
|
156
156
|
* name or in the element description.
|
|
157
157
|
*
|
|
158
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2
|
|
159
159
|
*/
|
|
160
160
|
interface EnergyMeasurement extends TypeFromSchema<typeof TlvEnergyMeasurement> {
|
|
161
161
|
}
|
|
@@ -163,7 +163,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
163
163
|
* This struct shall represent the times at which cumulative measurements were last zero, either due to
|
|
164
164
|
* initialization of the device, or an internal reset of the cumulative value.
|
|
165
165
|
*
|
|
166
|
-
* @see {@link MatterSpecification.
|
|
166
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3
|
|
167
167
|
*/
|
|
168
168
|
const TlvCumulativeEnergyReset: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
169
169
|
/**
|
|
@@ -180,7 +180,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
180
180
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
181
181
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
182
182
|
*
|
|
183
|
-
* @see {@link MatterSpecification.
|
|
183
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.1
|
|
184
184
|
*/
|
|
185
185
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
186
186
|
/**
|
|
@@ -197,7 +197,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
197
197
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
198
198
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
199
199
|
*
|
|
200
|
-
* @see {@link MatterSpecification.
|
|
200
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.2
|
|
201
201
|
*/
|
|
202
202
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
203
203
|
/**
|
|
@@ -212,7 +212,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
212
212
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
213
213
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
214
214
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
215
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.3
|
|
216
216
|
*/
|
|
217
217
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
218
218
|
/**
|
|
@@ -227,7 +227,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
227
227
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
228
228
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
229
229
|
*
|
|
230
|
-
* @see {@link MatterSpecification.
|
|
230
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.4
|
|
231
231
|
*/
|
|
232
232
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
233
233
|
}>;
|
|
@@ -235,21 +235,21 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
235
235
|
* This struct shall represent the times at which cumulative measurements were last zero, either due to
|
|
236
236
|
* initialization of the device, or an internal reset of the cumulative value.
|
|
237
237
|
*
|
|
238
|
-
* @see {@link MatterSpecification.
|
|
238
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3
|
|
239
239
|
*/
|
|
240
240
|
interface CumulativeEnergyReset extends TypeFromSchema<typeof TlvCumulativeEnergyReset> {
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Body of the ElectricalEnergyMeasurement cumulativeEnergyMeasured event
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1
|
|
246
246
|
*/
|
|
247
247
|
const TlvCumulativeEnergyMeasuredEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
248
248
|
/**
|
|
249
249
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
250
250
|
* EndTimestamp field, EndSystime field, or both.
|
|
251
251
|
*
|
|
252
|
-
* @see {@link MatterSpecification.
|
|
252
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.1
|
|
253
253
|
*/
|
|
254
254
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
255
255
|
/**
|
|
@@ -262,7 +262,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
262
262
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
263
263
|
* StartSystime and EndSystime fields, or both.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
266
266
|
*/
|
|
267
267
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
268
268
|
/**
|
|
@@ -277,7 +277,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
277
277
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
278
278
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
279
279
|
*
|
|
280
|
-
* @see {@link MatterSpecification.
|
|
280
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
281
281
|
*/
|
|
282
282
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
283
283
|
/**
|
|
@@ -290,7 +290,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
290
290
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
291
291
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
292
292
|
*
|
|
293
|
-
* @see {@link MatterSpecification.
|
|
293
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
294
294
|
*/
|
|
295
295
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
296
296
|
/**
|
|
@@ -306,7 +306,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
306
306
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
307
307
|
* indicated in StartTimestamp.
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
310
310
|
*/
|
|
311
311
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
312
312
|
/**
|
|
@@ -320,7 +320,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
320
320
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
321
321
|
* EndTimestamp.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
324
324
|
*/
|
|
325
325
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
326
326
|
}>>;
|
|
@@ -328,7 +328,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
328
328
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
329
329
|
* EndTimestamp field, EndSystime field, or both.
|
|
330
330
|
*
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.2
|
|
332
332
|
*/
|
|
333
333
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
334
334
|
/**
|
|
@@ -341,7 +341,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
341
341
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
342
342
|
* StartSystime and EndSystime fields, or both.
|
|
343
343
|
*
|
|
344
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
345
345
|
*/
|
|
346
346
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
347
347
|
/**
|
|
@@ -356,7 +356,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
356
356
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
357
357
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
358
358
|
*
|
|
359
|
-
* @see {@link MatterSpecification.
|
|
359
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
360
360
|
*/
|
|
361
361
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
362
362
|
/**
|
|
@@ -369,7 +369,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
369
369
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
370
370
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
371
371
|
*
|
|
372
|
-
* @see {@link MatterSpecification.
|
|
372
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
373
373
|
*/
|
|
374
374
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
375
375
|
/**
|
|
@@ -385,7 +385,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
385
385
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
386
386
|
* indicated in StartTimestamp.
|
|
387
387
|
*
|
|
388
|
-
* @see {@link MatterSpecification.
|
|
388
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
389
389
|
*/
|
|
390
390
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
391
391
|
/**
|
|
@@ -399,7 +399,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
399
399
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
400
400
|
* EndTimestamp.
|
|
401
401
|
*
|
|
402
|
-
* @see {@link MatterSpecification.
|
|
402
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
403
403
|
*/
|
|
404
404
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
405
405
|
}>>;
|
|
@@ -407,21 +407,21 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
407
407
|
/**
|
|
408
408
|
* Body of the ElectricalEnergyMeasurement cumulativeEnergyMeasured event
|
|
409
409
|
*
|
|
410
|
-
* @see {@link MatterSpecification.
|
|
410
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1
|
|
411
411
|
*/
|
|
412
412
|
interface CumulativeEnergyMeasuredEvent extends TypeFromSchema<typeof TlvCumulativeEnergyMeasuredEvent> {
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* Body of the ElectricalEnergyMeasurement periodicEnergyMeasured event
|
|
416
416
|
*
|
|
417
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2
|
|
418
418
|
*/
|
|
419
419
|
const TlvPeriodicEnergyMeasuredEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
420
420
|
/**
|
|
421
421
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
422
422
|
* EndTimestamp field, EndSystime field, or both.
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.1
|
|
425
425
|
*/
|
|
426
426
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
427
427
|
/**
|
|
@@ -434,7 +434,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
434
434
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
435
435
|
* StartSystime and EndSystime fields, or both.
|
|
436
436
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
438
438
|
*/
|
|
439
439
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
440
440
|
/**
|
|
@@ -449,7 +449,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
449
449
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
450
450
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
451
451
|
*
|
|
452
|
-
* @see {@link MatterSpecification.
|
|
452
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
453
453
|
*/
|
|
454
454
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
455
455
|
/**
|
|
@@ -462,7 +462,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
462
462
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
463
463
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
464
464
|
*
|
|
465
|
-
* @see {@link MatterSpecification.
|
|
465
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
466
466
|
*/
|
|
467
467
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
468
468
|
/**
|
|
@@ -478,7 +478,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
478
478
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
479
479
|
* indicated in StartTimestamp.
|
|
480
480
|
*
|
|
481
|
-
* @see {@link MatterSpecification.
|
|
481
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
482
482
|
*/
|
|
483
483
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
484
484
|
/**
|
|
@@ -492,7 +492,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
492
492
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
493
493
|
* EndTimestamp.
|
|
494
494
|
*
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
496
496
|
*/
|
|
497
497
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
498
498
|
}>>;
|
|
@@ -500,7 +500,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
500
500
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
501
501
|
* EndTimestamp field, EndSystime field, or both.
|
|
502
502
|
*
|
|
503
|
-
* @see {@link MatterSpecification.
|
|
503
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.2
|
|
504
504
|
*/
|
|
505
505
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
506
506
|
/**
|
|
@@ -513,7 +513,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
513
513
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
514
514
|
* StartSystime and EndSystime fields, or both.
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
517
517
|
*/
|
|
518
518
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
519
519
|
/**
|
|
@@ -528,7 +528,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
528
528
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
529
529
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
530
530
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
532
532
|
*/
|
|
533
533
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
534
534
|
/**
|
|
@@ -541,7 +541,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
541
541
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
542
542
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
543
543
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
544
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
545
545
|
*/
|
|
546
546
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
547
547
|
/**
|
|
@@ -557,7 +557,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
557
557
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
558
558
|
* indicated in StartTimestamp.
|
|
559
559
|
*
|
|
560
|
-
* @see {@link MatterSpecification.
|
|
560
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
561
561
|
*/
|
|
562
562
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
563
563
|
/**
|
|
@@ -571,7 +571,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
571
571
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
572
572
|
* EndTimestamp.
|
|
573
573
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
574
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
575
575
|
*/
|
|
576
576
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
577
577
|
}>>;
|
|
@@ -579,12 +579,12 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
579
579
|
/**
|
|
580
580
|
* Body of the ElectricalEnergyMeasurement periodicEnergyMeasured event
|
|
581
581
|
*
|
|
582
|
-
* @see {@link MatterSpecification.
|
|
582
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2
|
|
583
583
|
*/
|
|
584
584
|
interface PeriodicEnergyMeasuredEvent extends TypeFromSchema<typeof TlvPeriodicEnergyMeasuredEvent> {
|
|
585
585
|
}
|
|
586
586
|
/**
|
|
587
|
-
* @see {@link MatterSpecification.
|
|
587
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.1
|
|
588
588
|
*/
|
|
589
589
|
enum MeasurementType {
|
|
590
590
|
Unspecified = 0,
|
|
@@ -674,7 +674,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
674
674
|
*
|
|
675
675
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.2
|
|
678
678
|
*/
|
|
679
679
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
680
680
|
/**
|
|
@@ -687,7 +687,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
687
687
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
688
688
|
* StartSystime and EndSystime fields, or both.
|
|
689
689
|
*
|
|
690
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
691
691
|
*/
|
|
692
692
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
693
693
|
/**
|
|
@@ -702,7 +702,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
702
702
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
703
703
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
704
704
|
*
|
|
705
|
-
* @see {@link MatterSpecification.
|
|
705
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
706
706
|
*/
|
|
707
707
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
708
708
|
/**
|
|
@@ -715,7 +715,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
715
715
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
716
716
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
717
717
|
*
|
|
718
|
-
* @see {@link MatterSpecification.
|
|
718
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
719
719
|
*/
|
|
720
720
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
721
721
|
/**
|
|
@@ -731,7 +731,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
731
731
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
732
732
|
* indicated in StartTimestamp.
|
|
733
733
|
*
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
735
735
|
*/
|
|
736
736
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
737
737
|
/**
|
|
@@ -745,7 +745,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
745
745
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
746
746
|
* EndTimestamp.
|
|
747
747
|
*
|
|
748
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
749
749
|
*/
|
|
750
750
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
751
751
|
}> | null, any>;
|
|
@@ -772,7 +772,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
772
772
|
*
|
|
773
773
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
774
774
|
*
|
|
775
|
-
* @see {@link MatterSpecification.
|
|
775
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.3
|
|
776
776
|
*/
|
|
777
777
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
778
778
|
/**
|
|
@@ -785,7 +785,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
785
785
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
786
786
|
* StartSystime and EndSystime fields, or both.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
789
789
|
*/
|
|
790
790
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
791
791
|
/**
|
|
@@ -800,7 +800,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
800
800
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
801
801
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
804
804
|
*/
|
|
805
805
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
806
806
|
/**
|
|
@@ -813,7 +813,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
813
813
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
814
814
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
815
815
|
*
|
|
816
|
-
* @see {@link MatterSpecification.
|
|
816
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
817
817
|
*/
|
|
818
818
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
819
819
|
/**
|
|
@@ -829,7 +829,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
829
829
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
830
830
|
* indicated in StartTimestamp.
|
|
831
831
|
*
|
|
832
|
-
* @see {@link MatterSpecification.
|
|
832
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
833
833
|
*/
|
|
834
834
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
835
835
|
/**
|
|
@@ -843,7 +843,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
843
843
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
844
844
|
* EndTimestamp.
|
|
845
845
|
*
|
|
846
|
-
* @see {@link MatterSpecification.
|
|
846
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
847
847
|
*/
|
|
848
848
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
849
849
|
}> | null, any>;
|
|
@@ -870,7 +870,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
870
870
|
*
|
|
871
871
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
872
872
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
873
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.4
|
|
874
874
|
*/
|
|
875
875
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
876
876
|
/**
|
|
@@ -883,7 +883,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
883
883
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
884
884
|
* StartSystime and EndSystime fields, or both.
|
|
885
885
|
*
|
|
886
|
-
* @see {@link MatterSpecification.
|
|
886
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
887
887
|
*/
|
|
888
888
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
889
889
|
/**
|
|
@@ -898,7 +898,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
898
898
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
899
899
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
900
900
|
*
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
901
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
902
902
|
*/
|
|
903
903
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
904
904
|
/**
|
|
@@ -911,7 +911,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
911
911
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
912
912
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
915
915
|
*/
|
|
916
916
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
917
917
|
/**
|
|
@@ -927,7 +927,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
927
927
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
928
928
|
* indicated in StartTimestamp.
|
|
929
929
|
*
|
|
930
|
-
* @see {@link MatterSpecification.
|
|
930
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
931
931
|
*/
|
|
932
932
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
933
933
|
/**
|
|
@@ -941,7 +941,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
941
941
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
942
942
|
* EndTimestamp.
|
|
943
943
|
*
|
|
944
|
-
* @see {@link MatterSpecification.
|
|
944
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
945
945
|
*/
|
|
946
946
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
947
947
|
}> | null, any>;
|
|
@@ -968,7 +968,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
968
968
|
*
|
|
969
969
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
970
970
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
971
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.5
|
|
972
972
|
*/
|
|
973
973
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
974
974
|
/**
|
|
@@ -981,7 +981,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
981
981
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
982
982
|
* StartSystime and EndSystime fields, or both.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
985
985
|
*/
|
|
986
986
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
987
987
|
/**
|
|
@@ -996,7 +996,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
996
996
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
997
997
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
998
998
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
999
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1000
1000
|
*/
|
|
1001
1001
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1002
1002
|
/**
|
|
@@ -1009,7 +1009,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1009
1009
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1010
1010
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1011
1011
|
*
|
|
1012
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1013
1013
|
*/
|
|
1014
1014
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1015
1015
|
/**
|
|
@@ -1025,7 +1025,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1025
1025
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1026
1026
|
* indicated in StartTimestamp.
|
|
1027
1027
|
*
|
|
1028
|
-
* @see {@link MatterSpecification.
|
|
1028
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1029
1029
|
*/
|
|
1030
1030
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1031
1031
|
/**
|
|
@@ -1039,7 +1039,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1039
1039
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1040
1040
|
* EndTimestamp.
|
|
1041
1041
|
*
|
|
1042
|
-
* @see {@link MatterSpecification.
|
|
1042
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1043
1043
|
*/
|
|
1044
1044
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1045
1045
|
}> | null, any>;
|
|
@@ -1053,7 +1053,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1053
1053
|
/**
|
|
1054
1054
|
* Indicates when cumulative measurements were most recently zero.
|
|
1055
1055
|
*
|
|
1056
|
-
* @see {@link MatterSpecification.
|
|
1056
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.6
|
|
1057
1057
|
*/
|
|
1058
1058
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1059
1059
|
/**
|
|
@@ -1070,7 +1070,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1070
1070
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
1071
1071
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1072
1072
|
*
|
|
1073
|
-
* @see {@link MatterSpecification.
|
|
1073
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.1
|
|
1074
1074
|
*/
|
|
1075
1075
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1076
1076
|
/**
|
|
@@ -1087,7 +1087,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1087
1087
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
1088
1088
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1089
1089
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.2
|
|
1091
1091
|
*/
|
|
1092
1092
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1093
1093
|
/**
|
|
@@ -1102,7 +1102,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1102
1102
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1103
1103
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1104
1104
|
*
|
|
1105
|
-
* @see {@link MatterSpecification.
|
|
1105
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.3
|
|
1106
1106
|
*/
|
|
1107
1107
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1108
1108
|
/**
|
|
@@ -1117,7 +1117,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1117
1117
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1118
1118
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1119
1119
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.4
|
|
1121
1121
|
*/
|
|
1122
1122
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1123
1123
|
}> | null, any>;
|
|
@@ -1128,14 +1128,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1128
1128
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
1129
1129
|
* description above of the related attribute.
|
|
1130
1130
|
*
|
|
1131
|
-
* @see {@link MatterSpecification.
|
|
1131
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1
|
|
1132
1132
|
*/
|
|
1133
1133
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1134
1134
|
/**
|
|
1135
1135
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
1136
1136
|
* EndTimestamp field, EndSystime field, or both.
|
|
1137
1137
|
*
|
|
1138
|
-
* @see {@link MatterSpecification.
|
|
1138
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.1
|
|
1139
1139
|
*/
|
|
1140
1140
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1141
1141
|
/**
|
|
@@ -1148,7 +1148,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1148
1148
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1149
1149
|
* StartSystime and EndSystime fields, or both.
|
|
1150
1150
|
*
|
|
1151
|
-
* @see {@link MatterSpecification.
|
|
1151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1152
1152
|
*/
|
|
1153
1153
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1154
1154
|
/**
|
|
@@ -1163,7 +1163,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1163
1163
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1164
1164
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1165
1165
|
*
|
|
1166
|
-
* @see {@link MatterSpecification.
|
|
1166
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1167
1167
|
*/
|
|
1168
1168
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1169
1169
|
/**
|
|
@@ -1176,7 +1176,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1176
1176
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1177
1177
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1178
1178
|
*
|
|
1179
|
-
* @see {@link MatterSpecification.
|
|
1179
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1180
1180
|
*/
|
|
1181
1181
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1182
1182
|
/**
|
|
@@ -1192,7 +1192,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1192
1192
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1193
1193
|
* indicated in StartTimestamp.
|
|
1194
1194
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1195
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1196
1196
|
*/
|
|
1197
1197
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1198
1198
|
/**
|
|
@@ -1206,7 +1206,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1206
1206
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1207
1207
|
* EndTimestamp.
|
|
1208
1208
|
*
|
|
1209
|
-
* @see {@link MatterSpecification.
|
|
1209
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1210
1210
|
*/
|
|
1211
1211
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1212
1212
|
}>>;
|
|
@@ -1214,7 +1214,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1214
1214
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
1215
1215
|
* EndTimestamp field, EndSystime field, or both.
|
|
1216
1216
|
*
|
|
1217
|
-
* @see {@link MatterSpecification.
|
|
1217
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.2
|
|
1218
1218
|
*/
|
|
1219
1219
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1220
1220
|
/**
|
|
@@ -1227,7 +1227,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1227
1227
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1228
1228
|
* StartSystime and EndSystime fields, or both.
|
|
1229
1229
|
*
|
|
1230
|
-
* @see {@link MatterSpecification.
|
|
1230
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1231
1231
|
*/
|
|
1232
1232
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1233
1233
|
/**
|
|
@@ -1242,7 +1242,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1242
1242
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1243
1243
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1244
1244
|
*
|
|
1245
|
-
* @see {@link MatterSpecification.
|
|
1245
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1246
1246
|
*/
|
|
1247
1247
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1248
1248
|
/**
|
|
@@ -1255,7 +1255,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1255
1255
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1256
1256
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1259
1259
|
*/
|
|
1260
1260
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1261
1261
|
/**
|
|
@@ -1271,7 +1271,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1271
1271
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1272
1272
|
* indicated in StartTimestamp.
|
|
1273
1273
|
*
|
|
1274
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1275
1275
|
*/
|
|
1276
1276
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1277
1277
|
/**
|
|
@@ -1285,7 +1285,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1285
1285
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1286
1286
|
* EndTimestamp.
|
|
1287
1287
|
*
|
|
1288
|
-
* @see {@link MatterSpecification.
|
|
1288
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1289
1289
|
*/
|
|
1290
1290
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1291
1291
|
}>>;
|
|
@@ -1301,14 +1301,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1301
1301
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
1302
1302
|
* exported energy, or both.
|
|
1303
1303
|
*
|
|
1304
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2
|
|
1305
1305
|
*/
|
|
1306
1306
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1307
1307
|
/**
|
|
1308
1308
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
1309
1309
|
* EndTimestamp field, EndSystime field, or both.
|
|
1310
1310
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.1
|
|
1312
1312
|
*/
|
|
1313
1313
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1314
1314
|
/**
|
|
@@ -1321,7 +1321,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1321
1321
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1322
1322
|
* StartSystime and EndSystime fields, or both.
|
|
1323
1323
|
*
|
|
1324
|
-
* @see {@link MatterSpecification.
|
|
1324
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1325
1325
|
*/
|
|
1326
1326
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1327
1327
|
/**
|
|
@@ -1336,7 +1336,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1336
1336
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1337
1337
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1338
1338
|
*
|
|
1339
|
-
* @see {@link MatterSpecification.
|
|
1339
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1340
1340
|
*/
|
|
1341
1341
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1342
1342
|
/**
|
|
@@ -1349,7 +1349,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1349
1349
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1350
1350
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1351
1351
|
*
|
|
1352
|
-
* @see {@link MatterSpecification.
|
|
1352
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1353
1353
|
*/
|
|
1354
1354
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1355
1355
|
/**
|
|
@@ -1365,7 +1365,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1365
1365
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1366
1366
|
* indicated in StartTimestamp.
|
|
1367
1367
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1368
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1369
1369
|
*/
|
|
1370
1370
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1371
1371
|
/**
|
|
@@ -1379,7 +1379,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1379
1379
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1380
1380
|
* EndTimestamp.
|
|
1381
1381
|
*
|
|
1382
|
-
* @see {@link MatterSpecification.
|
|
1382
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1383
1383
|
*/
|
|
1384
1384
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1385
1385
|
}>>;
|
|
@@ -1387,7 +1387,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1387
1387
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
1388
1388
|
* EndTimestamp field, EndSystime field, or both.
|
|
1389
1389
|
*
|
|
1390
|
-
* @see {@link MatterSpecification.
|
|
1390
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.2
|
|
1391
1391
|
*/
|
|
1392
1392
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1393
1393
|
/**
|
|
@@ -1400,7 +1400,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1400
1400
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1401
1401
|
* StartSystime and EndSystime fields, or both.
|
|
1402
1402
|
*
|
|
1403
|
-
* @see {@link MatterSpecification.
|
|
1403
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1404
1404
|
*/
|
|
1405
1405
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1406
1406
|
/**
|
|
@@ -1415,7 +1415,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1415
1415
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1416
1416
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1419
1419
|
*/
|
|
1420
1420
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1421
1421
|
/**
|
|
@@ -1428,7 +1428,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1428
1428
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1429
1429
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1430
1430
|
*
|
|
1431
|
-
* @see {@link MatterSpecification.
|
|
1431
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1432
1432
|
*/
|
|
1433
1433
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1434
1434
|
/**
|
|
@@ -1444,7 +1444,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1444
1444
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1445
1445
|
* indicated in StartTimestamp.
|
|
1446
1446
|
*
|
|
1447
|
-
* @see {@link MatterSpecification.
|
|
1447
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1448
1448
|
*/
|
|
1449
1449
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1450
1450
|
/**
|
|
@@ -1458,7 +1458,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1458
1458
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1459
1459
|
* EndTimestamp.
|
|
1460
1460
|
*
|
|
1461
|
-
* @see {@link MatterSpecification.
|
|
1461
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1462
1462
|
*/
|
|
1463
1463
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1464
1464
|
}>>;
|
|
@@ -1476,13 +1476,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1476
1476
|
/**
|
|
1477
1477
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
1478
1478
|
*
|
|
1479
|
-
* @see {@link MatterSpecification.
|
|
1479
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.1
|
|
1480
1480
|
*/
|
|
1481
1481
|
readonly importedEnergy: BitFlag;
|
|
1482
1482
|
/**
|
|
1483
1483
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
1484
1484
|
*
|
|
1485
|
-
* @see {@link MatterSpecification.
|
|
1485
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.2
|
|
1486
1486
|
*/
|
|
1487
1487
|
readonly exportedEnergy: BitFlag;
|
|
1488
1488
|
/**
|
|
@@ -1491,7 +1491,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1491
1491
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
1492
1492
|
* when a device is factory reset.
|
|
1493
1493
|
*
|
|
1494
|
-
* @see {@link MatterSpecification.
|
|
1494
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.3
|
|
1495
1495
|
*/
|
|
1496
1496
|
readonly cumulativeEnergy: BitFlag;
|
|
1497
1497
|
/**
|
|
@@ -1499,7 +1499,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1499
1499
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
1500
1500
|
* determined by the server, and may represent overlapping periods.
|
|
1501
1501
|
*
|
|
1502
|
-
* @see {@link MatterSpecification.
|
|
1502
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.4
|
|
1503
1503
|
*/
|
|
1504
1504
|
readonly periodicEnergy: BitFlag;
|
|
1505
1505
|
};
|
|
@@ -1508,7 +1508,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1508
1508
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
1509
1509
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
1510
1510
|
*
|
|
1511
|
-
* @see {@link MatterSpecification.
|
|
1511
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.1
|
|
1512
1512
|
*/
|
|
1513
1513
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1514
1514
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -1553,7 +1553,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1553
1553
|
*
|
|
1554
1554
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
1555
1555
|
*
|
|
1556
|
-
* @see {@link MatterSpecification.
|
|
1556
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.2
|
|
1557
1557
|
*/
|
|
1558
1558
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1559
1559
|
/**
|
|
@@ -1566,7 +1566,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1566
1566
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1567
1567
|
* StartSystime and EndSystime fields, or both.
|
|
1568
1568
|
*
|
|
1569
|
-
* @see {@link MatterSpecification.
|
|
1569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1570
1570
|
*/
|
|
1571
1571
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1572
1572
|
/**
|
|
@@ -1581,7 +1581,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1581
1581
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1582
1582
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1583
1583
|
*
|
|
1584
|
-
* @see {@link MatterSpecification.
|
|
1584
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1585
1585
|
*/
|
|
1586
1586
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1587
1587
|
/**
|
|
@@ -1594,7 +1594,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1594
1594
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1595
1595
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1596
1596
|
*
|
|
1597
|
-
* @see {@link MatterSpecification.
|
|
1597
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1598
1598
|
*/
|
|
1599
1599
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1600
1600
|
/**
|
|
@@ -1610,7 +1610,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1610
1610
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1611
1611
|
* indicated in StartTimestamp.
|
|
1612
1612
|
*
|
|
1613
|
-
* @see {@link MatterSpecification.
|
|
1613
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1614
1614
|
*/
|
|
1615
1615
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1616
1616
|
/**
|
|
@@ -1624,7 +1624,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1624
1624
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1625
1625
|
* EndTimestamp.
|
|
1626
1626
|
*
|
|
1627
|
-
* @see {@link MatterSpecification.
|
|
1627
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1628
1628
|
*/
|
|
1629
1629
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1630
1630
|
}> | null, any>;
|
|
@@ -1652,7 +1652,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1652
1652
|
*
|
|
1653
1653
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
1654
1654
|
*
|
|
1655
|
-
* @see {@link MatterSpecification.
|
|
1655
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.3
|
|
1656
1656
|
*/
|
|
1657
1657
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1658
1658
|
/**
|
|
@@ -1665,7 +1665,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1665
1665
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1666
1666
|
* StartSystime and EndSystime fields, or both.
|
|
1667
1667
|
*
|
|
1668
|
-
* @see {@link MatterSpecification.
|
|
1668
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1669
1669
|
*/
|
|
1670
1670
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1671
1671
|
/**
|
|
@@ -1680,7 +1680,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1680
1680
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1681
1681
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1682
1682
|
*
|
|
1683
|
-
* @see {@link MatterSpecification.
|
|
1683
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1684
1684
|
*/
|
|
1685
1685
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1686
1686
|
/**
|
|
@@ -1693,7 +1693,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1693
1693
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1694
1694
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1695
1695
|
*
|
|
1696
|
-
* @see {@link MatterSpecification.
|
|
1696
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1697
1697
|
*/
|
|
1698
1698
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1699
1699
|
/**
|
|
@@ -1709,7 +1709,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1709
1709
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1710
1710
|
* indicated in StartTimestamp.
|
|
1711
1711
|
*
|
|
1712
|
-
* @see {@link MatterSpecification.
|
|
1712
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1713
1713
|
*/
|
|
1714
1714
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1715
1715
|
/**
|
|
@@ -1723,7 +1723,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1723
1723
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1724
1724
|
* EndTimestamp.
|
|
1725
1725
|
*
|
|
1726
|
-
* @see {@link MatterSpecification.
|
|
1726
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1727
1727
|
*/
|
|
1728
1728
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1729
1729
|
}> | null, any>;
|
|
@@ -1751,7 +1751,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1751
1751
|
*
|
|
1752
1752
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
1753
1753
|
*
|
|
1754
|
-
* @see {@link MatterSpecification.
|
|
1754
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.4
|
|
1755
1755
|
*/
|
|
1756
1756
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1757
1757
|
/**
|
|
@@ -1764,7 +1764,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1764
1764
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1765
1765
|
* StartSystime and EndSystime fields, or both.
|
|
1766
1766
|
*
|
|
1767
|
-
* @see {@link MatterSpecification.
|
|
1767
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1768
1768
|
*/
|
|
1769
1769
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1770
1770
|
/**
|
|
@@ -1779,7 +1779,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1779
1779
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1780
1780
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1781
1781
|
*
|
|
1782
|
-
* @see {@link MatterSpecification.
|
|
1782
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1783
1783
|
*/
|
|
1784
1784
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1785
1785
|
/**
|
|
@@ -1792,7 +1792,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1792
1792
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1793
1793
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1794
1794
|
*
|
|
1795
|
-
* @see {@link MatterSpecification.
|
|
1795
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1796
1796
|
*/
|
|
1797
1797
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1798
1798
|
/**
|
|
@@ -1808,7 +1808,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1808
1808
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1809
1809
|
* indicated in StartTimestamp.
|
|
1810
1810
|
*
|
|
1811
|
-
* @see {@link MatterSpecification.
|
|
1811
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1812
1812
|
*/
|
|
1813
1813
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1814
1814
|
/**
|
|
@@ -1822,7 +1822,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1822
1822
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1823
1823
|
* EndTimestamp.
|
|
1824
1824
|
*
|
|
1825
|
-
* @see {@link MatterSpecification.
|
|
1825
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1826
1826
|
*/
|
|
1827
1827
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1828
1828
|
}> | null, any>;
|
|
@@ -1850,7 +1850,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1850
1850
|
*
|
|
1851
1851
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
1852
1852
|
*
|
|
1853
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.5
|
|
1854
1854
|
*/
|
|
1855
1855
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1856
1856
|
/**
|
|
@@ -1863,7 +1863,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1863
1863
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
1864
1864
|
* StartSystime and EndSystime fields, or both.
|
|
1865
1865
|
*
|
|
1866
|
-
* @see {@link MatterSpecification.
|
|
1866
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
1867
1867
|
*/
|
|
1868
1868
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1869
1869
|
/**
|
|
@@ -1878,7 +1878,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1878
1878
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
1879
1879
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1880
1880
|
*
|
|
1881
|
-
* @see {@link MatterSpecification.
|
|
1881
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
1882
1882
|
*/
|
|
1883
1883
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1884
1884
|
/**
|
|
@@ -1891,7 +1891,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1891
1891
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
1892
1892
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1893
1893
|
*
|
|
1894
|
-
* @see {@link MatterSpecification.
|
|
1894
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
1895
1895
|
*/
|
|
1896
1896
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1897
1897
|
/**
|
|
@@ -1907,7 +1907,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1907
1907
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
1908
1908
|
* indicated in StartTimestamp.
|
|
1909
1909
|
*
|
|
1910
|
-
* @see {@link MatterSpecification.
|
|
1910
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
1911
1911
|
*/
|
|
1912
1912
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1913
1913
|
/**
|
|
@@ -1921,7 +1921,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1921
1921
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1922
1922
|
* EndTimestamp.
|
|
1923
1923
|
*
|
|
1924
|
-
* @see {@link MatterSpecification.
|
|
1924
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
1925
1925
|
*/
|
|
1926
1926
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1927
1927
|
}> | null, any>;
|
|
@@ -1936,7 +1936,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1936
1936
|
/**
|
|
1937
1937
|
* Indicates when cumulative measurements were most recently zero.
|
|
1938
1938
|
*
|
|
1939
|
-
* @see {@link MatterSpecification.
|
|
1939
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.6
|
|
1940
1940
|
*/
|
|
1941
1941
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1942
1942
|
/**
|
|
@@ -1953,7 +1953,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1953
1953
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
1954
1954
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1955
1955
|
*
|
|
1956
|
-
* @see {@link MatterSpecification.
|
|
1956
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.1
|
|
1957
1957
|
*/
|
|
1958
1958
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1959
1959
|
/**
|
|
@@ -1970,7 +1970,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1970
1970
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
1971
1971
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
1972
1972
|
*
|
|
1973
|
-
* @see {@link MatterSpecification.
|
|
1973
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.2
|
|
1974
1974
|
*/
|
|
1975
1975
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1976
1976
|
/**
|
|
@@ -1985,7 +1985,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1985
1985
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
1986
1986
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1987
1987
|
*
|
|
1988
|
-
* @see {@link MatterSpecification.
|
|
1988
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.3
|
|
1989
1989
|
*/
|
|
1990
1990
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1991
1991
|
/**
|
|
@@ -2000,7 +2000,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2000
2000
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2001
2001
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.4
|
|
2004
2004
|
*/
|
|
2005
2005
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2006
2006
|
}> | null, any>;
|
|
@@ -2011,14 +2011,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2011
2011
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
2012
2012
|
* description above of the related attribute.
|
|
2013
2013
|
*
|
|
2014
|
-
* @see {@link MatterSpecification.
|
|
2014
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1
|
|
2015
2015
|
*/
|
|
2016
2016
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2017
2017
|
/**
|
|
2018
2018
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
2019
2019
|
* EndTimestamp field, EndSystime field, or both.
|
|
2020
2020
|
*
|
|
2021
|
-
* @see {@link MatterSpecification.
|
|
2021
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.1
|
|
2022
2022
|
*/
|
|
2023
2023
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2024
2024
|
/**
|
|
@@ -2031,7 +2031,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2031
2031
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2032
2032
|
* StartSystime and EndSystime fields, or both.
|
|
2033
2033
|
*
|
|
2034
|
-
* @see {@link MatterSpecification.
|
|
2034
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2035
2035
|
*/
|
|
2036
2036
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2037
2037
|
/**
|
|
@@ -2046,7 +2046,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2046
2046
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2047
2047
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2048
2048
|
*
|
|
2049
|
-
* @see {@link MatterSpecification.
|
|
2049
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2050
2050
|
*/
|
|
2051
2051
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2052
2052
|
/**
|
|
@@ -2059,7 +2059,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2059
2059
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2060
2060
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2061
2061
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2062
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2063
2063
|
*/
|
|
2064
2064
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2065
2065
|
/**
|
|
@@ -2075,7 +2075,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2075
2075
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2076
2076
|
* indicated in StartTimestamp.
|
|
2077
2077
|
*
|
|
2078
|
-
* @see {@link MatterSpecification.
|
|
2078
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2079
2079
|
*/
|
|
2080
2080
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2081
2081
|
/**
|
|
@@ -2089,7 +2089,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2089
2089
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2090
2090
|
* EndTimestamp.
|
|
2091
2091
|
*
|
|
2092
|
-
* @see {@link MatterSpecification.
|
|
2092
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2093
2093
|
*/
|
|
2094
2094
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2095
2095
|
}>>;
|
|
@@ -2097,7 +2097,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2097
2097
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
2098
2098
|
* EndTimestamp field, EndSystime field, or both.
|
|
2099
2099
|
*
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2100
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.2
|
|
2101
2101
|
*/
|
|
2102
2102
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2103
2103
|
/**
|
|
@@ -2110,7 +2110,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2110
2110
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2111
2111
|
* StartSystime and EndSystime fields, or both.
|
|
2112
2112
|
*
|
|
2113
|
-
* @see {@link MatterSpecification.
|
|
2113
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2114
2114
|
*/
|
|
2115
2115
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2116
2116
|
/**
|
|
@@ -2125,7 +2125,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2125
2125
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2126
2126
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2127
2127
|
*
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2129
2129
|
*/
|
|
2130
2130
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2131
2131
|
/**
|
|
@@ -2138,7 +2138,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2138
2138
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2139
2139
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2140
2140
|
*
|
|
2141
|
-
* @see {@link MatterSpecification.
|
|
2141
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2142
2142
|
*/
|
|
2143
2143
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2144
2144
|
/**
|
|
@@ -2154,7 +2154,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2154
2154
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2155
2155
|
* indicated in StartTimestamp.
|
|
2156
2156
|
*
|
|
2157
|
-
* @see {@link MatterSpecification.
|
|
2157
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2158
2158
|
*/
|
|
2159
2159
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2160
2160
|
/**
|
|
@@ -2168,7 +2168,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2168
2168
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2169
2169
|
* EndTimestamp.
|
|
2170
2170
|
*
|
|
2171
|
-
* @see {@link MatterSpecification.
|
|
2171
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2172
2172
|
*/
|
|
2173
2173
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2174
2174
|
}>>;
|
|
@@ -2185,14 +2185,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2185
2185
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
2186
2186
|
* exported energy, or both.
|
|
2187
2187
|
*
|
|
2188
|
-
* @see {@link MatterSpecification.
|
|
2188
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2
|
|
2189
2189
|
*/
|
|
2190
2190
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2191
2191
|
/**
|
|
2192
2192
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
2193
2193
|
* EndTimestamp field, EndSystime field, or both.
|
|
2194
2194
|
*
|
|
2195
|
-
* @see {@link MatterSpecification.
|
|
2195
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.1
|
|
2196
2196
|
*/
|
|
2197
2197
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2198
2198
|
/**
|
|
@@ -2205,7 +2205,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2205
2205
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2206
2206
|
* StartSystime and EndSystime fields, or both.
|
|
2207
2207
|
*
|
|
2208
|
-
* @see {@link MatterSpecification.
|
|
2208
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2209
2209
|
*/
|
|
2210
2210
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2211
2211
|
/**
|
|
@@ -2220,7 +2220,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2220
2220
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2221
2221
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2222
2222
|
*
|
|
2223
|
-
* @see {@link MatterSpecification.
|
|
2223
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2224
2224
|
*/
|
|
2225
2225
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2226
2226
|
/**
|
|
@@ -2233,7 +2233,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2233
2233
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2234
2234
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2235
2235
|
*
|
|
2236
|
-
* @see {@link MatterSpecification.
|
|
2236
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2237
2237
|
*/
|
|
2238
2238
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2239
2239
|
/**
|
|
@@ -2249,7 +2249,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2249
2249
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2250
2250
|
* indicated in StartTimestamp.
|
|
2251
2251
|
*
|
|
2252
|
-
* @see {@link MatterSpecification.
|
|
2252
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2253
2253
|
*/
|
|
2254
2254
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2255
2255
|
/**
|
|
@@ -2263,7 +2263,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2263
2263
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2264
2264
|
* EndTimestamp.
|
|
2265
2265
|
*
|
|
2266
|
-
* @see {@link MatterSpecification.
|
|
2266
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2267
2267
|
*/
|
|
2268
2268
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2269
2269
|
}>>;
|
|
@@ -2271,7 +2271,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2271
2271
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
2272
2272
|
* EndTimestamp field, EndSystime field, or both.
|
|
2273
2273
|
*
|
|
2274
|
-
* @see {@link MatterSpecification.
|
|
2274
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.2
|
|
2275
2275
|
*/
|
|
2276
2276
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2277
2277
|
/**
|
|
@@ -2284,7 +2284,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2284
2284
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2285
2285
|
* StartSystime and EndSystime fields, or both.
|
|
2286
2286
|
*
|
|
2287
|
-
* @see {@link MatterSpecification.
|
|
2287
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2288
2288
|
*/
|
|
2289
2289
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2290
2290
|
/**
|
|
@@ -2299,7 +2299,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2299
2299
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2300
2300
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2301
2301
|
*
|
|
2302
|
-
* @see {@link MatterSpecification.
|
|
2302
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2303
2303
|
*/
|
|
2304
2304
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2305
2305
|
/**
|
|
@@ -2312,7 +2312,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2312
2312
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2313
2313
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2314
2314
|
*
|
|
2315
|
-
* @see {@link MatterSpecification.
|
|
2315
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2316
2316
|
*/
|
|
2317
2317
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2318
2318
|
/**
|
|
@@ -2328,7 +2328,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2328
2328
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2329
2329
|
* indicated in StartTimestamp.
|
|
2330
2330
|
*
|
|
2331
|
-
* @see {@link MatterSpecification.
|
|
2331
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2332
2332
|
*/
|
|
2333
2333
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2334
2334
|
/**
|
|
@@ -2342,7 +2342,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2342
2342
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2343
2343
|
* EndTimestamp.
|
|
2344
2344
|
*
|
|
2345
|
-
* @see {@link MatterSpecification.
|
|
2345
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2346
2346
|
*/
|
|
2347
2347
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2348
2348
|
}>>;
|
|
@@ -2374,13 +2374,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2374
2374
|
/**
|
|
2375
2375
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
2376
2376
|
*
|
|
2377
|
-
* @see {@link MatterSpecification.
|
|
2377
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.1
|
|
2378
2378
|
*/
|
|
2379
2379
|
readonly importedEnergy: BitFlag;
|
|
2380
2380
|
/**
|
|
2381
2381
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
2382
2382
|
*
|
|
2383
|
-
* @see {@link MatterSpecification.
|
|
2383
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.2
|
|
2384
2384
|
*/
|
|
2385
2385
|
readonly exportedEnergy: BitFlag;
|
|
2386
2386
|
/**
|
|
@@ -2389,7 +2389,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2389
2389
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
2390
2390
|
* when a device is factory reset.
|
|
2391
2391
|
*
|
|
2392
|
-
* @see {@link MatterSpecification.
|
|
2392
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.3
|
|
2393
2393
|
*/
|
|
2394
2394
|
readonly cumulativeEnergy: BitFlag;
|
|
2395
2395
|
/**
|
|
@@ -2397,7 +2397,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2397
2397
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
2398
2398
|
* determined by the server, and may represent overlapping periods.
|
|
2399
2399
|
*
|
|
2400
|
-
* @see {@link MatterSpecification.
|
|
2400
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.4
|
|
2401
2401
|
*/
|
|
2402
2402
|
readonly periodicEnergy: BitFlag;
|
|
2403
2403
|
};
|
|
@@ -2406,7 +2406,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2406
2406
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
2407
2407
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
2408
2408
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.
|
|
2409
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.1
|
|
2410
2410
|
*/
|
|
2411
2411
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2412
2412
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -2451,7 +2451,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2451
2451
|
*
|
|
2452
2452
|
* If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
|
|
2453
2453
|
*
|
|
2454
|
-
* @see {@link MatterSpecification.
|
|
2454
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.2
|
|
2455
2455
|
*/
|
|
2456
2456
|
readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2457
2457
|
/**
|
|
@@ -2464,7 +2464,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2464
2464
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2465
2465
|
* StartSystime and EndSystime fields, or both.
|
|
2466
2466
|
*
|
|
2467
|
-
* @see {@link MatterSpecification.
|
|
2467
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2468
2468
|
*/
|
|
2469
2469
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2470
2470
|
/**
|
|
@@ -2479,7 +2479,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2479
2479
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2480
2480
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2481
2481
|
*
|
|
2482
|
-
* @see {@link MatterSpecification.
|
|
2482
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2483
2483
|
*/
|
|
2484
2484
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2485
2485
|
/**
|
|
@@ -2492,7 +2492,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2492
2492
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2493
2493
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2494
2494
|
*
|
|
2495
|
-
* @see {@link MatterSpecification.
|
|
2495
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2496
2496
|
*/
|
|
2497
2497
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2498
2498
|
/**
|
|
@@ -2508,7 +2508,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2508
2508
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2509
2509
|
* indicated in StartTimestamp.
|
|
2510
2510
|
*
|
|
2511
|
-
* @see {@link MatterSpecification.
|
|
2511
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2512
2512
|
*/
|
|
2513
2513
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2514
2514
|
/**
|
|
@@ -2522,7 +2522,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2522
2522
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2523
2523
|
* EndTimestamp.
|
|
2524
2524
|
*
|
|
2525
|
-
* @see {@link MatterSpecification.
|
|
2525
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2526
2526
|
*/
|
|
2527
2527
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2528
2528
|
}> | null, any>;
|
|
@@ -2550,7 +2550,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2550
2550
|
*
|
|
2551
2551
|
* If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
|
|
2552
2552
|
*
|
|
2553
|
-
* @see {@link MatterSpecification.
|
|
2553
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.3
|
|
2554
2554
|
*/
|
|
2555
2555
|
readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2556
2556
|
/**
|
|
@@ -2563,7 +2563,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2563
2563
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2564
2564
|
* StartSystime and EndSystime fields, or both.
|
|
2565
2565
|
*
|
|
2566
|
-
* @see {@link MatterSpecification.
|
|
2566
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2567
2567
|
*/
|
|
2568
2568
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2569
2569
|
/**
|
|
@@ -2578,7 +2578,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2578
2578
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2579
2579
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2580
2580
|
*
|
|
2581
|
-
* @see {@link MatterSpecification.
|
|
2581
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2582
2582
|
*/
|
|
2583
2583
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2584
2584
|
/**
|
|
@@ -2591,7 +2591,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2591
2591
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2592
2592
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2593
2593
|
*
|
|
2594
|
-
* @see {@link MatterSpecification.
|
|
2594
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2595
2595
|
*/
|
|
2596
2596
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2597
2597
|
/**
|
|
@@ -2607,7 +2607,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2607
2607
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2608
2608
|
* indicated in StartTimestamp.
|
|
2609
2609
|
*
|
|
2610
|
-
* @see {@link MatterSpecification.
|
|
2610
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2611
2611
|
*/
|
|
2612
2612
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2613
2613
|
/**
|
|
@@ -2621,7 +2621,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2621
2621
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2622
2622
|
* EndTimestamp.
|
|
2623
2623
|
*
|
|
2624
|
-
* @see {@link MatterSpecification.
|
|
2624
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2625
2625
|
*/
|
|
2626
2626
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2627
2627
|
}> | null, any>;
|
|
@@ -2649,7 +2649,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2649
2649
|
*
|
|
2650
2650
|
* If the periodic energy imported cannot currently be determined, a value of null shall be returned.
|
|
2651
2651
|
*
|
|
2652
|
-
* @see {@link MatterSpecification.
|
|
2652
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.4
|
|
2653
2653
|
*/
|
|
2654
2654
|
readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2655
2655
|
/**
|
|
@@ -2662,7 +2662,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2662
2662
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2663
2663
|
* StartSystime and EndSystime fields, or both.
|
|
2664
2664
|
*
|
|
2665
|
-
* @see {@link MatterSpecification.
|
|
2665
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2666
2666
|
*/
|
|
2667
2667
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2668
2668
|
/**
|
|
@@ -2677,7 +2677,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2677
2677
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2678
2678
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2679
2679
|
*
|
|
2680
|
-
* @see {@link MatterSpecification.
|
|
2680
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2681
2681
|
*/
|
|
2682
2682
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2683
2683
|
/**
|
|
@@ -2690,7 +2690,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2690
2690
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2691
2691
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2692
2692
|
*
|
|
2693
|
-
* @see {@link MatterSpecification.
|
|
2693
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2694
2694
|
*/
|
|
2695
2695
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2696
2696
|
/**
|
|
@@ -2706,7 +2706,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2706
2706
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2707
2707
|
* indicated in StartTimestamp.
|
|
2708
2708
|
*
|
|
2709
|
-
* @see {@link MatterSpecification.
|
|
2709
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2710
2710
|
*/
|
|
2711
2711
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2712
2712
|
/**
|
|
@@ -2720,7 +2720,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2720
2720
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2721
2721
|
* EndTimestamp.
|
|
2722
2722
|
*
|
|
2723
|
-
* @see {@link MatterSpecification.
|
|
2723
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2724
2724
|
*/
|
|
2725
2725
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2726
2726
|
}> | null, any>;
|
|
@@ -2748,7 +2748,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2748
2748
|
*
|
|
2749
2749
|
* If the periodic energy exported cannot currently be determined, a value of null shall be returned.
|
|
2750
2750
|
*
|
|
2751
|
-
* @see {@link MatterSpecification.
|
|
2751
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.5
|
|
2752
2752
|
*/
|
|
2753
2753
|
readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2754
2754
|
/**
|
|
@@ -2761,7 +2761,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2761
2761
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2762
2762
|
* StartSystime and EndSystime fields, or both.
|
|
2763
2763
|
*
|
|
2764
|
-
* @see {@link MatterSpecification.
|
|
2764
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2765
2765
|
*/
|
|
2766
2766
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2767
2767
|
/**
|
|
@@ -2776,7 +2776,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2776
2776
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2777
2777
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2778
2778
|
*
|
|
2779
|
-
* @see {@link MatterSpecification.
|
|
2779
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2780
2780
|
*/
|
|
2781
2781
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2782
2782
|
/**
|
|
@@ -2789,7 +2789,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2789
2789
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2790
2790
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2791
2791
|
*
|
|
2792
|
-
* @see {@link MatterSpecification.
|
|
2792
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2793
2793
|
*/
|
|
2794
2794
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2795
2795
|
/**
|
|
@@ -2805,7 +2805,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2805
2805
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2806
2806
|
* indicated in StartTimestamp.
|
|
2807
2807
|
*
|
|
2808
|
-
* @see {@link MatterSpecification.
|
|
2808
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2809
2809
|
*/
|
|
2810
2810
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2811
2811
|
/**
|
|
@@ -2819,7 +2819,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2819
2819
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2820
2820
|
* EndTimestamp.
|
|
2821
2821
|
*
|
|
2822
|
-
* @see {@link MatterSpecification.
|
|
2822
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2823
2823
|
*/
|
|
2824
2824
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2825
2825
|
}> | null, any>;
|
|
@@ -2834,7 +2834,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2834
2834
|
/**
|
|
2835
2835
|
* Indicates when cumulative measurements were most recently zero.
|
|
2836
2836
|
*
|
|
2837
|
-
* @see {@link MatterSpecification.
|
|
2837
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.6
|
|
2838
2838
|
*/
|
|
2839
2839
|
readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2840
2840
|
/**
|
|
@@ -2851,7 +2851,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2851
2851
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
2852
2852
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
2853
2853
|
*
|
|
2854
|
-
* @see {@link MatterSpecification.
|
|
2854
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.1
|
|
2855
2855
|
*/
|
|
2856
2856
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2857
2857
|
/**
|
|
@@ -2868,7 +2868,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2868
2868
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
2869
2869
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
2870
2870
|
*
|
|
2871
|
-
* @see {@link MatterSpecification.
|
|
2871
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.2
|
|
2872
2872
|
*/
|
|
2873
2873
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2874
2874
|
/**
|
|
@@ -2883,7 +2883,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2883
2883
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2884
2884
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2885
2885
|
*
|
|
2886
|
-
* @see {@link MatterSpecification.
|
|
2886
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.3
|
|
2887
2887
|
*/
|
|
2888
2888
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2889
2889
|
/**
|
|
@@ -2898,7 +2898,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2898
2898
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
2899
2899
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2900
2900
|
*
|
|
2901
|
-
* @see {@link MatterSpecification.
|
|
2901
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.4
|
|
2902
2902
|
*/
|
|
2903
2903
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2904
2904
|
}> | null, any>;
|
|
@@ -2909,14 +2909,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2909
2909
|
* server, exported from the server, or both, but not more frequently than the rate mentioned in the
|
|
2910
2910
|
* description above of the related attribute.
|
|
2911
2911
|
*
|
|
2912
|
-
* @see {@link MatterSpecification.
|
|
2912
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1
|
|
2913
2913
|
*/
|
|
2914
2914
|
readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2915
2915
|
/**
|
|
2916
2916
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
2917
2917
|
* EndTimestamp field, EndSystime field, or both.
|
|
2918
2918
|
*
|
|
2919
|
-
* @see {@link MatterSpecification.
|
|
2919
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.1
|
|
2920
2920
|
*/
|
|
2921
2921
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2922
2922
|
/**
|
|
@@ -2929,7 +2929,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2929
2929
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
2930
2930
|
* StartSystime and EndSystime fields, or both.
|
|
2931
2931
|
*
|
|
2932
|
-
* @see {@link MatterSpecification.
|
|
2932
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
2933
2933
|
*/
|
|
2934
2934
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2935
2935
|
/**
|
|
@@ -2944,7 +2944,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2944
2944
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
2945
2945
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2946
2946
|
*
|
|
2947
|
-
* @see {@link MatterSpecification.
|
|
2947
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
2948
2948
|
*/
|
|
2949
2949
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2950
2950
|
/**
|
|
@@ -2957,7 +2957,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2957
2957
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
2958
2958
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2959
2959
|
*
|
|
2960
|
-
* @see {@link MatterSpecification.
|
|
2960
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
2961
2961
|
*/
|
|
2962
2962
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2963
2963
|
/**
|
|
@@ -2973,7 +2973,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2973
2973
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
2974
2974
|
* indicated in StartTimestamp.
|
|
2975
2975
|
*
|
|
2976
|
-
* @see {@link MatterSpecification.
|
|
2976
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
2977
2977
|
*/
|
|
2978
2978
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2979
2979
|
/**
|
|
@@ -2987,7 +2987,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2987
2987
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2988
2988
|
* EndTimestamp.
|
|
2989
2989
|
*
|
|
2990
|
-
* @see {@link MatterSpecification.
|
|
2990
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
2991
2991
|
*/
|
|
2992
2992
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2993
2993
|
}>>;
|
|
@@ -2995,7 +2995,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2995
2995
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
2996
2996
|
* EndTimestamp field, EndSystime field, or both.
|
|
2997
2997
|
*
|
|
2998
|
-
* @see {@link MatterSpecification.
|
|
2998
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.2
|
|
2999
2999
|
*/
|
|
3000
3000
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3001
3001
|
/**
|
|
@@ -3008,7 +3008,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3008
3008
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3009
3009
|
* StartSystime and EndSystime fields, or both.
|
|
3010
3010
|
*
|
|
3011
|
-
* @see {@link MatterSpecification.
|
|
3011
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3012
3012
|
*/
|
|
3013
3013
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3014
3014
|
/**
|
|
@@ -3023,7 +3023,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3023
3023
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3024
3024
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3025
3025
|
*
|
|
3026
|
-
* @see {@link MatterSpecification.
|
|
3026
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3027
3027
|
*/
|
|
3028
3028
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3029
3029
|
/**
|
|
@@ -3036,7 +3036,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3036
3036
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3037
3037
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3038
3038
|
*
|
|
3039
|
-
* @see {@link MatterSpecification.
|
|
3039
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3040
3040
|
*/
|
|
3041
3041
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3042
3042
|
/**
|
|
@@ -3052,7 +3052,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3052
3052
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3053
3053
|
* indicated in StartTimestamp.
|
|
3054
3054
|
*
|
|
3055
|
-
* @see {@link MatterSpecification.
|
|
3055
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3056
3056
|
*/
|
|
3057
3057
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3058
3058
|
/**
|
|
@@ -3066,7 +3066,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3066
3066
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3067
3067
|
* EndTimestamp.
|
|
3068
3068
|
*
|
|
3069
|
-
* @see {@link MatterSpecification.
|
|
3069
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3070
3070
|
*/
|
|
3071
3071
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3072
3072
|
}>>;
|
|
@@ -3083,14 +3083,14 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3083
3083
|
* This event shall be generated when the server reaches the end of a reporting period for imported energy,
|
|
3084
3084
|
* exported energy, or both.
|
|
3085
3085
|
*
|
|
3086
|
-
* @see {@link MatterSpecification.
|
|
3086
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2
|
|
3087
3087
|
*/
|
|
3088
3088
|
readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3089
3089
|
/**
|
|
3090
3090
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
3091
3091
|
* EndTimestamp field, EndSystime field, or both.
|
|
3092
3092
|
*
|
|
3093
|
-
* @see {@link MatterSpecification.
|
|
3093
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.1
|
|
3094
3094
|
*/
|
|
3095
3095
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3096
3096
|
/**
|
|
@@ -3103,7 +3103,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3103
3103
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3104
3104
|
* StartSystime and EndSystime fields, or both.
|
|
3105
3105
|
*
|
|
3106
|
-
* @see {@link MatterSpecification.
|
|
3106
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3107
3107
|
*/
|
|
3108
3108
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3109
3109
|
/**
|
|
@@ -3118,7 +3118,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3118
3118
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3119
3119
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3120
3120
|
*
|
|
3121
|
-
* @see {@link MatterSpecification.
|
|
3121
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3122
3122
|
*/
|
|
3123
3123
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3124
3124
|
/**
|
|
@@ -3131,7 +3131,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3131
3131
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3132
3132
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3133
3133
|
*
|
|
3134
|
-
* @see {@link MatterSpecification.
|
|
3134
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3135
3135
|
*/
|
|
3136
3136
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3137
3137
|
/**
|
|
@@ -3147,7 +3147,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3147
3147
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3148
3148
|
* indicated in StartTimestamp.
|
|
3149
3149
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3150
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3151
3151
|
*/
|
|
3152
3152
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3153
3153
|
/**
|
|
@@ -3161,7 +3161,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3161
3161
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3162
3162
|
* EndTimestamp.
|
|
3163
3163
|
*
|
|
3164
|
-
* @see {@link MatterSpecification.
|
|
3164
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3165
3165
|
*/
|
|
3166
3166
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3167
3167
|
}>>;
|
|
@@ -3169,7 +3169,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3169
3169
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
3170
3170
|
* EndTimestamp field, EndSystime field, or both.
|
|
3171
3171
|
*
|
|
3172
|
-
* @see {@link MatterSpecification.
|
|
3172
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.2
|
|
3173
3173
|
*/
|
|
3174
3174
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3175
3175
|
/**
|
|
@@ -3182,7 +3182,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3182
3182
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3183
3183
|
* StartSystime and EndSystime fields, or both.
|
|
3184
3184
|
*
|
|
3185
|
-
* @see {@link MatterSpecification.
|
|
3185
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3186
3186
|
*/
|
|
3187
3187
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3188
3188
|
/**
|
|
@@ -3197,7 +3197,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3197
3197
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3198
3198
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3199
3199
|
*
|
|
3200
|
-
* @see {@link MatterSpecification.
|
|
3200
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3201
3201
|
*/
|
|
3202
3202
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3203
3203
|
/**
|
|
@@ -3210,7 +3210,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3210
3210
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3211
3211
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3212
3212
|
*
|
|
3213
|
-
* @see {@link MatterSpecification.
|
|
3213
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3214
3214
|
*/
|
|
3215
3215
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3216
3216
|
/**
|
|
@@ -3226,7 +3226,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3226
3226
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3227
3227
|
* indicated in StartTimestamp.
|
|
3228
3228
|
*
|
|
3229
|
-
* @see {@link MatterSpecification.
|
|
3229
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3230
3230
|
*/
|
|
3231
3231
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3232
3232
|
/**
|
|
@@ -3240,7 +3240,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3240
3240
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3241
3241
|
* EndTimestamp.
|
|
3242
3242
|
*
|
|
3243
|
-
* @see {@link MatterSpecification.
|
|
3243
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3244
3244
|
*/
|
|
3245
3245
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3246
3246
|
}>>;
|
|
@@ -3268,7 +3268,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3268
3268
|
* Per the Matter specification you cannot use {@link ElectricalEnergyMeasurementCluster} without enabling certain
|
|
3269
3269
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
3270
3270
|
*
|
|
3271
|
-
* @see {@link MatterSpecification.
|
|
3271
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12
|
|
3272
3272
|
*/
|
|
3273
3273
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3274
3274
|
}
|
|
@@ -3284,13 +3284,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3284
3284
|
/**
|
|
3285
3285
|
* The feature indicates the server is capable of measuring how much energy is imported by the server.
|
|
3286
3286
|
*
|
|
3287
|
-
* @see {@link MatterSpecification.
|
|
3287
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.1
|
|
3288
3288
|
*/
|
|
3289
3289
|
readonly importedEnergy: BitFlag;
|
|
3290
3290
|
/**
|
|
3291
3291
|
* The feature indicates the server is capable of measuring how much energy is exported by the server.
|
|
3292
3292
|
*
|
|
3293
|
-
* @see {@link MatterSpecification.
|
|
3293
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.2
|
|
3294
3294
|
*/
|
|
3295
3295
|
readonly exportedEnergy: BitFlag;
|
|
3296
3296
|
/**
|
|
@@ -3299,7 +3299,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3299
3299
|
* updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
|
|
3300
3300
|
* when a device is factory reset.
|
|
3301
3301
|
*
|
|
3302
|
-
* @see {@link MatterSpecification.
|
|
3302
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.3
|
|
3303
3303
|
*/
|
|
3304
3304
|
readonly cumulativeEnergy: BitFlag;
|
|
3305
3305
|
/**
|
|
@@ -3307,7 +3307,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3307
3307
|
* the server during a certain period of time. The start and end times for measurement periods shall be
|
|
3308
3308
|
* determined by the server, and may represent overlapping periods.
|
|
3309
3309
|
*
|
|
3310
|
-
* @see {@link MatterSpecification.
|
|
3310
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.4.4
|
|
3311
3311
|
*/
|
|
3312
3312
|
readonly periodicEnergy: BitFlag;
|
|
3313
3313
|
};
|
|
@@ -3323,7 +3323,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3323
3323
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3324
3324
|
* StartSystime and EndSystime fields, or both.
|
|
3325
3325
|
*
|
|
3326
|
-
* @see {@link MatterSpecification.
|
|
3326
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3327
3327
|
*/
|
|
3328
3328
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3329
3329
|
/**
|
|
@@ -3338,7 +3338,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3338
3338
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3339
3339
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3340
3340
|
*
|
|
3341
|
-
* @see {@link MatterSpecification.
|
|
3341
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3342
3342
|
*/
|
|
3343
3343
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3344
3344
|
/**
|
|
@@ -3351,7 +3351,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3351
3351
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3352
3352
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3353
3353
|
*
|
|
3354
|
-
* @see {@link MatterSpecification.
|
|
3354
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3355
3355
|
*/
|
|
3356
3356
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3357
3357
|
/**
|
|
@@ -3367,7 +3367,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3367
3367
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3368
3368
|
* indicated in StartTimestamp.
|
|
3369
3369
|
*
|
|
3370
|
-
* @see {@link MatterSpecification.
|
|
3370
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3371
3371
|
*/
|
|
3372
3372
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3373
3373
|
/**
|
|
@@ -3381,7 +3381,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3381
3381
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3382
3382
|
* EndTimestamp.
|
|
3383
3383
|
*
|
|
3384
|
-
* @see {@link MatterSpecification.
|
|
3384
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3385
3385
|
*/
|
|
3386
3386
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3387
3387
|
}> | null, any> & {
|
|
@@ -3404,7 +3404,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3404
3404
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3405
3405
|
* StartSystime and EndSystime fields, or both.
|
|
3406
3406
|
*
|
|
3407
|
-
* @see {@link MatterSpecification.
|
|
3407
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3408
3408
|
*/
|
|
3409
3409
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3410
3410
|
/**
|
|
@@ -3419,7 +3419,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3419
3419
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3420
3420
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3421
3421
|
*
|
|
3422
|
-
* @see {@link MatterSpecification.
|
|
3422
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3423
3423
|
*/
|
|
3424
3424
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3425
3425
|
/**
|
|
@@ -3432,7 +3432,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3432
3432
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3433
3433
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3434
3434
|
*
|
|
3435
|
-
* @see {@link MatterSpecification.
|
|
3435
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3436
3436
|
*/
|
|
3437
3437
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3438
3438
|
/**
|
|
@@ -3448,7 +3448,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3448
3448
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3449
3449
|
* indicated in StartTimestamp.
|
|
3450
3450
|
*
|
|
3451
|
-
* @see {@link MatterSpecification.
|
|
3451
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3452
3452
|
*/
|
|
3453
3453
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3454
3454
|
/**
|
|
@@ -3462,7 +3462,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3462
3462
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3463
3463
|
* EndTimestamp.
|
|
3464
3464
|
*
|
|
3465
|
-
* @see {@link MatterSpecification.
|
|
3465
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3466
3466
|
*/
|
|
3467
3467
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3468
3468
|
}> | null, any> & {
|
|
@@ -3485,7 +3485,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3485
3485
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3486
3486
|
* StartSystime and EndSystime fields, or both.
|
|
3487
3487
|
*
|
|
3488
|
-
* @see {@link MatterSpecification.
|
|
3488
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3489
3489
|
*/
|
|
3490
3490
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3491
3491
|
/**
|
|
@@ -3500,7 +3500,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3500
3500
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3501
3501
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3502
3502
|
*
|
|
3503
|
-
* @see {@link MatterSpecification.
|
|
3503
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3504
3504
|
*/
|
|
3505
3505
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3506
3506
|
/**
|
|
@@ -3513,7 +3513,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3513
3513
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3514
3514
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3515
3515
|
*
|
|
3516
|
-
* @see {@link MatterSpecification.
|
|
3516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3517
3517
|
*/
|
|
3518
3518
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3519
3519
|
/**
|
|
@@ -3529,7 +3529,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3529
3529
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3530
3530
|
* indicated in StartTimestamp.
|
|
3531
3531
|
*
|
|
3532
|
-
* @see {@link MatterSpecification.
|
|
3532
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3533
3533
|
*/
|
|
3534
3534
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3535
3535
|
/**
|
|
@@ -3543,7 +3543,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3543
3543
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3544
3544
|
* EndTimestamp.
|
|
3545
3545
|
*
|
|
3546
|
-
* @see {@link MatterSpecification.
|
|
3546
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3547
3547
|
*/
|
|
3548
3548
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3549
3549
|
}> | null, any> & {
|
|
@@ -3566,7 +3566,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3566
3566
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3567
3567
|
* StartSystime and EndSystime fields, or both.
|
|
3568
3568
|
*
|
|
3569
|
-
* @see {@link MatterSpecification.
|
|
3569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3570
3570
|
*/
|
|
3571
3571
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3572
3572
|
/**
|
|
@@ -3581,7 +3581,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3581
3581
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3582
3582
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3583
3583
|
*
|
|
3584
|
-
* @see {@link MatterSpecification.
|
|
3584
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3585
3585
|
*/
|
|
3586
3586
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3587
3587
|
/**
|
|
@@ -3594,7 +3594,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3594
3594
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3595
3595
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3596
3596
|
*
|
|
3597
|
-
* @see {@link MatterSpecification.
|
|
3597
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3598
3598
|
*/
|
|
3599
3599
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3600
3600
|
/**
|
|
@@ -3610,7 +3610,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3610
3610
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3611
3611
|
* indicated in StartTimestamp.
|
|
3612
3612
|
*
|
|
3613
|
-
* @see {@link MatterSpecification.
|
|
3613
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3614
3614
|
*/
|
|
3615
3615
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3616
3616
|
/**
|
|
@@ -3624,7 +3624,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3624
3624
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3625
3625
|
* EndTimestamp.
|
|
3626
3626
|
*
|
|
3627
|
-
* @see {@link MatterSpecification.
|
|
3627
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3628
3628
|
*/
|
|
3629
3629
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3630
3630
|
}> | null, any> & {
|
|
@@ -3651,7 +3651,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3651
3651
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
|
|
3652
3652
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
3653
3653
|
*
|
|
3654
|
-
* @see {@link MatterSpecification.
|
|
3654
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.1
|
|
3655
3655
|
*/
|
|
3656
3656
|
importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3657
3657
|
/**
|
|
@@ -3668,7 +3668,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3668
3668
|
* If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
|
|
3669
3669
|
* recently zero cannot currently be determined, a value of null shall be returned.
|
|
3670
3670
|
*
|
|
3671
|
-
* @see {@link MatterSpecification.
|
|
3671
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.2
|
|
3672
3672
|
*/
|
|
3673
3673
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3674
3674
|
/**
|
|
@@ -3683,7 +3683,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3683
3683
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
3684
3684
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3685
3685
|
*
|
|
3686
|
-
* @see {@link MatterSpecification.
|
|
3686
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.3
|
|
3687
3687
|
*/
|
|
3688
3688
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3689
3689
|
/**
|
|
@@ -3698,7 +3698,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3698
3698
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
|
|
3699
3699
|
* value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3700
3700
|
*
|
|
3701
|
-
* @see {@link MatterSpecification.
|
|
3701
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.3.4
|
|
3702
3702
|
*/
|
|
3703
3703
|
exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3704
3704
|
}> | null, any> & {
|
|
@@ -3713,7 +3713,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3713
3713
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
3714
3714
|
* this MeasurementAccuracyStruct shall be ElectricalEnergy.
|
|
3715
3715
|
*
|
|
3716
|
-
* @see {@link MatterSpecification.
|
|
3716
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.6.1
|
|
3717
3717
|
*/
|
|
3718
3718
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3719
3719
|
measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
|
|
@@ -3738,7 +3738,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3738
3738
|
* This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
|
|
3739
3739
|
* EndTimestamp field, EndSystime field, or both.
|
|
3740
3740
|
*
|
|
3741
|
-
* @see {@link MatterSpecification.
|
|
3741
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.1
|
|
3742
3742
|
*/
|
|
3743
3743
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3744
3744
|
/**
|
|
@@ -3751,7 +3751,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3751
3751
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3752
3752
|
* StartSystime and EndSystime fields, or both.
|
|
3753
3753
|
*
|
|
3754
|
-
* @see {@link MatterSpecification.
|
|
3754
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3755
3755
|
*/
|
|
3756
3756
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3757
3757
|
/**
|
|
@@ -3766,7 +3766,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3766
3766
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3767
3767
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3768
3768
|
*
|
|
3769
|
-
* @see {@link MatterSpecification.
|
|
3769
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3770
3770
|
*/
|
|
3771
3771
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3772
3772
|
/**
|
|
@@ -3779,7 +3779,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3779
3779
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3780
3780
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3781
3781
|
*
|
|
3782
|
-
* @see {@link MatterSpecification.
|
|
3782
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3783
3783
|
*/
|
|
3784
3784
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3785
3785
|
/**
|
|
@@ -3795,7 +3795,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3795
3795
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3796
3796
|
* indicated in StartTimestamp.
|
|
3797
3797
|
*
|
|
3798
|
-
* @see {@link MatterSpecification.
|
|
3798
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3799
3799
|
*/
|
|
3800
3800
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3801
3801
|
/**
|
|
@@ -3809,7 +3809,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3809
3809
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3810
3810
|
* EndTimestamp.
|
|
3811
3811
|
*
|
|
3812
|
-
* @see {@link MatterSpecification.
|
|
3812
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3813
3813
|
*/
|
|
3814
3814
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3815
3815
|
}>>;
|
|
@@ -3817,7 +3817,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3817
3817
|
* This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
|
|
3818
3818
|
* EndTimestamp field, EndSystime field, or both.
|
|
3819
3819
|
*
|
|
3820
|
-
* @see {@link MatterSpecification.
|
|
3820
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.1.2
|
|
3821
3821
|
*/
|
|
3822
3822
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3823
3823
|
/**
|
|
@@ -3830,7 +3830,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3830
3830
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3831
3831
|
* StartSystime and EndSystime fields, or both.
|
|
3832
3832
|
*
|
|
3833
|
-
* @see {@link MatterSpecification.
|
|
3833
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3834
3834
|
*/
|
|
3835
3835
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3836
3836
|
/**
|
|
@@ -3845,7 +3845,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3845
3845
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3846
3846
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3847
3847
|
*
|
|
3848
|
-
* @see {@link MatterSpecification.
|
|
3848
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3849
3849
|
*/
|
|
3850
3850
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3851
3851
|
/**
|
|
@@ -3858,7 +3858,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3858
3858
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3859
3859
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3860
3860
|
*
|
|
3861
|
-
* @see {@link MatterSpecification.
|
|
3861
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3862
3862
|
*/
|
|
3863
3863
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3864
3864
|
/**
|
|
@@ -3874,7 +3874,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3874
3874
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3875
3875
|
* indicated in StartTimestamp.
|
|
3876
3876
|
*
|
|
3877
|
-
* @see {@link MatterSpecification.
|
|
3877
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3878
3878
|
*/
|
|
3879
3879
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3880
3880
|
/**
|
|
@@ -3888,7 +3888,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3888
3888
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3889
3889
|
* EndTimestamp.
|
|
3890
3890
|
*
|
|
3891
|
-
* @see {@link MatterSpecification.
|
|
3891
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3892
3892
|
*/
|
|
3893
3893
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3894
3894
|
}>>;
|
|
@@ -3905,7 +3905,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3905
3905
|
* This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
|
|
3906
3906
|
* EndTimestamp field, EndSystime field, or both.
|
|
3907
3907
|
*
|
|
3908
|
-
* @see {@link MatterSpecification.
|
|
3908
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.1
|
|
3909
3909
|
*/
|
|
3910
3910
|
energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3911
3911
|
/**
|
|
@@ -3918,7 +3918,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3918
3918
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3919
3919
|
* StartSystime and EndSystime fields, or both.
|
|
3920
3920
|
*
|
|
3921
|
-
* @see {@link MatterSpecification.
|
|
3921
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
3922
3922
|
*/
|
|
3923
3923
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3924
3924
|
/**
|
|
@@ -3933,7 +3933,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3933
3933
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
3934
3934
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3935
3935
|
*
|
|
3936
|
-
* @see {@link MatterSpecification.
|
|
3936
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
3937
3937
|
*/
|
|
3938
3938
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3939
3939
|
/**
|
|
@@ -3946,7 +3946,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3946
3946
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
3947
3947
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
3948
3948
|
*
|
|
3949
|
-
* @see {@link MatterSpecification.
|
|
3949
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
3950
3950
|
*/
|
|
3951
3951
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3952
3952
|
/**
|
|
@@ -3962,7 +3962,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3962
3962
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
3963
3963
|
* indicated in StartTimestamp.
|
|
3964
3964
|
*
|
|
3965
|
-
* @see {@link MatterSpecification.
|
|
3965
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
3966
3966
|
*/
|
|
3967
3967
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3968
3968
|
/**
|
|
@@ -3976,7 +3976,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3976
3976
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3977
3977
|
* EndTimestamp.
|
|
3978
3978
|
*
|
|
3979
|
-
* @see {@link MatterSpecification.
|
|
3979
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
3980
3980
|
*/
|
|
3981
3981
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3982
3982
|
}>>;
|
|
@@ -3984,7 +3984,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3984
3984
|
* This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
|
|
3985
3985
|
* EndTimestamp field, EndSystime field, or both.
|
|
3986
3986
|
*
|
|
3987
|
-
* @see {@link MatterSpecification.
|
|
3987
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.7.2.2
|
|
3988
3988
|
*/
|
|
3989
3989
|
energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3990
3990
|
/**
|
|
@@ -3997,7 +3997,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3997
3997
|
* during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
|
|
3998
3998
|
* StartSystime and EndSystime fields, or both.
|
|
3999
3999
|
*
|
|
4000
|
-
* @see {@link MatterSpecification.
|
|
4000
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.1
|
|
4001
4001
|
*/
|
|
4002
4002
|
energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4003
4003
|
/**
|
|
@@ -4012,7 +4012,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4012
4012
|
* Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
|
|
4013
4013
|
* period, or does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
4014
4014
|
*
|
|
4015
|
-
* @see {@link MatterSpecification.
|
|
4015
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.2
|
|
4016
4016
|
*/
|
|
4017
4017
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4018
4018
|
/**
|
|
@@ -4025,7 +4025,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4025
4025
|
* Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
|
|
4026
4026
|
* not have the capability of determining the time in UTC, this field shall be omitted.
|
|
4027
4027
|
*
|
|
4028
|
-
* @see {@link MatterSpecification.
|
|
4028
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.3
|
|
4029
4029
|
*/
|
|
4030
4030
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4031
4031
|
/**
|
|
@@ -4041,7 +4041,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4041
4041
|
* this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
|
|
4042
4042
|
* indicated in StartTimestamp.
|
|
4043
4043
|
*
|
|
4044
|
-
* @see {@link MatterSpecification.
|
|
4044
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.4
|
|
4045
4045
|
*/
|
|
4046
4046
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4047
4047
|
/**
|
|
@@ -4055,7 +4055,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4055
4055
|
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
4056
4056
|
* EndTimestamp.
|
|
4057
4057
|
*
|
|
4058
|
-
* @see {@link MatterSpecification.
|
|
4058
|
+
* @see {@link MatterSpecification.v142.Cluster} § 2.12.5.2.5
|
|
4059
4059
|
*/
|
|
4060
4060
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4061
4061
|
}>>;
|