@matter/types 0.12.6-alpha.0-20250304-03716637c → 0.13.0-alpha.0-20250307-ebf84a05a
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/cluster/Cluster.d.ts.map +1 -1
- package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +3972 -522
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +640 -116
- package/dist/cjs/clusters/access-control.js.map +2 -2
- package/dist/cjs/clusters/actions.d.ts +10 -9
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +4 -4
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +40 -35
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +9 -12
- package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
- package/dist/cjs/clusters/alarm-base.js +3 -4
- package/dist/cjs/clusters/alarm-base.js.map +1 -1
- package/dist/cjs/clusters/application-launcher.d.ts +27 -15
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -4
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
- package/dist/cjs/clusters/ballast-configuration.js +7 -7
- package/dist/cjs/clusters/basic-information.d.ts +29 -21
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +29 -21
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
- package/dist/cjs/clusters/channel.d.ts +115 -124
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +15 -16
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +3076 -1366
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +423 -357
- package/dist/cjs/clusters/color-control.js.map +2 -2
- package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
- package/dist/cjs/clusters/commissioner-control.js +194 -0
- package/dist/cjs/clusters/commissioner-control.js.map +6 -0
- package/dist/cjs/clusters/content-control.d.ts +497 -221
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +59 -41
- package/dist/cjs/clusters/content-control.js.map +2 -2
- package/dist/cjs/clusters/content-launcher.d.ts +248 -215
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +16 -15
- package/dist/cjs/clusters/content-launcher.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +189 -160
- package/dist/cjs/clusters/device-energy-management.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
- package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
- package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +12 -24
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +480 -802
- package/dist/cjs/clusters/door-lock.js.map +2 -2
- package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
- package/dist/cjs/clusters/ecosystem-information.js +154 -0
- package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +25 -72
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +557 -273
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +107 -55
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +76 -76
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +15 -18
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +12 -12
- package/dist/cjs/clusters/fan-control.js +4 -4
- package/dist/cjs/clusters/fixed-label.d.ts +7 -2
- package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
- package/dist/cjs/clusters/fixed-label.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
- package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +6 -6
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +272 -54
- package/dist/cjs/clusters/general-commissioning.js.map +2 -2
- package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +31 -33
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +72 -82
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +19 -22
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +9 -6
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +3 -2
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +223 -66
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +61 -23
- package/dist/cjs/clusters/icd-management.js.map +2 -2
- package/dist/cjs/clusters/identify.d.ts +12 -13
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +9 -10
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
- package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +9 -10
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +11 -1
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +33 -3
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
- package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
- package/dist/cjs/clusters/keypad-input.d.ts +2 -2
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
- package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
- package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
- package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
- package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/cjs/clusters/level-control.d.ts +209 -70
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +45 -12
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
- package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/localization-configuration.js +5 -6
- package/dist/cjs/clusters/localization-configuration.js.map +1 -1
- package/dist/cjs/clusters/media-input.d.ts +9 -6
- package/dist/cjs/clusters/media-input.d.ts.map +1 -1
- package/dist/cjs/clusters/media-input.js +3 -2
- package/dist/cjs/clusters/media-input.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +29 -24
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +5 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
- package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-control.js +19 -17
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +27 -46
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +9 -10
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +33 -27
- package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-select.js +14 -13
- package/dist/cjs/clusters/mode-select.js.map +1 -1
- package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +46 -39
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +278 -63
- package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
- package/dist/cjs/clusters/on-off.d.ts +18 -24
- package/dist/cjs/clusters/on-off.d.ts.map +1 -1
- package/dist/cjs/clusters/on-off.js +3 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +56 -49
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +136 -57
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +62 -36
- package/dist/cjs/clusters/operational-state.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
- package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
- package/dist/cjs/clusters/oven-mode.d.ts +79 -349
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +26 -82
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +169 -44
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +40 -16
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
- package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +49 -20
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +16 -15
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +328 -181
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +37 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +2052 -0
- package/dist/cjs/clusters/service-area.d.ts.map +1 -0
- package/dist/cjs/clusters/service-area.js +582 -0
- package/dist/cjs/clusters/service-area.js.map +6 -0
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +478 -191
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +145 -57
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/target-navigator.d.ts +1 -1
- package/dist/cjs/clusters/target-navigator.js +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +3877 -830
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +841 -159
- package/dist/cjs/clusters/thermostat.js.map +2 -2
- package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
- package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-border-router-management.js +265 -0
- package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
- package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-network-directory.js +187 -0
- package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
- package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +30 -23
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +3 -4
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -1
- package/dist/cjs/clusters/user-label.d.ts.map +1 -1
- package/dist/cjs/clusters/user-label.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
- package/dist/cjs/clusters/water-heater-management.js +336 -0
- package/dist/cjs/clusters/water-heater-management.js.map +6 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/water-heater-mode.js +195 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
- package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
- package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
- package/dist/cjs/clusters/window-covering.d.ts +66 -78
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +26 -37
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
- package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
- package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
- package/dist/cjs/datatype/CommandId.d.ts +1 -0
- package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
- package/dist/cjs/datatype/CommandId.js +3 -0
- package/dist/cjs/datatype/CommandId.js.map +1 -1
- package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
- package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
- package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
- package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
- package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
- package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
- package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
- package/dist/cjs/globals/AtomicRequestType.js +35 -0
- package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +79 -0
- package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
- package/dist/cjs/globals/Locationdesc.js +89 -0
- package/dist/cjs/globals/Locationdesc.js.map +6 -0
- 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 +18 -3
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -1
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/index.d.ts +3 -0
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -0
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +17 -3
- package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
- package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/QrCodeSchema.js +4 -1
- package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
- package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
- package/dist/esm/cluster/Cluster.d.ts.map +1 -1
- package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.d.ts +3972 -522
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +645 -120
- package/dist/esm/clusters/access-control.js.map +2 -2
- package/dist/esm/clusters/actions.d.ts +10 -9
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +4 -4
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +40 -35
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +9 -12
- package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
- package/dist/esm/clusters/alarm-base.js +3 -4
- package/dist/esm/clusters/alarm-base.js.map +1 -1
- package/dist/esm/clusters/application-launcher.d.ts +27 -15
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -4
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
- package/dist/esm/clusters/ballast-configuration.js +7 -7
- package/dist/esm/clusters/basic-information.d.ts +29 -21
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +29 -21
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
- package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
- package/dist/esm/clusters/channel.d.ts +115 -124
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +15 -16
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +3076 -1366
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +424 -358
- package/dist/esm/clusters/color-control.js.map +2 -2
- package/dist/esm/clusters/commissioner-control.d.ts +268 -0
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
- package/dist/esm/clusters/commissioner-control.js +174 -0
- package/dist/esm/clusters/commissioner-control.js.map +6 -0
- package/dist/esm/clusters/content-control.d.ts +497 -221
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +60 -42
- package/dist/esm/clusters/content-control.js.map +2 -2
- package/dist/esm/clusters/content-launcher.d.ts +248 -215
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +16 -15
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +26 -80
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +189 -160
- package/dist/esm/clusters/device-energy-management.js.map +2 -2
- package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
- package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.js +3 -4
- package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +13 -25
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +2751 -5427
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +482 -804
- package/dist/esm/clusters/door-lock.js.map +2 -2
- package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
- package/dist/esm/clusters/ecosystem-information.js +134 -0
- package/dist/esm/clusters/ecosystem-information.js.map +6 -0
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
- package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +25 -79
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +557 -273
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +107 -55
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +76 -76
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +15 -18
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +12 -12
- package/dist/esm/clusters/fan-control.js +4 -4
- package/dist/esm/clusters/fixed-label.d.ts +7 -2
- package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
- package/dist/esm/clusters/fixed-label.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +4 -4
- package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +6 -6
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +274 -56
- package/dist/esm/clusters/general-commissioning.js.map +2 -2
- package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +31 -33
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +72 -82
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +19 -22
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +9 -6
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +3 -2
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +223 -66
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +61 -23
- package/dist/esm/clusters/icd-management.js.map +2 -2
- package/dist/esm/clusters/identify.d.ts +12 -13
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +9 -10
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
- package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +9 -10
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +11 -1
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +36 -3
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-pki.js +100 -0
- package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
- package/dist/esm/clusters/keypad-input.d.ts +2 -2
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
- package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
- package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
- package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.js +26 -25
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
- package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.js +14 -26
- package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/esm/clusters/level-control.d.ts +209 -70
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +45 -12
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/localization-configuration.d.ts +5 -6
- package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/localization-configuration.js +5 -6
- package/dist/esm/clusters/localization-configuration.js.map +1 -1
- package/dist/esm/clusters/media-input.d.ts +9 -6
- package/dist/esm/clusters/media-input.d.ts.map +1 -1
- package/dist/esm/clusters/media-input.js +3 -2
- package/dist/esm/clusters/media-input.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +29 -24
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +5 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
- package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-control.js +19 -17
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +14 -11
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +27 -46
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +9 -10
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +33 -27
- package/dist/esm/clusters/mode-select.d.ts.map +1 -1
- package/dist/esm/clusters/mode-select.js +14 -13
- package/dist/esm/clusters/mode-select.js.map +1 -1
- package/dist/esm/clusters/network-commissioning.d.ts +263 -240
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +46 -39
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +287 -65
- package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
- package/dist/esm/clusters/on-off.d.ts +18 -24
- package/dist/esm/clusters/on-off.d.ts.map +1 -1
- package/dist/esm/clusters/on-off.js +3 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +98 -85
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +56 -49
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +136 -57
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +63 -37
- package/dist/esm/clusters/operational-state.js.map +2 -2
- package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +20 -19
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
- package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
- package/dist/esm/clusters/oven-mode.d.ts +79 -349
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +26 -89
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +169 -44
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +40 -16
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +2 -2
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
- package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +11 -15
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +49 -20
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +16 -15
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +328 -181
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +37 -22
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +2052 -0
- package/dist/esm/clusters/service-area.d.ts.map +1 -0
- package/dist/esm/clusters/service-area.js +562 -0
- package/dist/esm/clusters/service-area.js.map +6 -0
- package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js +2 -3
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +478 -191
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +145 -57
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/target-navigator.d.ts +1 -1
- package/dist/esm/clusters/target-navigator.js +1 -1
- package/dist/esm/clusters/thermostat.d.ts +3877 -830
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +842 -160
- package/dist/esm/clusters/thermostat.js.map +2 -2
- package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
- package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
- package/dist/esm/clusters/thread-border-router-management.js +245 -0
- package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
- package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
- package/dist/esm/clusters/thread-network-directory.js +167 -0
- package/dist/esm/clusters/thread-network-directory.js.map +6 -0
- package/dist/esm/clusters/time-synchronization.d.ts +101 -76
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +30 -23
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +3 -4
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -1
- package/dist/esm/clusters/user-label.d.ts.map +1 -1
- package/dist/esm/clusters/user-label.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
- package/dist/esm/clusters/water-heater-management.js +325 -0
- package/dist/esm/clusters/water-heater-management.js.map +6 -0
- package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
- package/dist/esm/clusters/water-heater-mode.js +175 -0
- package/dist/esm/clusters/water-heater-mode.js.map +6 -0
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
- package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
- package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
- package/dist/esm/clusters/wi-fi-network-management.js +102 -0
- package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
- package/dist/esm/clusters/window-covering.d.ts +66 -78
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +26 -37
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
- package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
- package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
- package/dist/esm/datatype/CommandId.d.ts +1 -0
- package/dist/esm/datatype/CommandId.d.ts.map +1 -1
- package/dist/esm/datatype/CommandId.js +3 -0
- package/dist/esm/datatype/CommandId.js.map +1 -1
- package/dist/esm/datatype/FieldId.d.ts.map +1 -1
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
- package/dist/esm/datatype/NodeId.d.ts.map +1 -1
- package/dist/esm/datatype/VendorId.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
- package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
- package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
- package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
- package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
- package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
- package/dist/esm/globals/AtomicRequestType.js +15 -0
- package/dist/esm/globals/AtomicRequestType.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +79 -0
- package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
- package/dist/esm/globals/Locationdesc.js +69 -0
- package/dist/esm/globals/Locationdesc.js.map +6 -0
- 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 +18 -3
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -1
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/index.d.ts +3 -0
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -0
- package/dist/esm/globals/index.js.map +1 -1
- package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +17 -3
- package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
- package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/QrCodeSchema.js +4 -1
- package/dist/esm/schema/QrCodeSchema.js.map +1 -1
- package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
- package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
- package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
- package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
- package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +926 -171
- package/src/clusters/actions.ts +12 -11
- package/src/clusters/administrator-commissioning.ts +54 -35
- package/src/clusters/alarm-base.ts +3 -4
- package/src/clusters/application-launcher.ts +22 -7
- package/src/clusters/ballast-configuration.ts +7 -7
- package/src/clusters/basic-information.ts +29 -21
- package/src/clusters/bridged-device-basic-information.ts +264 -41
- package/src/clusters/channel.ts +20 -17
- package/src/clusters/color-control.ts +589 -426
- package/src/clusters/commissioner-control.ts +282 -0
- package/src/clusters/content-control.ts +48 -54
- package/src/clusters/content-launcher.ts +16 -15
- package/src/clusters/device-energy-management-mode.ts +63 -161
- package/src/clusters/device-energy-management.ts +246 -193
- package/src/clusters/dishwasher-alarm.ts +5 -5
- package/src/clusters/dishwasher-mode.ts +46 -87
- package/src/clusters/door-lock.ts +786 -1235
- package/src/clusters/ecosystem-information.ts +200 -0
- package/src/clusters/electrical-energy-measurement.ts +15 -16
- package/src/clusters/energy-evse-mode.ts +81 -158
- package/src/clusters/energy-evse.ts +138 -72
- package/src/clusters/energy-preference.ts +34 -28
- package/src/clusters/ethernet-network-diagnostics.ts +1 -3
- package/src/clusters/fan-control.ts +5 -5
- package/src/clusters/fixed-label.ts +7 -2
- package/src/clusters/flow-measurement.ts +6 -6
- package/src/clusters/general-commissioning.ts +396 -96
- package/src/clusters/general-diagnostics.ts +31 -33
- package/src/clusters/group-key-management.ts +22 -24
- package/src/clusters/groups.ts +3 -2
- package/src/clusters/icd-management.ts +88 -31
- package/src/clusters/identify.ts +9 -10
- package/src/clusters/illuminance-measurement.ts +9 -10
- package/src/clusters/index.ts +14 -1
- package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
- package/src/clusters/joint-fabric-pki.ts +202 -0
- package/src/clusters/keypad-input.ts +2 -2
- package/src/clusters/laundry-dryer-controls.ts +6 -10
- package/src/clusters/laundry-washer-controls.ts +28 -27
- package/src/clusters/laundry-washer-mode.ts +49 -90
- package/src/clusters/level-control.ts +45 -12
- package/src/clusters/localization-configuration.ts +5 -6
- package/src/clusters/media-input.ts +3 -2
- package/src/clusters/media-playback.ts +9 -7
- package/src/clusters/microwave-oven-control.ts +19 -17
- package/src/clusters/microwave-oven-mode.ts +42 -61
- package/src/clusters/mode-base.ts +16 -33
- package/src/clusters/mode-select.ts +17 -14
- package/src/clusters/network-commissioning.ts +47 -40
- package/src/clusters/occupancy-sensing.ts +433 -72
- package/src/clusters/on-off.ts +6 -8
- package/src/clusters/operational-credentials.ts +54 -47
- package/src/clusters/operational-state.ts +136 -58
- package/src/clusters/ota-software-update-provider.ts +23 -23
- package/src/clusters/ota-software-update-requestor.ts +4 -6
- package/src/clusters/oven-cavity-operational-state.ts +43 -171
- package/src/clusters/oven-mode.ts +76 -178
- package/src/clusters/power-source.ts +45 -21
- package/src/clusters/pressure-measurement.ts +2 -2
- package/src/clusters/pump-configuration-and-control.ts +35 -23
- package/src/clusters/refrigerator-alarm.ts +2 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
- package/src/clusters/relative-humidity-measurement.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +42 -101
- package/src/clusters/rvc-operational-state.ts +87 -25
- package/src/clusters/rvc-run-mode.ts +62 -126
- package/src/clusters/scenes-management.ts +38 -23
- package/src/clusters/service-area.ts +904 -0
- package/src/clusters/smoke-co-alarm.ts +6 -12
- package/src/clusters/switch.ts +177 -78
- package/src/clusters/target-navigator.ts +1 -1
- package/src/clusters/thermostat.ts +1245 -214
- package/src/clusters/thread-border-router-management.ts +355 -0
- package/src/clusters/thread-network-diagnostics.ts +34 -21
- package/src/clusters/thread-network-directory.ts +256 -0
- package/src/clusters/time-synchronization.ts +30 -23
- package/src/clusters/unit-localization.ts +3 -4
- package/src/clusters/user-label.ts +2 -1
- package/src/clusters/water-heater-management.ts +457 -0
- package/src/clusters/water-heater-mode.ts +301 -0
- package/src/clusters/water-tank-level-monitoring.ts +50 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
- package/src/clusters/wi-fi-network-management.ts +119 -0
- package/src/clusters/window-covering.ts +26 -37
- package/src/datatype/CommandId.ts +4 -0
- package/src/globals/AtomicAttributeStatus.ts +41 -0
- package/src/globals/AtomicRequestType.ts +27 -0
- package/src/globals/Locationdesc.ts +88 -0
- 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 +20 -3
- package/src/globals/Tod.ts +2 -2
- package/src/globals/index.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +17 -2
- package/src/schema/QrCodeSchema.ts +7 -2
- package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
- package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
- package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
- package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
- package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
- package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
- package/dist/esm/clusters/pulse-width-modulation.js +0 -31
- package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
- package/src/clusters/pulse-width-modulation.ts +0 -54
|
@@ -110,30 +110,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
110
110
|
*/
|
|
111
111
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
112
112
|
/**
|
|
113
|
-
* This field shall indicate the
|
|
114
|
-
* the Energy field was measured.
|
|
113
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
114
|
+
* of the Energy field was measured.
|
|
115
115
|
*
|
|
116
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
116
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
117
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
117
118
|
*
|
|
118
|
-
*
|
|
119
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
119
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
120
120
|
*
|
|
121
121
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
122
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
123
|
-
* time indicated in StartTimestamp.
|
|
122
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
123
|
+
* UTC time indicated in StartTimestamp.
|
|
124
124
|
*
|
|
125
125
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
126
126
|
*/
|
|
127
127
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
128
128
|
/**
|
|
129
|
-
* This field shall indicate the
|
|
129
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
130
130
|
* Energy field was measured.
|
|
131
131
|
*
|
|
132
132
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
133
133
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
134
134
|
*
|
|
135
135
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
136
|
-
* be omitted; if it is indicated, its value shall be the
|
|
136
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
137
137
|
* EndTimestamp.
|
|
138
138
|
*
|
|
139
139
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -182,9 +182,8 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
182
182
|
* This field shall indicate the timestamp in UTC when the value of the Energy field on the
|
|
183
183
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
184
184
|
*
|
|
185
|
-
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
186
|
-
*
|
|
187
|
-
* tiveEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
185
|
+
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
186
|
+
* CumulativeEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
188
187
|
*
|
|
189
188
|
* Otherwise, if the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
190
189
|
* CumulativeEnergyExported attribute was most recently zero, or does not have the capability of determining
|
|
@@ -197,7 +196,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
197
196
|
*/
|
|
198
197
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
199
198
|
/**
|
|
200
|
-
* This field shall indicate the
|
|
199
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
201
200
|
* CumulativeEnergyImported attribute was most recently zero.
|
|
202
201
|
*
|
|
203
202
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -206,13 +205,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
206
205
|
*
|
|
207
206
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
208
207
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
209
|
-
* its value shall be the
|
|
208
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
210
209
|
*
|
|
211
210
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.3
|
|
212
211
|
*/
|
|
213
212
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
214
213
|
/**
|
|
215
|
-
* This field shall indicate the
|
|
214
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
216
215
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
217
216
|
*
|
|
218
217
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -221,7 +220,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
221
220
|
*
|
|
222
221
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
223
222
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
224
|
-
* its value shall be the
|
|
223
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
225
224
|
*
|
|
226
225
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.4
|
|
227
226
|
*/
|
|
@@ -291,30 +290,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
291
290
|
*/
|
|
292
291
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
293
292
|
/**
|
|
294
|
-
* This field shall indicate the
|
|
295
|
-
* the Energy field was measured.
|
|
293
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
294
|
+
* of the Energy field was measured.
|
|
296
295
|
*
|
|
297
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
296
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
297
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
298
298
|
*
|
|
299
|
-
*
|
|
300
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
299
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
301
300
|
*
|
|
302
301
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
303
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
304
|
-
* time indicated in StartTimestamp.
|
|
302
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
303
|
+
* UTC time indicated in StartTimestamp.
|
|
305
304
|
*
|
|
306
305
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
307
306
|
*/
|
|
308
307
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
309
308
|
/**
|
|
310
|
-
* This field shall indicate the
|
|
309
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
311
310
|
* Energy field was measured.
|
|
312
311
|
*
|
|
313
312
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
314
313
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
315
314
|
*
|
|
316
315
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
317
|
-
* be omitted; if it is indicated, its value shall be the
|
|
316
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
318
317
|
* EndTimestamp.
|
|
319
318
|
*
|
|
320
319
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -371,30 +370,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
371
370
|
*/
|
|
372
371
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
373
372
|
/**
|
|
374
|
-
* This field shall indicate the
|
|
375
|
-
* the Energy field was measured.
|
|
373
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
374
|
+
* of the Energy field was measured.
|
|
376
375
|
*
|
|
377
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
376
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
377
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
378
378
|
*
|
|
379
|
-
*
|
|
380
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
379
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
381
380
|
*
|
|
382
381
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
383
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
384
|
-
* time indicated in StartTimestamp.
|
|
382
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
383
|
+
* UTC time indicated in StartTimestamp.
|
|
385
384
|
*
|
|
386
385
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
387
386
|
*/
|
|
388
387
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
389
388
|
/**
|
|
390
|
-
* This field shall indicate the
|
|
389
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
391
390
|
* Energy field was measured.
|
|
392
391
|
*
|
|
393
392
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
394
393
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
395
394
|
*
|
|
396
395
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
397
|
-
* be omitted; if it is indicated, its value shall be the
|
|
396
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
398
397
|
* EndTimestamp.
|
|
399
398
|
*
|
|
400
399
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -465,30 +464,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
465
464
|
*/
|
|
466
465
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
467
466
|
/**
|
|
468
|
-
* This field shall indicate the
|
|
469
|
-
* the Energy field was measured.
|
|
467
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
468
|
+
* of the Energy field was measured.
|
|
470
469
|
*
|
|
471
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
470
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
471
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
472
472
|
*
|
|
473
|
-
*
|
|
474
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
473
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
475
474
|
*
|
|
476
475
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
477
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
478
|
-
* time indicated in StartTimestamp.
|
|
476
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
477
|
+
* UTC time indicated in StartTimestamp.
|
|
479
478
|
*
|
|
480
479
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
481
480
|
*/
|
|
482
481
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
483
482
|
/**
|
|
484
|
-
* This field shall indicate the
|
|
483
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
485
484
|
* Energy field was measured.
|
|
486
485
|
*
|
|
487
486
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
488
487
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
489
488
|
*
|
|
490
489
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
491
|
-
* be omitted; if it is indicated, its value shall be the
|
|
490
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
492
491
|
* EndTimestamp.
|
|
493
492
|
*
|
|
494
493
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -545,30 +544,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
545
544
|
*/
|
|
546
545
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
547
546
|
/**
|
|
548
|
-
* This field shall indicate the
|
|
549
|
-
* the Energy field was measured.
|
|
547
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
548
|
+
* of the Energy field was measured.
|
|
550
549
|
*
|
|
551
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
550
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
551
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
552
552
|
*
|
|
553
|
-
*
|
|
554
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
553
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
555
554
|
*
|
|
556
555
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
557
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
558
|
-
* time indicated in StartTimestamp.
|
|
556
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
557
|
+
* UTC time indicated in StartTimestamp.
|
|
559
558
|
*
|
|
560
559
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
561
560
|
*/
|
|
562
561
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
563
562
|
/**
|
|
564
|
-
* This field shall indicate the
|
|
563
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
565
564
|
* Energy field was measured.
|
|
566
565
|
*
|
|
567
566
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
568
567
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
569
568
|
*
|
|
570
569
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
571
|
-
* be omitted; if it is indicated, its value shall be the
|
|
570
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
572
571
|
* EndTimestamp.
|
|
573
572
|
*
|
|
574
573
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -650,30 +649,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
650
649
|
*/
|
|
651
650
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
652
651
|
/**
|
|
653
|
-
* This field shall indicate the
|
|
654
|
-
* the Energy field was measured.
|
|
652
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
653
|
+
* of the Energy field was measured.
|
|
655
654
|
*
|
|
656
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
655
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
656
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
657
657
|
*
|
|
658
|
-
*
|
|
659
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
658
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
660
659
|
*
|
|
661
660
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
662
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
663
|
-
* time indicated in StartTimestamp.
|
|
661
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
662
|
+
* UTC time indicated in StartTimestamp.
|
|
664
663
|
*
|
|
665
664
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
666
665
|
*/
|
|
667
666
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
668
667
|
/**
|
|
669
|
-
* This field shall indicate the
|
|
668
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
670
669
|
* Energy field was measured.
|
|
671
670
|
*
|
|
672
671
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
673
672
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
674
673
|
*
|
|
675
674
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
676
|
-
* be omitted; if it is indicated, its value shall be the
|
|
675
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
677
676
|
* EndTimestamp.
|
|
678
677
|
*
|
|
679
678
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -749,30 +748,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
749
748
|
*/
|
|
750
749
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
751
750
|
/**
|
|
752
|
-
* This field shall indicate the
|
|
753
|
-
* the Energy field was measured.
|
|
751
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
752
|
+
* of the Energy field was measured.
|
|
754
753
|
*
|
|
755
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
754
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
755
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
756
756
|
*
|
|
757
|
-
*
|
|
758
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
757
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
759
758
|
*
|
|
760
759
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
761
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
762
|
-
* time indicated in StartTimestamp.
|
|
760
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
761
|
+
* UTC time indicated in StartTimestamp.
|
|
763
762
|
*
|
|
764
763
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
765
764
|
*/
|
|
766
765
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
767
766
|
/**
|
|
768
|
-
* This field shall indicate the
|
|
767
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
769
768
|
* Energy field was measured.
|
|
770
769
|
*
|
|
771
770
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
772
771
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
773
772
|
*
|
|
774
773
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
775
|
-
* be omitted; if it is indicated, its value shall be the
|
|
774
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
776
775
|
* EndTimestamp.
|
|
777
776
|
*
|
|
778
777
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -848,30 +847,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
848
847
|
*/
|
|
849
848
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
850
849
|
/**
|
|
851
|
-
* This field shall indicate the
|
|
852
|
-
* the Energy field was measured.
|
|
850
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
851
|
+
* of the Energy field was measured.
|
|
853
852
|
*
|
|
854
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
853
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
854
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
855
855
|
*
|
|
856
|
-
*
|
|
857
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
856
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
858
857
|
*
|
|
859
858
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
860
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
861
|
-
* time indicated in StartTimestamp.
|
|
859
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
860
|
+
* UTC time indicated in StartTimestamp.
|
|
862
861
|
*
|
|
863
862
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
864
863
|
*/
|
|
865
864
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
866
865
|
/**
|
|
867
|
-
* This field shall indicate the
|
|
866
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
868
867
|
* Energy field was measured.
|
|
869
868
|
*
|
|
870
869
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
871
870
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
872
871
|
*
|
|
873
872
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
874
|
-
* be omitted; if it is indicated, its value shall be the
|
|
873
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
875
874
|
* EndTimestamp.
|
|
876
875
|
*
|
|
877
876
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -947,30 +946,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
947
946
|
*/
|
|
948
947
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
949
948
|
/**
|
|
950
|
-
* This field shall indicate the
|
|
951
|
-
* the Energy field was measured.
|
|
949
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
950
|
+
* of the Energy field was measured.
|
|
952
951
|
*
|
|
953
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
952
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
953
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
954
954
|
*
|
|
955
|
-
*
|
|
956
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
955
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
957
956
|
*
|
|
958
957
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
959
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
960
|
-
* time indicated in StartTimestamp.
|
|
958
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
959
|
+
* UTC time indicated in StartTimestamp.
|
|
961
960
|
*
|
|
962
961
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
963
962
|
*/
|
|
964
963
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
965
964
|
/**
|
|
966
|
-
* This field shall indicate the
|
|
965
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
967
966
|
* Energy field was measured.
|
|
968
967
|
*
|
|
969
968
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
970
969
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
971
970
|
*
|
|
972
971
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
973
|
-
* be omitted; if it is indicated, its value shall be the
|
|
972
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
974
973
|
* EndTimestamp.
|
|
975
974
|
*
|
|
976
975
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1011,9 +1010,8 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1011
1010
|
* This field shall indicate the timestamp in UTC when the value of the Energy field on the
|
|
1012
1011
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
1013
1012
|
*
|
|
1014
|
-
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
1015
|
-
*
|
|
1016
|
-
* tiveEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
1013
|
+
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
1014
|
+
* CumulativeEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
1017
1015
|
*
|
|
1018
1016
|
* Otherwise, if the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
1019
1017
|
* CumulativeEnergyExported attribute was most recently zero, or does not have the capability of determining
|
|
@@ -1026,7 +1024,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1026
1024
|
*/
|
|
1027
1025
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1028
1026
|
/**
|
|
1029
|
-
* This field shall indicate the
|
|
1027
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
1030
1028
|
* CumulativeEnergyImported attribute was most recently zero.
|
|
1031
1029
|
*
|
|
1032
1030
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -1035,13 +1033,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1035
1033
|
*
|
|
1036
1034
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
1037
1035
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
1038
|
-
* its value shall be the
|
|
1036
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1039
1037
|
*
|
|
1040
1038
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.3
|
|
1041
1039
|
*/
|
|
1042
1040
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1043
1041
|
/**
|
|
1044
|
-
* This field shall indicate the
|
|
1042
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
1045
1043
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
1046
1044
|
*
|
|
1047
1045
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -1050,7 +1048,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1050
1048
|
*
|
|
1051
1049
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
1052
1050
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
1053
|
-
* its value shall be the
|
|
1051
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1054
1052
|
*
|
|
1055
1053
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.4
|
|
1056
1054
|
*/
|
|
@@ -1116,30 +1114,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1116
1114
|
*/
|
|
1117
1115
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1118
1116
|
/**
|
|
1119
|
-
* This field shall indicate the
|
|
1120
|
-
* the Energy field was measured.
|
|
1117
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1118
|
+
* of the Energy field was measured.
|
|
1121
1119
|
*
|
|
1122
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1120
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1121
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1123
1122
|
*
|
|
1124
|
-
*
|
|
1125
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1123
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1126
1124
|
*
|
|
1127
1125
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1128
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1129
|
-
* time indicated in StartTimestamp.
|
|
1126
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1127
|
+
* UTC time indicated in StartTimestamp.
|
|
1130
1128
|
*
|
|
1131
1129
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1132
1130
|
*/
|
|
1133
1131
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1134
1132
|
/**
|
|
1135
|
-
* This field shall indicate the
|
|
1133
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1136
1134
|
* Energy field was measured.
|
|
1137
1135
|
*
|
|
1138
1136
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1139
1137
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1140
1138
|
*
|
|
1141
1139
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1142
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1140
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1143
1141
|
* EndTimestamp.
|
|
1144
1142
|
*
|
|
1145
1143
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1196,30 +1194,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1196
1194
|
*/
|
|
1197
1195
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1198
1196
|
/**
|
|
1199
|
-
* This field shall indicate the
|
|
1200
|
-
* the Energy field was measured.
|
|
1197
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1198
|
+
* of the Energy field was measured.
|
|
1201
1199
|
*
|
|
1202
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1200
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1201
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1203
1202
|
*
|
|
1204
|
-
*
|
|
1205
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1203
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1206
1204
|
*
|
|
1207
1205
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1208
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1209
|
-
* time indicated in StartTimestamp.
|
|
1206
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1207
|
+
* UTC time indicated in StartTimestamp.
|
|
1210
1208
|
*
|
|
1211
1209
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1212
1210
|
*/
|
|
1213
1211
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1214
1212
|
/**
|
|
1215
|
-
* This field shall indicate the
|
|
1213
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1216
1214
|
* Energy field was measured.
|
|
1217
1215
|
*
|
|
1218
1216
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1219
1217
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1220
1218
|
*
|
|
1221
1219
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1222
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1220
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1223
1221
|
* EndTimestamp.
|
|
1224
1222
|
*
|
|
1225
1223
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1291,30 +1289,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1291
1289
|
*/
|
|
1292
1290
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1293
1291
|
/**
|
|
1294
|
-
* This field shall indicate the
|
|
1295
|
-
* the Energy field was measured.
|
|
1292
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1293
|
+
* of the Energy field was measured.
|
|
1296
1294
|
*
|
|
1297
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1295
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1296
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1298
1297
|
*
|
|
1299
|
-
*
|
|
1300
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1298
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1301
1299
|
*
|
|
1302
1300
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1303
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1304
|
-
* time indicated in StartTimestamp.
|
|
1301
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1302
|
+
* UTC time indicated in StartTimestamp.
|
|
1305
1303
|
*
|
|
1306
1304
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1307
1305
|
*/
|
|
1308
1306
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1309
1307
|
/**
|
|
1310
|
-
* This field shall indicate the
|
|
1308
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1311
1309
|
* Energy field was measured.
|
|
1312
1310
|
*
|
|
1313
1311
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1314
1312
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1315
1313
|
*
|
|
1316
1314
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1317
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1315
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1318
1316
|
* EndTimestamp.
|
|
1319
1317
|
*
|
|
1320
1318
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1371,30 +1369,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1371
1369
|
*/
|
|
1372
1370
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1373
1371
|
/**
|
|
1374
|
-
* This field shall indicate the
|
|
1375
|
-
* the Energy field was measured.
|
|
1372
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1373
|
+
* of the Energy field was measured.
|
|
1376
1374
|
*
|
|
1377
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1375
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1376
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1378
1377
|
*
|
|
1379
|
-
*
|
|
1380
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1378
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1381
1379
|
*
|
|
1382
1380
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1383
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1384
|
-
* time indicated in StartTimestamp.
|
|
1381
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1382
|
+
* UTC time indicated in StartTimestamp.
|
|
1385
1383
|
*
|
|
1386
1384
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1387
1385
|
*/
|
|
1388
1386
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1389
1387
|
/**
|
|
1390
|
-
* This field shall indicate the
|
|
1388
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1391
1389
|
* Energy field was measured.
|
|
1392
1390
|
*
|
|
1393
1391
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1394
1392
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1395
1393
|
*
|
|
1396
1394
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1397
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1395
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1398
1396
|
* EndTimestamp.
|
|
1399
1397
|
*
|
|
1400
1398
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1546,30 +1544,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1546
1544
|
*/
|
|
1547
1545
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1548
1546
|
/**
|
|
1549
|
-
* This field shall indicate the
|
|
1550
|
-
* the Energy field was measured.
|
|
1547
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1548
|
+
* of the Energy field was measured.
|
|
1551
1549
|
*
|
|
1552
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1550
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1551
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1553
1552
|
*
|
|
1554
|
-
*
|
|
1555
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1553
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1556
1554
|
*
|
|
1557
1555
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1558
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1559
|
-
* time indicated in StartTimestamp.
|
|
1556
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1557
|
+
* UTC time indicated in StartTimestamp.
|
|
1560
1558
|
*
|
|
1561
1559
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1562
1560
|
*/
|
|
1563
1561
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1564
1562
|
/**
|
|
1565
|
-
* This field shall indicate the
|
|
1563
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1566
1564
|
* Energy field was measured.
|
|
1567
1565
|
*
|
|
1568
1566
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1569
1567
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1570
1568
|
*
|
|
1571
1569
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1572
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1570
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1573
1571
|
* EndTimestamp.
|
|
1574
1572
|
*
|
|
1575
1573
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1646,30 +1644,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1646
1644
|
*/
|
|
1647
1645
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1648
1646
|
/**
|
|
1649
|
-
* This field shall indicate the
|
|
1650
|
-
* the Energy field was measured.
|
|
1647
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1648
|
+
* of the Energy field was measured.
|
|
1651
1649
|
*
|
|
1652
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1650
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1651
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1653
1652
|
*
|
|
1654
|
-
*
|
|
1655
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1653
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1656
1654
|
*
|
|
1657
1655
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1658
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1659
|
-
* time indicated in StartTimestamp.
|
|
1656
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1657
|
+
* UTC time indicated in StartTimestamp.
|
|
1660
1658
|
*
|
|
1661
1659
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1662
1660
|
*/
|
|
1663
1661
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1664
1662
|
/**
|
|
1665
|
-
* This field shall indicate the
|
|
1663
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1666
1664
|
* Energy field was measured.
|
|
1667
1665
|
*
|
|
1668
1666
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1669
1667
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1670
1668
|
*
|
|
1671
1669
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1672
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1670
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1673
1671
|
* EndTimestamp.
|
|
1674
1672
|
*
|
|
1675
1673
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1746,30 +1744,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1746
1744
|
*/
|
|
1747
1745
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1748
1746
|
/**
|
|
1749
|
-
* This field shall indicate the
|
|
1750
|
-
* the Energy field was measured.
|
|
1747
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1748
|
+
* of the Energy field was measured.
|
|
1751
1749
|
*
|
|
1752
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1750
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1751
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1753
1752
|
*
|
|
1754
|
-
*
|
|
1755
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1753
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1756
1754
|
*
|
|
1757
1755
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1758
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1759
|
-
* time indicated in StartTimestamp.
|
|
1756
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1757
|
+
* UTC time indicated in StartTimestamp.
|
|
1760
1758
|
*
|
|
1761
1759
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1762
1760
|
*/
|
|
1763
1761
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1764
1762
|
/**
|
|
1765
|
-
* This field shall indicate the
|
|
1763
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1766
1764
|
* Energy field was measured.
|
|
1767
1765
|
*
|
|
1768
1766
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1769
1767
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1770
1768
|
*
|
|
1771
1769
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1772
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1770
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1773
1771
|
* EndTimestamp.
|
|
1774
1772
|
*
|
|
1775
1773
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1846,30 +1844,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1846
1844
|
*/
|
|
1847
1845
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1848
1846
|
/**
|
|
1849
|
-
* This field shall indicate the
|
|
1850
|
-
* the Energy field was measured.
|
|
1847
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
1848
|
+
* of the Energy field was measured.
|
|
1851
1849
|
*
|
|
1852
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
1850
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
1851
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
1853
1852
|
*
|
|
1854
|
-
*
|
|
1855
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1853
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
1856
1854
|
*
|
|
1857
1855
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
1858
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
1859
|
-
* time indicated in StartTimestamp.
|
|
1856
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
1857
|
+
* UTC time indicated in StartTimestamp.
|
|
1860
1858
|
*
|
|
1861
1859
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
1862
1860
|
*/
|
|
1863
1861
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1864
1862
|
/**
|
|
1865
|
-
* This field shall indicate the
|
|
1863
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
1866
1864
|
* Energy field was measured.
|
|
1867
1865
|
*
|
|
1868
1866
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
1869
1867
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
1870
1868
|
*
|
|
1871
1869
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
1872
|
-
* be omitted; if it is indicated, its value shall be the
|
|
1870
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
1873
1871
|
* EndTimestamp.
|
|
1874
1872
|
*
|
|
1875
1873
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -1911,9 +1909,8 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1911
1909
|
* This field shall indicate the timestamp in UTC when the value of the Energy field on the
|
|
1912
1910
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
1913
1911
|
*
|
|
1914
|
-
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
1915
|
-
*
|
|
1916
|
-
* tiveEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
1912
|
+
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
1913
|
+
* CumulativeEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
1917
1914
|
*
|
|
1918
1915
|
* Otherwise, if the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
1919
1916
|
* CumulativeEnergyExported attribute was most recently zero, or does not have the capability of determining
|
|
@@ -1926,7 +1923,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1926
1923
|
*/
|
|
1927
1924
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1928
1925
|
/**
|
|
1929
|
-
* This field shall indicate the
|
|
1926
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
1930
1927
|
* CumulativeEnergyImported attribute was most recently zero.
|
|
1931
1928
|
*
|
|
1932
1929
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -1935,13 +1932,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1935
1932
|
*
|
|
1936
1933
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
1937
1934
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
1938
|
-
* its value shall be the
|
|
1935
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1939
1936
|
*
|
|
1940
1937
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.3
|
|
1941
1938
|
*/
|
|
1942
1939
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1943
1940
|
/**
|
|
1944
|
-
* This field shall indicate the
|
|
1941
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
1945
1942
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
1946
1943
|
*
|
|
1947
1944
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -1950,7 +1947,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
1950
1947
|
*
|
|
1951
1948
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
1952
1949
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
1953
|
-
* its value shall be the
|
|
1950
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
1954
1951
|
*
|
|
1955
1952
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.4
|
|
1956
1953
|
*/
|
|
@@ -2016,30 +2013,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2016
2013
|
*/
|
|
2017
2014
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2018
2015
|
/**
|
|
2019
|
-
* This field shall indicate the
|
|
2020
|
-
* the Energy field was measured.
|
|
2016
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2017
|
+
* of the Energy field was measured.
|
|
2021
2018
|
*
|
|
2022
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2019
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2020
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2023
2021
|
*
|
|
2024
|
-
*
|
|
2025
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2022
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2026
2023
|
*
|
|
2027
2024
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2028
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2029
|
-
* time indicated in StartTimestamp.
|
|
2025
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2026
|
+
* UTC time indicated in StartTimestamp.
|
|
2030
2027
|
*
|
|
2031
2028
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2032
2029
|
*/
|
|
2033
2030
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2034
2031
|
/**
|
|
2035
|
-
* This field shall indicate the
|
|
2032
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2036
2033
|
* Energy field was measured.
|
|
2037
2034
|
*
|
|
2038
2035
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2039
2036
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2040
2037
|
*
|
|
2041
2038
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2042
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2039
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2043
2040
|
* EndTimestamp.
|
|
2044
2041
|
*
|
|
2045
2042
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2096,30 +2093,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2096
2093
|
*/
|
|
2097
2094
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2098
2095
|
/**
|
|
2099
|
-
* This field shall indicate the
|
|
2100
|
-
* the Energy field was measured.
|
|
2096
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2097
|
+
* of the Energy field was measured.
|
|
2101
2098
|
*
|
|
2102
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2099
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2100
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2103
2101
|
*
|
|
2104
|
-
*
|
|
2105
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2102
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2106
2103
|
*
|
|
2107
2104
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2108
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2109
|
-
* time indicated in StartTimestamp.
|
|
2105
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2106
|
+
* UTC time indicated in StartTimestamp.
|
|
2110
2107
|
*
|
|
2111
2108
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2112
2109
|
*/
|
|
2113
2110
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2114
2111
|
/**
|
|
2115
|
-
* This field shall indicate the
|
|
2112
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2116
2113
|
* Energy field was measured.
|
|
2117
2114
|
*
|
|
2118
2115
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2119
2116
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2120
2117
|
*
|
|
2121
2118
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2122
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2119
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2123
2120
|
* EndTimestamp.
|
|
2124
2121
|
*
|
|
2125
2122
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2192,30 +2189,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2192
2189
|
*/
|
|
2193
2190
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2194
2191
|
/**
|
|
2195
|
-
* This field shall indicate the
|
|
2196
|
-
* the Energy field was measured.
|
|
2192
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2193
|
+
* of the Energy field was measured.
|
|
2197
2194
|
*
|
|
2198
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2195
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2196
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2199
2197
|
*
|
|
2200
|
-
*
|
|
2201
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2198
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2202
2199
|
*
|
|
2203
2200
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2204
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2205
|
-
* time indicated in StartTimestamp.
|
|
2201
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2202
|
+
* UTC time indicated in StartTimestamp.
|
|
2206
2203
|
*
|
|
2207
2204
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2208
2205
|
*/
|
|
2209
2206
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2210
2207
|
/**
|
|
2211
|
-
* This field shall indicate the
|
|
2208
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2212
2209
|
* Energy field was measured.
|
|
2213
2210
|
*
|
|
2214
2211
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2215
2212
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2216
2213
|
*
|
|
2217
2214
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2218
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2215
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2219
2216
|
* EndTimestamp.
|
|
2220
2217
|
*
|
|
2221
2218
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2272,30 +2269,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2272
2269
|
*/
|
|
2273
2270
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2274
2271
|
/**
|
|
2275
|
-
* This field shall indicate the
|
|
2276
|
-
* the Energy field was measured.
|
|
2272
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2273
|
+
* of the Energy field was measured.
|
|
2277
2274
|
*
|
|
2278
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2275
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2276
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2279
2277
|
*
|
|
2280
|
-
*
|
|
2281
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2278
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2282
2279
|
*
|
|
2283
2280
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2284
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2285
|
-
* time indicated in StartTimestamp.
|
|
2281
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2282
|
+
* UTC time indicated in StartTimestamp.
|
|
2286
2283
|
*
|
|
2287
2284
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2288
2285
|
*/
|
|
2289
2286
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2290
2287
|
/**
|
|
2291
|
-
* This field shall indicate the
|
|
2288
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2292
2289
|
* Energy field was measured.
|
|
2293
2290
|
*
|
|
2294
2291
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2295
2292
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2296
2293
|
*
|
|
2297
2294
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2298
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2295
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2299
2296
|
* EndTimestamp.
|
|
2300
2297
|
*
|
|
2301
2298
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2461,30 +2458,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2461
2458
|
*/
|
|
2462
2459
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2463
2460
|
/**
|
|
2464
|
-
* This field shall indicate the
|
|
2465
|
-
* the Energy field was measured.
|
|
2461
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2462
|
+
* of the Energy field was measured.
|
|
2466
2463
|
*
|
|
2467
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2464
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2465
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2468
2466
|
*
|
|
2469
|
-
*
|
|
2470
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2467
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2471
2468
|
*
|
|
2472
2469
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2473
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2474
|
-
* time indicated in StartTimestamp.
|
|
2470
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2471
|
+
* UTC time indicated in StartTimestamp.
|
|
2475
2472
|
*
|
|
2476
2473
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2477
2474
|
*/
|
|
2478
2475
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2479
2476
|
/**
|
|
2480
|
-
* This field shall indicate the
|
|
2477
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2481
2478
|
* Energy field was measured.
|
|
2482
2479
|
*
|
|
2483
2480
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2484
2481
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2485
2482
|
*
|
|
2486
2483
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2487
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2484
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2488
2485
|
* EndTimestamp.
|
|
2489
2486
|
*
|
|
2490
2487
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2561,30 +2558,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2561
2558
|
*/
|
|
2562
2559
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2563
2560
|
/**
|
|
2564
|
-
* This field shall indicate the
|
|
2565
|
-
* the Energy field was measured.
|
|
2561
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2562
|
+
* of the Energy field was measured.
|
|
2566
2563
|
*
|
|
2567
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2564
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2565
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2568
2566
|
*
|
|
2569
|
-
*
|
|
2570
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2567
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2571
2568
|
*
|
|
2572
2569
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2573
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2574
|
-
* time indicated in StartTimestamp.
|
|
2570
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2571
|
+
* UTC time indicated in StartTimestamp.
|
|
2575
2572
|
*
|
|
2576
2573
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2577
2574
|
*/
|
|
2578
2575
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2579
2576
|
/**
|
|
2580
|
-
* This field shall indicate the
|
|
2577
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2581
2578
|
* Energy field was measured.
|
|
2582
2579
|
*
|
|
2583
2580
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2584
2581
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2585
2582
|
*
|
|
2586
2583
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2587
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2584
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2588
2585
|
* EndTimestamp.
|
|
2589
2586
|
*
|
|
2590
2587
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2661,30 +2658,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2661
2658
|
*/
|
|
2662
2659
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2663
2660
|
/**
|
|
2664
|
-
* This field shall indicate the
|
|
2665
|
-
* the Energy field was measured.
|
|
2661
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2662
|
+
* of the Energy field was measured.
|
|
2666
2663
|
*
|
|
2667
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2664
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2665
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2668
2666
|
*
|
|
2669
|
-
*
|
|
2670
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2667
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2671
2668
|
*
|
|
2672
2669
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2673
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2674
|
-
* time indicated in StartTimestamp.
|
|
2670
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2671
|
+
* UTC time indicated in StartTimestamp.
|
|
2675
2672
|
*
|
|
2676
2673
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2677
2674
|
*/
|
|
2678
2675
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2679
2676
|
/**
|
|
2680
|
-
* This field shall indicate the
|
|
2677
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2681
2678
|
* Energy field was measured.
|
|
2682
2679
|
*
|
|
2683
2680
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2684
2681
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2685
2682
|
*
|
|
2686
2683
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2687
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2684
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2688
2685
|
* EndTimestamp.
|
|
2689
2686
|
*
|
|
2690
2687
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2761,30 +2758,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2761
2758
|
*/
|
|
2762
2759
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2763
2760
|
/**
|
|
2764
|
-
* This field shall indicate the
|
|
2765
|
-
* the Energy field was measured.
|
|
2761
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2762
|
+
* of the Energy field was measured.
|
|
2766
2763
|
*
|
|
2767
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2764
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2765
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2768
2766
|
*
|
|
2769
|
-
*
|
|
2770
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2767
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2771
2768
|
*
|
|
2772
2769
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2773
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2774
|
-
* time indicated in StartTimestamp.
|
|
2770
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2771
|
+
* UTC time indicated in StartTimestamp.
|
|
2775
2772
|
*
|
|
2776
2773
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2777
2774
|
*/
|
|
2778
2775
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2779
2776
|
/**
|
|
2780
|
-
* This field shall indicate the
|
|
2777
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2781
2778
|
* Energy field was measured.
|
|
2782
2779
|
*
|
|
2783
2780
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2784
2781
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2785
2782
|
*
|
|
2786
2783
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2787
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2784
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2788
2785
|
* EndTimestamp.
|
|
2789
2786
|
*
|
|
2790
2787
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -2826,9 +2823,8 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2826
2823
|
* This field shall indicate the timestamp in UTC when the value of the Energy field on the
|
|
2827
2824
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
2828
2825
|
*
|
|
2829
|
-
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
2830
|
-
*
|
|
2831
|
-
* tiveEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
2826
|
+
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
2827
|
+
* CumulativeEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
2832
2828
|
*
|
|
2833
2829
|
* Otherwise, if the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
2834
2830
|
* CumulativeEnergyExported attribute was most recently zero, or does not have the capability of determining
|
|
@@ -2841,7 +2837,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2841
2837
|
*/
|
|
2842
2838
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2843
2839
|
/**
|
|
2844
|
-
* This field shall indicate the
|
|
2840
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
2845
2841
|
* CumulativeEnergyImported attribute was most recently zero.
|
|
2846
2842
|
*
|
|
2847
2843
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -2850,13 +2846,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2850
2846
|
*
|
|
2851
2847
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
2852
2848
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
2853
|
-
* its value shall be the
|
|
2849
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2854
2850
|
*
|
|
2855
2851
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.3
|
|
2856
2852
|
*/
|
|
2857
2853
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2858
2854
|
/**
|
|
2859
|
-
* This field shall indicate the
|
|
2855
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
2860
2856
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
2861
2857
|
*
|
|
2862
2858
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -2865,7 +2861,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2865
2861
|
*
|
|
2866
2862
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
2867
2863
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
2868
|
-
* its value shall be the
|
|
2864
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
2869
2865
|
*
|
|
2870
2866
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.4
|
|
2871
2867
|
*/
|
|
@@ -2931,30 +2927,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
2931
2927
|
*/
|
|
2932
2928
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2933
2929
|
/**
|
|
2934
|
-
* This field shall indicate the
|
|
2935
|
-
* the Energy field was measured.
|
|
2930
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
2931
|
+
* of the Energy field was measured.
|
|
2936
2932
|
*
|
|
2937
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
2933
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
2934
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
2938
2935
|
*
|
|
2939
|
-
*
|
|
2940
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2936
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
2941
2937
|
*
|
|
2942
2938
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
2943
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
2944
|
-
* time indicated in StartTimestamp.
|
|
2939
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
2940
|
+
* UTC time indicated in StartTimestamp.
|
|
2945
2941
|
*
|
|
2946
2942
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
2947
2943
|
*/
|
|
2948
2944
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2949
2945
|
/**
|
|
2950
|
-
* This field shall indicate the
|
|
2946
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
2951
2947
|
* Energy field was measured.
|
|
2952
2948
|
*
|
|
2953
2949
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
2954
2950
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
2955
2951
|
*
|
|
2956
2952
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
2957
|
-
* be omitted; if it is indicated, its value shall be the
|
|
2953
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
2958
2954
|
* EndTimestamp.
|
|
2959
2955
|
*
|
|
2960
2956
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3011,30 +3007,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3011
3007
|
*/
|
|
3012
3008
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3013
3009
|
/**
|
|
3014
|
-
* This field shall indicate the
|
|
3015
|
-
* the Energy field was measured.
|
|
3010
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3011
|
+
* of the Energy field was measured.
|
|
3016
3012
|
*
|
|
3017
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3013
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3014
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3018
3015
|
*
|
|
3019
|
-
*
|
|
3020
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3016
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3021
3017
|
*
|
|
3022
3018
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3023
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3024
|
-
* time indicated in StartTimestamp.
|
|
3019
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3020
|
+
* UTC time indicated in StartTimestamp.
|
|
3025
3021
|
*
|
|
3026
3022
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3027
3023
|
*/
|
|
3028
3024
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3029
3025
|
/**
|
|
3030
|
-
* This field shall indicate the
|
|
3026
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3031
3027
|
* Energy field was measured.
|
|
3032
3028
|
*
|
|
3033
3029
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3034
3030
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3035
3031
|
*
|
|
3036
3032
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3037
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3033
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3038
3034
|
* EndTimestamp.
|
|
3039
3035
|
*
|
|
3040
3036
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3107,30 +3103,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3107
3103
|
*/
|
|
3108
3104
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3109
3105
|
/**
|
|
3110
|
-
* This field shall indicate the
|
|
3111
|
-
* the Energy field was measured.
|
|
3106
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3107
|
+
* of the Energy field was measured.
|
|
3112
3108
|
*
|
|
3113
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3109
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3110
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3114
3111
|
*
|
|
3115
|
-
*
|
|
3116
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3112
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3117
3113
|
*
|
|
3118
3114
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3119
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3120
|
-
* time indicated in StartTimestamp.
|
|
3115
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3116
|
+
* UTC time indicated in StartTimestamp.
|
|
3121
3117
|
*
|
|
3122
3118
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3123
3119
|
*/
|
|
3124
3120
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3125
3121
|
/**
|
|
3126
|
-
* This field shall indicate the
|
|
3122
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3127
3123
|
* Energy field was measured.
|
|
3128
3124
|
*
|
|
3129
3125
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3130
3126
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3131
3127
|
*
|
|
3132
3128
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3133
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3129
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3134
3130
|
* EndTimestamp.
|
|
3135
3131
|
*
|
|
3136
3132
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3187,30 +3183,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3187
3183
|
*/
|
|
3188
3184
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3189
3185
|
/**
|
|
3190
|
-
* This field shall indicate the
|
|
3191
|
-
* the Energy field was measured.
|
|
3186
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3187
|
+
* of the Energy field was measured.
|
|
3192
3188
|
*
|
|
3193
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3189
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3190
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3194
3191
|
*
|
|
3195
|
-
*
|
|
3196
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3192
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3197
3193
|
*
|
|
3198
3194
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3199
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3200
|
-
* time indicated in StartTimestamp.
|
|
3195
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3196
|
+
* UTC time indicated in StartTimestamp.
|
|
3201
3197
|
*
|
|
3202
3198
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3203
3199
|
*/
|
|
3204
3200
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3205
3201
|
/**
|
|
3206
|
-
* This field shall indicate the
|
|
3202
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3207
3203
|
* Energy field was measured.
|
|
3208
3204
|
*
|
|
3209
3205
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3210
3206
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3211
3207
|
*
|
|
3212
3208
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3213
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3209
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3214
3210
|
* EndTimestamp.
|
|
3215
3211
|
*
|
|
3216
3212
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3337,30 +3333,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3337
3333
|
*/
|
|
3338
3334
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3339
3335
|
/**
|
|
3340
|
-
* This field shall indicate the
|
|
3341
|
-
* the Energy field was measured.
|
|
3336
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3337
|
+
* of the Energy field was measured.
|
|
3342
3338
|
*
|
|
3343
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3339
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3340
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3344
3341
|
*
|
|
3345
|
-
*
|
|
3346
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3342
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3347
3343
|
*
|
|
3348
3344
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3349
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3350
|
-
* time indicated in StartTimestamp.
|
|
3345
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3346
|
+
* UTC time indicated in StartTimestamp.
|
|
3351
3347
|
*
|
|
3352
3348
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3353
3349
|
*/
|
|
3354
3350
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3355
3351
|
/**
|
|
3356
|
-
* This field shall indicate the
|
|
3352
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3357
3353
|
* Energy field was measured.
|
|
3358
3354
|
*
|
|
3359
3355
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3360
3356
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3361
3357
|
*
|
|
3362
3358
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3363
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3359
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3364
3360
|
* EndTimestamp.
|
|
3365
3361
|
*
|
|
3366
3362
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3419,30 +3415,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3419
3415
|
*/
|
|
3420
3416
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3421
3417
|
/**
|
|
3422
|
-
* This field shall indicate the
|
|
3423
|
-
* the Energy field was measured.
|
|
3418
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3419
|
+
* of the Energy field was measured.
|
|
3424
3420
|
*
|
|
3425
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3421
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3422
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3426
3423
|
*
|
|
3427
|
-
*
|
|
3428
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3424
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3429
3425
|
*
|
|
3430
3426
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3431
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3432
|
-
* time indicated in StartTimestamp.
|
|
3427
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3428
|
+
* UTC time indicated in StartTimestamp.
|
|
3433
3429
|
*
|
|
3434
3430
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3435
3431
|
*/
|
|
3436
3432
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3437
3433
|
/**
|
|
3438
|
-
* This field shall indicate the
|
|
3434
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3439
3435
|
* Energy field was measured.
|
|
3440
3436
|
*
|
|
3441
3437
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3442
3438
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3443
3439
|
*
|
|
3444
3440
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3445
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3441
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3446
3442
|
* EndTimestamp.
|
|
3447
3443
|
*
|
|
3448
3444
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3501,30 +3497,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3501
3497
|
*/
|
|
3502
3498
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3503
3499
|
/**
|
|
3504
|
-
* This field shall indicate the
|
|
3505
|
-
* the Energy field was measured.
|
|
3500
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3501
|
+
* of the Energy field was measured.
|
|
3506
3502
|
*
|
|
3507
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3503
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3504
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3508
3505
|
*
|
|
3509
|
-
*
|
|
3510
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3506
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3511
3507
|
*
|
|
3512
3508
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3513
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3514
|
-
* time indicated in StartTimestamp.
|
|
3509
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3510
|
+
* UTC time indicated in StartTimestamp.
|
|
3515
3511
|
*
|
|
3516
3512
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3517
3513
|
*/
|
|
3518
3514
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3519
3515
|
/**
|
|
3520
|
-
* This field shall indicate the
|
|
3516
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3521
3517
|
* Energy field was measured.
|
|
3522
3518
|
*
|
|
3523
3519
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3524
3520
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3525
3521
|
*
|
|
3526
3522
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3527
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3523
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3528
3524
|
* EndTimestamp.
|
|
3529
3525
|
*
|
|
3530
3526
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3583,30 +3579,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3583
3579
|
*/
|
|
3584
3580
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3585
3581
|
/**
|
|
3586
|
-
* This field shall indicate the
|
|
3587
|
-
* the Energy field was measured.
|
|
3582
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3583
|
+
* of the Energy field was measured.
|
|
3588
3584
|
*
|
|
3589
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3585
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3586
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3590
3587
|
*
|
|
3591
|
-
*
|
|
3592
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3588
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3593
3589
|
*
|
|
3594
3590
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3595
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3596
|
-
* time indicated in StartTimestamp.
|
|
3591
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3592
|
+
* UTC time indicated in StartTimestamp.
|
|
3597
3593
|
*
|
|
3598
3594
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3599
3595
|
*/
|
|
3600
3596
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3601
3597
|
/**
|
|
3602
|
-
* This field shall indicate the
|
|
3598
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3603
3599
|
* Energy field was measured.
|
|
3604
3600
|
*
|
|
3605
3601
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3606
3602
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3607
3603
|
*
|
|
3608
3604
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3609
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3605
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3610
3606
|
* EndTimestamp.
|
|
3611
3607
|
*
|
|
3612
3608
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3643,9 +3639,8 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3643
3639
|
* This field shall indicate the timestamp in UTC when the value of the Energy field on the
|
|
3644
3640
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
3645
3641
|
*
|
|
3646
|
-
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
3647
|
-
*
|
|
3648
|
-
* tiveEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
3642
|
+
* If the server had determined the time in UTC when the value of the Energy field on the
|
|
3643
|
+
* CumulativeEnergyExported attribute was most recently zero, this field shall be indicated.
|
|
3649
3644
|
*
|
|
3650
3645
|
* Otherwise, if the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
3651
3646
|
* CumulativeEnergyExported attribute was most recently zero, or does not have the capability of determining
|
|
@@ -3658,7 +3653,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3658
3653
|
*/
|
|
3659
3654
|
exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3660
3655
|
/**
|
|
3661
|
-
* This field shall indicate the
|
|
3656
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
3662
3657
|
* CumulativeEnergyImported attribute was most recently zero.
|
|
3663
3658
|
*
|
|
3664
3659
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -3667,13 +3662,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3667
3662
|
*
|
|
3668
3663
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
3669
3664
|
* CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
3670
|
-
* its value shall be the
|
|
3665
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3671
3666
|
*
|
|
3672
3667
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.3
|
|
3673
3668
|
*/
|
|
3674
3669
|
importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3675
3670
|
/**
|
|
3676
|
-
* This field shall indicate the
|
|
3671
|
+
* This field shall indicate the time elapsed since boot when the value of the Energy field on the
|
|
3677
3672
|
* CumulativeEnergyExported attribute was most recently zero.
|
|
3678
3673
|
*
|
|
3679
3674
|
* If the server had not yet determined the time in UTC when the value of the Energy field on the
|
|
@@ -3682,7 +3677,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3682
3677
|
*
|
|
3683
3678
|
* Otherwise, if the server had determined the time in UTC when the value of the Energy field on the
|
|
3684
3679
|
* CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated,
|
|
3685
|
-
* its value shall be the
|
|
3680
|
+
* its value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
|
|
3686
3681
|
*
|
|
3687
3682
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.2.4
|
|
3688
3683
|
*/
|
|
@@ -3770,30 +3765,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3770
3765
|
*/
|
|
3771
3766
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3772
3767
|
/**
|
|
3773
|
-
* This field shall indicate the
|
|
3774
|
-
* the Energy field was measured.
|
|
3768
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3769
|
+
* of the Energy field was measured.
|
|
3775
3770
|
*
|
|
3776
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3771
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3772
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3777
3773
|
*
|
|
3778
|
-
*
|
|
3779
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3774
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3780
3775
|
*
|
|
3781
3776
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3782
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3783
|
-
* time indicated in StartTimestamp.
|
|
3777
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3778
|
+
* UTC time indicated in StartTimestamp.
|
|
3784
3779
|
*
|
|
3785
3780
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3786
3781
|
*/
|
|
3787
3782
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3788
3783
|
/**
|
|
3789
|
-
* This field shall indicate the
|
|
3784
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3790
3785
|
* Energy field was measured.
|
|
3791
3786
|
*
|
|
3792
3787
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3793
3788
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3794
3789
|
*
|
|
3795
3790
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3796
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3791
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3797
3792
|
* EndTimestamp.
|
|
3798
3793
|
*
|
|
3799
3794
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3850,30 +3845,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3850
3845
|
*/
|
|
3851
3846
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3852
3847
|
/**
|
|
3853
|
-
* This field shall indicate the
|
|
3854
|
-
* the Energy field was measured.
|
|
3848
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3849
|
+
* of the Energy field was measured.
|
|
3855
3850
|
*
|
|
3856
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3851
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3852
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3857
3853
|
*
|
|
3858
|
-
*
|
|
3859
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3854
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3860
3855
|
*
|
|
3861
3856
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3862
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3863
|
-
* time indicated in StartTimestamp.
|
|
3857
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3858
|
+
* UTC time indicated in StartTimestamp.
|
|
3864
3859
|
*
|
|
3865
3860
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3866
3861
|
*/
|
|
3867
3862
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3868
3863
|
/**
|
|
3869
|
-
* This field shall indicate the
|
|
3864
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3870
3865
|
* Energy field was measured.
|
|
3871
3866
|
*
|
|
3872
3867
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3873
3868
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3874
3869
|
*
|
|
3875
3870
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3876
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3871
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3877
3872
|
* EndTimestamp.
|
|
3878
3873
|
*
|
|
3879
3874
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -3939,30 +3934,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3939
3934
|
*/
|
|
3940
3935
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3941
3936
|
/**
|
|
3942
|
-
* This field shall indicate the
|
|
3943
|
-
* the Energy field was measured.
|
|
3937
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
3938
|
+
* of the Energy field was measured.
|
|
3944
3939
|
*
|
|
3945
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
3940
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
3941
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
3946
3942
|
*
|
|
3947
|
-
*
|
|
3948
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3943
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
3949
3944
|
*
|
|
3950
3945
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
3951
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
3952
|
-
* time indicated in StartTimestamp.
|
|
3946
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
3947
|
+
* UTC time indicated in StartTimestamp.
|
|
3953
3948
|
*
|
|
3954
3949
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
3955
3950
|
*/
|
|
3956
3951
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3957
3952
|
/**
|
|
3958
|
-
* This field shall indicate the
|
|
3953
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
3959
3954
|
* Energy field was measured.
|
|
3960
3955
|
*
|
|
3961
3956
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
3962
3957
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
3963
3958
|
*
|
|
3964
3959
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
3965
|
-
* be omitted; if it is indicated, its value shall be the
|
|
3960
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
3966
3961
|
* EndTimestamp.
|
|
3967
3962
|
*
|
|
3968
3963
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|
|
@@ -4019,30 +4014,30 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4019
4014
|
*/
|
|
4020
4015
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4021
4016
|
/**
|
|
4022
|
-
* This field shall indicate the
|
|
4023
|
-
* the Energy field was measured.
|
|
4017
|
+
* This field shall indicate the time elapsed since boot at the beginning of the period during which the value
|
|
4018
|
+
* of the Energy field was measured.
|
|
4024
4019
|
*
|
|
4025
|
-
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted.
|
|
4020
|
+
* If this EnergyMeasurementStruct represents cumulative energy, this field shall be omitted. Otherwise, if the
|
|
4021
|
+
* server had not yet determined the time in UTC at the start of the measurement
|
|
4026
4022
|
*
|
|
4027
|
-
*
|
|
4028
|
-
* does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
4023
|
+
* period, or does not have the capability of determining the time in UTC, this field shall be indicated.
|
|
4029
4024
|
*
|
|
4030
4025
|
* Otherwise, if the server had determined the time in UTC at or before the beginning of the measurement
|
|
4031
|
-
* period, this field may be omitted; if it is indicated, its value shall be the
|
|
4032
|
-
* time indicated in StartTimestamp.
|
|
4026
|
+
* period, this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the
|
|
4027
|
+
* UTC time indicated in StartTimestamp.
|
|
4033
4028
|
*
|
|
4034
4029
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.4
|
|
4035
4030
|
*/
|
|
4036
4031
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4037
4032
|
/**
|
|
4038
|
-
* This field shall indicate the
|
|
4033
|
+
* This field shall indicate the time elapsed since boot at the end of the period during which the value of the
|
|
4039
4034
|
* Energy field was measured.
|
|
4040
4035
|
*
|
|
4041
4036
|
* If the server had not yet determined the time in UTC by the end of the measurement period, or does not have
|
|
4042
4037
|
* the capability of determining the time in UTC, this field shall be indicated.
|
|
4043
4038
|
*
|
|
4044
4039
|
* Otherwise, if the server had determined the time in UTC by the end of the measurement period, this field may
|
|
4045
|
-
* be omitted; if it is indicated, its value shall be the
|
|
4040
|
+
* be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
|
|
4046
4041
|
* EndTimestamp.
|
|
4047
4042
|
*
|
|
4048
4043
|
* @see {@link MatterSpecification.v13.Cluster} § 2.12.5.1.5
|