@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -14,7 +14,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
14
14
|
/**
|
|
15
15
|
* These are optional features supported by ElectricalPowerMeasurementCluster.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4
|
|
18
18
|
*/
|
|
19
19
|
enum Feature {
|
|
20
20
|
/**
|
|
@@ -22,7 +22,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
22
22
|
*
|
|
23
23
|
* This feature indicates the cluster can measure a direct current.
|
|
24
24
|
*
|
|
25
|
-
* @see {@link MatterSpecification.
|
|
25
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
|
|
26
26
|
*/
|
|
27
27
|
DirectCurrent = "DirectCurrent",
|
|
28
28
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
30
30
|
*
|
|
31
31
|
* This feature indicates the cluster can measure an alternating current.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
|
|
34
34
|
*/
|
|
35
35
|
AlternatingCurrent = "AlternatingCurrent",
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
38
38
|
*
|
|
39
39
|
* This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
|
|
42
42
|
*/
|
|
43
43
|
PolyphasePower = "PolyphasePower",
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
46
46
|
*
|
|
47
47
|
* This feature indicates the cluster can measure the harmonics of an alternating current.
|
|
48
48
|
*
|
|
49
|
-
* @see {@link MatterSpecification.
|
|
49
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
|
|
50
50
|
*/
|
|
51
51
|
Harmonics = "Harmonics",
|
|
52
52
|
/**
|
|
@@ -54,19 +54,19 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
54
54
|
*
|
|
55
55
|
* This feature indicates the cluster can measure the harmonic phases of an alternating current.
|
|
56
56
|
*
|
|
57
|
-
* @see {@link MatterSpecification.
|
|
57
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
|
|
58
58
|
*/
|
|
59
59
|
PowerQuality = "PowerQuality"
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3
|
|
63
63
|
*/
|
|
64
64
|
const TlvHarmonicMeasurement: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
65
65
|
/**
|
|
66
66
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
67
67
|
* may choose to report even harmonics.
|
|
68
68
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
70
70
|
*/
|
|
71
71
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
72
72
|
/**
|
|
@@ -83,17 +83,17 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
83
83
|
*
|
|
84
84
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
87
87
|
*/
|
|
88
88
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
89
89
|
}>;
|
|
90
90
|
/**
|
|
91
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3
|
|
92
92
|
*/
|
|
93
93
|
interface HarmonicMeasurement extends TypeFromSchema<typeof TlvHarmonicMeasurement> {
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.1
|
|
97
97
|
*/
|
|
98
98
|
enum PowerMode {
|
|
99
99
|
Unknown = 0,
|
|
@@ -118,27 +118,27 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
118
118
|
* since boot for a given timestamp; this allows for client-side resolution of UTC time for previous reports that
|
|
119
119
|
* only included systime.
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2
|
|
122
122
|
*/
|
|
123
123
|
const TlvMeasurementRange: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
124
124
|
/**
|
|
125
125
|
* This field shall be the type of measurement for the range provided.
|
|
126
126
|
*
|
|
127
|
-
* @see {@link MatterSpecification.
|
|
127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
128
128
|
*/
|
|
129
129
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
130
130
|
/**
|
|
131
131
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
132
132
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
133
133
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
135
135
|
*/
|
|
136
136
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
137
137
|
/**
|
|
138
138
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
139
139
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
142
142
|
*/
|
|
143
143
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
147
147
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
148
148
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
151
151
|
*/
|
|
152
152
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
156
156
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
157
157
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
158
158
|
*
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
160
160
|
*/
|
|
161
161
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
162
162
|
/**
|
|
@@ -165,7 +165,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
165
165
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
166
166
|
* than or equal to the value of the EndTimestamp field.
|
|
167
167
|
*
|
|
168
|
-
* @see {@link MatterSpecification.
|
|
168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
169
169
|
*/
|
|
170
170
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
171
171
|
/**
|
|
@@ -173,7 +173,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
173
173
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
174
174
|
* value of the EndTimestamp field.
|
|
175
175
|
*
|
|
176
|
-
* @see {@link MatterSpecification.
|
|
176
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
177
177
|
*/
|
|
178
178
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
179
179
|
/**
|
|
@@ -182,7 +182,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
182
182
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
183
183
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
186
186
|
*/
|
|
187
187
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
191
191
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
192
192
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
195
195
|
*/
|
|
196
196
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
200
200
|
*
|
|
201
201
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
202
202
|
*
|
|
203
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
204
204
|
*/
|
|
205
205
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
206
206
|
/**
|
|
@@ -209,7 +209,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
209
209
|
*
|
|
210
210
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
211
211
|
*
|
|
212
|
-
* @see {@link MatterSpecification.
|
|
212
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
213
213
|
*/
|
|
214
214
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
215
215
|
}>;
|
|
@@ -225,40 +225,40 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
225
225
|
* since boot for a given timestamp; this allows for client-side resolution of UTC time for previous reports that
|
|
226
226
|
* only included systime.
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2
|
|
229
229
|
*/
|
|
230
230
|
interface MeasurementRange extends TypeFromSchema<typeof TlvMeasurementRange> {
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* Body of the ElectricalPowerMeasurement measurementPeriodRanges event
|
|
234
234
|
*
|
|
235
|
-
* @see {@link MatterSpecification.
|
|
235
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
|
|
236
236
|
*/
|
|
237
237
|
const TlvMeasurementPeriodRangesEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
238
238
|
/**
|
|
239
239
|
* This shall indicate the value of the Ranges attribute at the time of event generation.
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
|
|
242
242
|
*/
|
|
243
243
|
ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
244
244
|
/**
|
|
245
245
|
* This field shall be the type of measurement for the range provided.
|
|
246
246
|
*
|
|
247
|
-
* @see {@link MatterSpecification.
|
|
247
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
248
248
|
*/
|
|
249
249
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
250
250
|
/**
|
|
251
251
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
252
252
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
253
253
|
*
|
|
254
|
-
* @see {@link MatterSpecification.
|
|
254
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
255
255
|
*/
|
|
256
256
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
257
257
|
/**
|
|
258
258
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
259
259
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
260
260
|
*
|
|
261
|
-
* @see {@link MatterSpecification.
|
|
261
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
262
262
|
*/
|
|
263
263
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
267
267
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
268
268
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
269
269
|
*
|
|
270
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
271
271
|
*/
|
|
272
272
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
276
276
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
277
277
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
278
278
|
*
|
|
279
|
-
* @see {@link MatterSpecification.
|
|
279
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
280
280
|
*/
|
|
281
281
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
282
282
|
/**
|
|
@@ -285,7 +285,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
285
285
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
286
286
|
* than or equal to the value of the EndTimestamp field.
|
|
287
287
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
289
289
|
*/
|
|
290
290
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
291
291
|
/**
|
|
@@ -293,7 +293,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
293
293
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
294
294
|
* value of the EndTimestamp field.
|
|
295
295
|
*
|
|
296
|
-
* @see {@link MatterSpecification.
|
|
296
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
297
297
|
*/
|
|
298
298
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
299
299
|
/**
|
|
@@ -302,7 +302,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
302
302
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
303
303
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
304
304
|
*
|
|
305
|
-
* @see {@link MatterSpecification.
|
|
305
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
306
306
|
*/
|
|
307
307
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
308
308
|
/**
|
|
@@ -311,7 +311,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
311
311
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
312
312
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
315
315
|
*/
|
|
316
316
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
317
317
|
/**
|
|
@@ -320,7 +320,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
320
320
|
*
|
|
321
321
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
324
324
|
*/
|
|
325
325
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
326
326
|
/**
|
|
@@ -329,7 +329,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
329
329
|
*
|
|
330
330
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
331
331
|
*
|
|
332
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
333
333
|
*/
|
|
334
334
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
335
335
|
}>[]>;
|
|
@@ -337,7 +337,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
337
337
|
/**
|
|
338
338
|
* Body of the ElectricalPowerMeasurement measurementPeriodRanges event
|
|
339
339
|
*
|
|
340
|
-
* @see {@link MatterSpecification.
|
|
340
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
|
|
341
341
|
*/
|
|
342
342
|
interface MeasurementPeriodRangesEvent extends TypeFromSchema<typeof TlvMeasurementPeriodRangesEvent> {
|
|
343
343
|
}
|
|
@@ -363,7 +363,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
363
363
|
*
|
|
364
364
|
* If the current cannot be measured, a value of null shall be returned.
|
|
365
365
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
|
|
367
367
|
*/
|
|
368
368
|
readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
369
369
|
/**
|
|
@@ -381,7 +381,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
381
381
|
*
|
|
382
382
|
* If the active or reactive currents cannot be measured, a value of null shall be returned.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
|
|
385
385
|
*/
|
|
386
386
|
readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
387
387
|
/**
|
|
@@ -402,7 +402,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
402
402
|
* If the Polyphase Power feature is supported, this value represents the combined reactive power imported
|
|
403
403
|
* or exported.
|
|
404
404
|
*
|
|
405
|
-
* @see {@link MatterSpecification.
|
|
405
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
|
|
406
406
|
*/
|
|
407
407
|
readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
|
|
408
408
|
/**
|
|
@@ -421,7 +421,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
421
421
|
*
|
|
422
422
|
* If the apparent power cannot be measured, a value of null shall be returned.
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
|
|
425
425
|
*/
|
|
426
426
|
readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
|
|
427
427
|
/**
|
|
@@ -438,7 +438,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
438
438
|
*
|
|
439
439
|
* If the RMS voltage cannot be measured, a value of null shall be returned.
|
|
440
440
|
*
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
441
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
|
|
442
442
|
*/
|
|
443
443
|
readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
|
|
444
444
|
/**
|
|
@@ -458,7 +458,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
458
458
|
*
|
|
459
459
|
* If the RMS current cannot be measured, a value of null shall be returned.
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
|
|
462
462
|
*/
|
|
463
463
|
readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
464
464
|
/**
|
|
@@ -477,7 +477,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
477
477
|
*
|
|
478
478
|
* If the RMS power cannot be measured, a value of null shall be returned.
|
|
479
479
|
*
|
|
480
|
-
* @see {@link MatterSpecification.
|
|
480
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
|
|
481
481
|
*/
|
|
482
482
|
readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
|
|
483
483
|
/**
|
|
@@ -494,7 +494,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
494
494
|
*
|
|
495
495
|
* If the frequency cannot be measured, a value of null shall be returned.
|
|
496
496
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
|
|
498
498
|
*/
|
|
499
499
|
readonly frequency: OptionalAttribute<number | bigint | null, any>;
|
|
500
500
|
/**
|
|
@@ -509,7 +509,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
509
509
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
510
510
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
511
511
|
*
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
|
|
513
513
|
*/
|
|
514
514
|
readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
|
|
515
515
|
};
|
|
@@ -532,14 +532,14 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
532
532
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
533
533
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
534
534
|
*
|
|
535
|
-
* @see {@link MatterSpecification.
|
|
535
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
|
|
536
536
|
*/
|
|
537
537
|
readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
538
538
|
/**
|
|
539
539
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
540
540
|
* may choose to report even harmonics.
|
|
541
541
|
*
|
|
542
|
-
* @see {@link MatterSpecification.
|
|
542
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
543
543
|
*/
|
|
544
544
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
545
545
|
/**
|
|
@@ -556,7 +556,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
556
556
|
*
|
|
557
557
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
560
560
|
*/
|
|
561
561
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
562
562
|
}>[] | null, any>;
|
|
@@ -582,14 +582,14 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
582
582
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
583
583
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
|
|
586
586
|
*/
|
|
587
587
|
readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
588
588
|
/**
|
|
589
589
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
590
590
|
* may choose to report even harmonics.
|
|
591
591
|
*
|
|
592
|
-
* @see {@link MatterSpecification.
|
|
592
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
593
593
|
*/
|
|
594
594
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
595
595
|
/**
|
|
@@ -606,7 +606,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
606
606
|
*
|
|
607
607
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
610
610
|
*/
|
|
611
611
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
612
612
|
}>[] | null, any>;
|
|
@@ -635,7 +635,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
635
635
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
636
636
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
637
637
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
|
|
639
639
|
*/
|
|
640
640
|
readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
641
641
|
};
|
|
@@ -653,7 +653,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
653
653
|
*
|
|
654
654
|
* This feature indicates the cluster can measure a direct current.
|
|
655
655
|
*
|
|
656
|
-
* @see {@link MatterSpecification.
|
|
656
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
|
|
657
657
|
*/
|
|
658
658
|
readonly directCurrent: BitFlag;
|
|
659
659
|
/**
|
|
@@ -661,7 +661,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
661
661
|
*
|
|
662
662
|
* This feature indicates the cluster can measure an alternating current.
|
|
663
663
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
664
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
|
|
665
665
|
*/
|
|
666
666
|
readonly alternatingCurrent: BitFlag;
|
|
667
667
|
/**
|
|
@@ -669,7 +669,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
669
669
|
*
|
|
670
670
|
* This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
|
|
673
673
|
*/
|
|
674
674
|
readonly polyphasePower: BitFlag;
|
|
675
675
|
/**
|
|
@@ -677,7 +677,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
677
677
|
*
|
|
678
678
|
* This feature indicates the cluster can measure the harmonics of an alternating current.
|
|
679
679
|
*
|
|
680
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
|
|
681
681
|
*/
|
|
682
682
|
readonly harmonics: BitFlag;
|
|
683
683
|
/**
|
|
@@ -685,7 +685,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
685
685
|
*
|
|
686
686
|
* This feature indicates the cluster can measure the harmonic phases of an alternating current.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
|
|
689
689
|
*/
|
|
690
690
|
readonly powerQuality: BitFlag;
|
|
691
691
|
};
|
|
@@ -694,13 +694,13 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
694
694
|
* This shall indicate the current mode of the server. For some servers, such as an EV, this may change
|
|
695
695
|
* depending on the mode of charging or discharging.
|
|
696
696
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
|
|
698
698
|
*/
|
|
699
699
|
readonly powerMode: Attribute<PowerMode, any>;
|
|
700
700
|
/**
|
|
701
701
|
* This shall indicate the maximum number of measurement types the server is capable of reporting.
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
|
|
704
704
|
*/
|
|
705
705
|
readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
|
|
706
706
|
/**
|
|
@@ -708,7 +708,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
708
708
|
* There shall be an entry for ActivePower, as well as any other measurement types implemented by this
|
|
709
709
|
* server.
|
|
710
710
|
*
|
|
711
|
-
* @see {@link MatterSpecification.
|
|
711
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
|
|
712
712
|
*/
|
|
713
713
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
714
714
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
@@ -740,27 +740,27 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
740
740
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
741
741
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
742
742
|
*
|
|
743
|
-
* @see {@link MatterSpecification.
|
|
743
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
|
|
744
744
|
*/
|
|
745
745
|
readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
746
746
|
/**
|
|
747
747
|
* This field shall be the type of measurement for the range provided.
|
|
748
748
|
*
|
|
749
|
-
* @see {@link MatterSpecification.
|
|
749
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
750
750
|
*/
|
|
751
751
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
752
752
|
/**
|
|
753
753
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
754
754
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
755
755
|
*
|
|
756
|
-
* @see {@link MatterSpecification.
|
|
756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
757
757
|
*/
|
|
758
758
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
759
759
|
/**
|
|
760
760
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
761
761
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
762
762
|
*
|
|
763
|
-
* @see {@link MatterSpecification.
|
|
763
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
764
764
|
*/
|
|
765
765
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
766
766
|
/**
|
|
@@ -769,7 +769,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
769
769
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
770
770
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
771
771
|
*
|
|
772
|
-
* @see {@link MatterSpecification.
|
|
772
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
773
773
|
*/
|
|
774
774
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
775
775
|
/**
|
|
@@ -778,7 +778,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
778
778
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
779
779
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
780
780
|
*
|
|
781
|
-
* @see {@link MatterSpecification.
|
|
781
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
782
782
|
*/
|
|
783
783
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
784
784
|
/**
|
|
@@ -787,7 +787,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
787
787
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
788
788
|
* than or equal to the value of the EndTimestamp field.
|
|
789
789
|
*
|
|
790
|
-
* @see {@link MatterSpecification.
|
|
790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
791
791
|
*/
|
|
792
792
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
793
793
|
/**
|
|
@@ -795,7 +795,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
795
795
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
796
796
|
* value of the EndTimestamp field.
|
|
797
797
|
*
|
|
798
|
-
* @see {@link MatterSpecification.
|
|
798
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
799
799
|
*/
|
|
800
800
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
801
801
|
/**
|
|
@@ -804,7 +804,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
804
804
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
805
805
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
806
806
|
*
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
808
808
|
*/
|
|
809
809
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
810
810
|
/**
|
|
@@ -813,7 +813,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
813
813
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
814
814
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
815
815
|
*
|
|
816
|
-
* @see {@link MatterSpecification.
|
|
816
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
817
817
|
*/
|
|
818
818
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
819
819
|
/**
|
|
@@ -822,7 +822,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
822
822
|
*
|
|
823
823
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
824
824
|
*
|
|
825
|
-
* @see {@link MatterSpecification.
|
|
825
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
826
826
|
*/
|
|
827
827
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
828
828
|
/**
|
|
@@ -831,7 +831,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
831
831
|
*
|
|
832
832
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
835
835
|
*/
|
|
836
836
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
837
837
|
}>[], any>;
|
|
@@ -849,7 +849,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
849
849
|
*
|
|
850
850
|
* If the voltage cannot be measured, a value of null shall be returned.
|
|
851
851
|
*
|
|
852
|
-
* @see {@link MatterSpecification.
|
|
852
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
|
|
853
853
|
*/
|
|
854
854
|
readonly voltage: OptionalAttribute<number | bigint | null, any>;
|
|
855
855
|
/**
|
|
@@ -869,7 +869,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
869
869
|
*
|
|
870
870
|
* If the current cannot be measured, a value of null shall be returned.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
|
|
873
873
|
*/
|
|
874
874
|
readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
875
875
|
/**
|
|
@@ -890,7 +890,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
890
890
|
* If the Polyphase Power feature is set, this value represents the combined active power imported or
|
|
891
891
|
* exported.
|
|
892
892
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
|
|
894
894
|
*/
|
|
895
895
|
readonly activePower: Attribute<number | bigint | null, any>;
|
|
896
896
|
};
|
|
@@ -899,33 +899,33 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
899
899
|
* If supported, this event shall be generated at the end of a measurement period. The start and end times
|
|
900
900
|
* for measurement periods shall be determined by the server, and may represent overlapping periods.
|
|
901
901
|
*
|
|
902
|
-
* @see {@link MatterSpecification.
|
|
902
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
|
|
903
903
|
*/
|
|
904
904
|
readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
905
905
|
/**
|
|
906
906
|
* This shall indicate the value of the Ranges attribute at the time of event generation.
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
|
|
909
909
|
*/
|
|
910
910
|
ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
911
911
|
/**
|
|
912
912
|
* This field shall be the type of measurement for the range provided.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
915
915
|
*/
|
|
916
916
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
917
917
|
/**
|
|
918
918
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
919
919
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
920
920
|
*
|
|
921
|
-
* @see {@link MatterSpecification.
|
|
921
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
922
922
|
*/
|
|
923
923
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
924
924
|
/**
|
|
925
925
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
926
926
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
927
927
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
929
929
|
*/
|
|
930
930
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
931
931
|
/**
|
|
@@ -934,7 +934,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
934
934
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
935
935
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
936
936
|
*
|
|
937
|
-
* @see {@link MatterSpecification.
|
|
937
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
938
938
|
*/
|
|
939
939
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
940
940
|
/**
|
|
@@ -943,7 +943,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
943
943
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
944
944
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
945
945
|
*
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
947
947
|
*/
|
|
948
948
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
949
949
|
/**
|
|
@@ -952,7 +952,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
952
952
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
953
953
|
* than or equal to the value of the EndTimestamp field.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
956
956
|
*/
|
|
957
957
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
958
958
|
/**
|
|
@@ -960,7 +960,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
960
960
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
961
961
|
* value of the EndTimestamp field.
|
|
962
962
|
*
|
|
963
|
-
* @see {@link MatterSpecification.
|
|
963
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
964
964
|
*/
|
|
965
965
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
966
966
|
/**
|
|
@@ -969,7 +969,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
969
969
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
970
970
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
971
971
|
*
|
|
972
|
-
* @see {@link MatterSpecification.
|
|
972
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
973
973
|
*/
|
|
974
974
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
975
975
|
/**
|
|
@@ -978,7 +978,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
978
978
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
979
979
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
980
980
|
*
|
|
981
|
-
* @see {@link MatterSpecification.
|
|
981
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
982
982
|
*/
|
|
983
983
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
984
984
|
/**
|
|
@@ -987,7 +987,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
987
987
|
*
|
|
988
988
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
991
991
|
*/
|
|
992
992
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
993
993
|
/**
|
|
@@ -996,7 +996,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
996
996
|
*
|
|
997
997
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
998
998
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
999
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
1000
1000
|
*/
|
|
1001
1001
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1002
1002
|
}>[]>;
|
|
@@ -1029,7 +1029,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1029
1029
|
*
|
|
1030
1030
|
* If the current cannot be measured, a value of null shall be returned.
|
|
1031
1031
|
*
|
|
1032
|
-
* @see {@link MatterSpecification.
|
|
1032
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
|
|
1033
1033
|
*/
|
|
1034
1034
|
readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1035
1035
|
/**
|
|
@@ -1047,7 +1047,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1047
1047
|
*
|
|
1048
1048
|
* If the active or reactive currents cannot be measured, a value of null shall be returned.
|
|
1049
1049
|
*
|
|
1050
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
|
|
1051
1051
|
*/
|
|
1052
1052
|
readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1053
1053
|
/**
|
|
@@ -1068,7 +1068,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1068
1068
|
* If the Polyphase Power feature is supported, this value represents the combined reactive power imported
|
|
1069
1069
|
* or exported.
|
|
1070
1070
|
*
|
|
1071
|
-
* @see {@link MatterSpecification.
|
|
1071
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
|
|
1072
1072
|
*/
|
|
1073
1073
|
readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
|
|
1074
1074
|
/**
|
|
@@ -1087,7 +1087,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1087
1087
|
*
|
|
1088
1088
|
* If the apparent power cannot be measured, a value of null shall be returned.
|
|
1089
1089
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
|
|
1091
1091
|
*/
|
|
1092
1092
|
readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
|
|
1093
1093
|
/**
|
|
@@ -1104,7 +1104,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1104
1104
|
*
|
|
1105
1105
|
* If the RMS voltage cannot be measured, a value of null shall be returned.
|
|
1106
1106
|
*
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
|
|
1108
1108
|
*/
|
|
1109
1109
|
readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
|
|
1110
1110
|
/**
|
|
@@ -1124,7 +1124,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1124
1124
|
*
|
|
1125
1125
|
* If the RMS current cannot be measured, a value of null shall be returned.
|
|
1126
1126
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
|
|
1128
1128
|
*/
|
|
1129
1129
|
readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1130
1130
|
/**
|
|
@@ -1143,7 +1143,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1143
1143
|
*
|
|
1144
1144
|
* If the RMS power cannot be measured, a value of null shall be returned.
|
|
1145
1145
|
*
|
|
1146
|
-
* @see {@link MatterSpecification.
|
|
1146
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
|
|
1147
1147
|
*/
|
|
1148
1148
|
readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
|
|
1149
1149
|
/**
|
|
@@ -1160,7 +1160,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1160
1160
|
*
|
|
1161
1161
|
* If the frequency cannot be measured, a value of null shall be returned.
|
|
1162
1162
|
*
|
|
1163
|
-
* @see {@link MatterSpecification.
|
|
1163
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
|
|
1164
1164
|
*/
|
|
1165
1165
|
readonly frequency: OptionalAttribute<number | bigint | null, any>;
|
|
1166
1166
|
/**
|
|
@@ -1175,7 +1175,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1175
1175
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1176
1176
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1177
1177
|
*
|
|
1178
|
-
* @see {@link MatterSpecification.
|
|
1178
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
|
|
1179
1179
|
*/
|
|
1180
1180
|
readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
|
|
1181
1181
|
};
|
|
@@ -1199,14 +1199,14 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1199
1199
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1200
1200
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
|
|
1203
1203
|
*/
|
|
1204
1204
|
readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1205
1205
|
/**
|
|
1206
1206
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
1207
1207
|
* may choose to report even harmonics.
|
|
1208
1208
|
*
|
|
1209
|
-
* @see {@link MatterSpecification.
|
|
1209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
1210
1210
|
*/
|
|
1211
1211
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1212
1212
|
/**
|
|
@@ -1223,7 +1223,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1223
1223
|
*
|
|
1224
1224
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
1227
1227
|
*/
|
|
1228
1228
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1229
1229
|
}>[] | null, any>;
|
|
@@ -1250,14 +1250,14 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1250
1250
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1251
1251
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1252
1252
|
*
|
|
1253
|
-
* @see {@link MatterSpecification.
|
|
1253
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
|
|
1254
1254
|
*/
|
|
1255
1255
|
readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1256
1256
|
/**
|
|
1257
1257
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
1258
1258
|
* may choose to report even harmonics.
|
|
1259
1259
|
*
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
1261
1261
|
*/
|
|
1262
1262
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1263
1263
|
/**
|
|
@@ -1274,7 +1274,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1274
1274
|
*
|
|
1275
1275
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
1276
1276
|
*
|
|
1277
|
-
* @see {@link MatterSpecification.
|
|
1277
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
1278
1278
|
*/
|
|
1279
1279
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1280
1280
|
}>[] | null, any>;
|
|
@@ -1304,7 +1304,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1304
1304
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1305
1305
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1306
1306
|
*
|
|
1307
|
-
* @see {@link MatterSpecification.
|
|
1307
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
|
|
1308
1308
|
*/
|
|
1309
1309
|
readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1310
1310
|
};
|
|
@@ -1348,7 +1348,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1348
1348
|
*
|
|
1349
1349
|
* This feature indicates the cluster can measure a direct current.
|
|
1350
1350
|
*
|
|
1351
|
-
* @see {@link MatterSpecification.
|
|
1351
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
|
|
1352
1352
|
*/
|
|
1353
1353
|
readonly directCurrent: BitFlag;
|
|
1354
1354
|
/**
|
|
@@ -1356,7 +1356,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1356
1356
|
*
|
|
1357
1357
|
* This feature indicates the cluster can measure an alternating current.
|
|
1358
1358
|
*
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1359
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
|
|
1360
1360
|
*/
|
|
1361
1361
|
readonly alternatingCurrent: BitFlag;
|
|
1362
1362
|
/**
|
|
@@ -1364,7 +1364,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1364
1364
|
*
|
|
1365
1365
|
* This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
|
|
1368
1368
|
*/
|
|
1369
1369
|
readonly polyphasePower: BitFlag;
|
|
1370
1370
|
/**
|
|
@@ -1372,7 +1372,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1372
1372
|
*
|
|
1373
1373
|
* This feature indicates the cluster can measure the harmonics of an alternating current.
|
|
1374
1374
|
*
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
|
|
1376
1376
|
*/
|
|
1377
1377
|
readonly harmonics: BitFlag;
|
|
1378
1378
|
/**
|
|
@@ -1380,7 +1380,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1380
1380
|
*
|
|
1381
1381
|
* This feature indicates the cluster can measure the harmonic phases of an alternating current.
|
|
1382
1382
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
|
|
1384
1384
|
*/
|
|
1385
1385
|
readonly powerQuality: BitFlag;
|
|
1386
1386
|
};
|
|
@@ -1389,13 +1389,13 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1389
1389
|
* This shall indicate the current mode of the server. For some servers, such as an EV, this may change
|
|
1390
1390
|
* depending on the mode of charging or discharging.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
|
|
1393
1393
|
*/
|
|
1394
1394
|
readonly powerMode: Attribute<PowerMode, any>;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* This shall indicate the maximum number of measurement types the server is capable of reporting.
|
|
1397
1397
|
*
|
|
1398
|
-
* @see {@link MatterSpecification.
|
|
1398
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
|
|
1399
1399
|
*/
|
|
1400
1400
|
readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
|
|
1401
1401
|
/**
|
|
@@ -1403,7 +1403,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1403
1403
|
* There shall be an entry for ActivePower, as well as any other measurement types implemented by this
|
|
1404
1404
|
* server.
|
|
1405
1405
|
*
|
|
1406
|
-
* @see {@link MatterSpecification.
|
|
1406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
|
|
1407
1407
|
*/
|
|
1408
1408
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1409
1409
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
@@ -1435,27 +1435,27 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1435
1435
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1436
1436
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1437
1437
|
*
|
|
1438
|
-
* @see {@link MatterSpecification.
|
|
1438
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
|
|
1439
1439
|
*/
|
|
1440
1440
|
readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1441
1441
|
/**
|
|
1442
1442
|
* This field shall be the type of measurement for the range provided.
|
|
1443
1443
|
*
|
|
1444
|
-
* @see {@link MatterSpecification.
|
|
1444
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
1445
1445
|
*/
|
|
1446
1446
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
1447
1447
|
/**
|
|
1448
1448
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
1449
1449
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
1452
1452
|
*/
|
|
1453
1453
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
1456
1456
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
1457
1457
|
*
|
|
1458
|
-
* @see {@link MatterSpecification.
|
|
1458
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
1459
1459
|
*/
|
|
1460
1460
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1461
1461
|
/**
|
|
@@ -1464,7 +1464,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1464
1464
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
1465
1465
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1466
1466
|
*
|
|
1467
|
-
* @see {@link MatterSpecification.
|
|
1467
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
1468
1468
|
*/
|
|
1469
1469
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1470
1470
|
/**
|
|
@@ -1473,7 +1473,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1473
1473
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
1474
1474
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1475
1475
|
*
|
|
1476
|
-
* @see {@link MatterSpecification.
|
|
1476
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
1477
1477
|
*/
|
|
1478
1478
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1479
1479
|
/**
|
|
@@ -1482,7 +1482,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1482
1482
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
1483
1483
|
* than or equal to the value of the EndTimestamp field.
|
|
1484
1484
|
*
|
|
1485
|
-
* @see {@link MatterSpecification.
|
|
1485
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
1486
1486
|
*/
|
|
1487
1487
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1488
1488
|
/**
|
|
@@ -1490,7 +1490,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1490
1490
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
1491
1491
|
* value of the EndTimestamp field.
|
|
1492
1492
|
*
|
|
1493
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
1494
1494
|
*/
|
|
1495
1495
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1496
1496
|
/**
|
|
@@ -1499,7 +1499,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1499
1499
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
1500
1500
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
1501
1501
|
*
|
|
1502
|
-
* @see {@link MatterSpecification.
|
|
1502
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
1503
1503
|
*/
|
|
1504
1504
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1505
1505
|
/**
|
|
@@ -1508,7 +1508,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1508
1508
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
1509
1509
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
1510
1510
|
*
|
|
1511
|
-
* @see {@link MatterSpecification.
|
|
1511
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
1512
1512
|
*/
|
|
1513
1513
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1514
1514
|
/**
|
|
@@ -1517,7 +1517,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1517
1517
|
*
|
|
1518
1518
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
1519
1519
|
*
|
|
1520
|
-
* @see {@link MatterSpecification.
|
|
1520
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
1521
1521
|
*/
|
|
1522
1522
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1523
1523
|
/**
|
|
@@ -1526,7 +1526,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1526
1526
|
*
|
|
1527
1527
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
1528
1528
|
*
|
|
1529
|
-
* @see {@link MatterSpecification.
|
|
1529
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
1530
1530
|
*/
|
|
1531
1531
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1532
1532
|
}>[], any>;
|
|
@@ -1544,7 +1544,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1544
1544
|
*
|
|
1545
1545
|
* If the voltage cannot be measured, a value of null shall be returned.
|
|
1546
1546
|
*
|
|
1547
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
|
|
1548
1548
|
*/
|
|
1549
1549
|
readonly voltage: OptionalAttribute<number | bigint | null, any>;
|
|
1550
1550
|
/**
|
|
@@ -1564,7 +1564,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1564
1564
|
*
|
|
1565
1565
|
* If the current cannot be measured, a value of null shall be returned.
|
|
1566
1566
|
*
|
|
1567
|
-
* @see {@link MatterSpecification.
|
|
1567
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
|
|
1568
1568
|
*/
|
|
1569
1569
|
readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1570
1570
|
/**
|
|
@@ -1585,7 +1585,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1585
1585
|
* If the Polyphase Power feature is set, this value represents the combined active power imported or
|
|
1586
1586
|
* exported.
|
|
1587
1587
|
*
|
|
1588
|
-
* @see {@link MatterSpecification.
|
|
1588
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
|
|
1589
1589
|
*/
|
|
1590
1590
|
readonly activePower: Attribute<number | bigint | null, any>;
|
|
1591
1591
|
};
|
|
@@ -1594,33 +1594,33 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1594
1594
|
* If supported, this event shall be generated at the end of a measurement period. The start and end times
|
|
1595
1595
|
* for measurement periods shall be determined by the server, and may represent overlapping periods.
|
|
1596
1596
|
*
|
|
1597
|
-
* @see {@link MatterSpecification.
|
|
1597
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
|
|
1598
1598
|
*/
|
|
1599
1599
|
readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1600
1600
|
/**
|
|
1601
1601
|
* This shall indicate the value of the Ranges attribute at the time of event generation.
|
|
1602
1602
|
*
|
|
1603
|
-
* @see {@link MatterSpecification.
|
|
1603
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
|
|
1604
1604
|
*/
|
|
1605
1605
|
ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1606
1606
|
/**
|
|
1607
1607
|
* This field shall be the type of measurement for the range provided.
|
|
1608
1608
|
*
|
|
1609
|
-
* @see {@link MatterSpecification.
|
|
1609
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
1610
1610
|
*/
|
|
1611
1611
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
1612
1612
|
/**
|
|
1613
1613
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
1614
1614
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
1615
1615
|
*
|
|
1616
|
-
* @see {@link MatterSpecification.
|
|
1616
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
1617
1617
|
*/
|
|
1618
1618
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1619
1619
|
/**
|
|
1620
1620
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
1621
1621
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
1622
1622
|
*
|
|
1623
|
-
* @see {@link MatterSpecification.
|
|
1623
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
1624
1624
|
*/
|
|
1625
1625
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1626
1626
|
/**
|
|
@@ -1629,7 +1629,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1629
1629
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
1630
1630
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1631
1631
|
*
|
|
1632
|
-
* @see {@link MatterSpecification.
|
|
1632
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
1633
1633
|
*/
|
|
1634
1634
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1635
1635
|
/**
|
|
@@ -1638,7 +1638,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1638
1638
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
1639
1639
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
1640
1640
|
*
|
|
1641
|
-
* @see {@link MatterSpecification.
|
|
1641
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
1642
1642
|
*/
|
|
1643
1643
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1644
1644
|
/**
|
|
@@ -1647,7 +1647,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1647
1647
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
1648
1648
|
* than or equal to the value of the EndTimestamp field.
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
1651
1651
|
*/
|
|
1652
1652
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1653
1653
|
/**
|
|
@@ -1655,7 +1655,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1655
1655
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
1656
1656
|
* value of the EndTimestamp field.
|
|
1657
1657
|
*
|
|
1658
|
-
* @see {@link MatterSpecification.
|
|
1658
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
1659
1659
|
*/
|
|
1660
1660
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1661
1661
|
/**
|
|
@@ -1664,7 +1664,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1664
1664
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
1665
1665
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
1666
1666
|
*
|
|
1667
|
-
* @see {@link MatterSpecification.
|
|
1667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
1668
1668
|
*/
|
|
1669
1669
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1670
1670
|
/**
|
|
@@ -1673,7 +1673,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1673
1673
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
1674
1674
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
1675
1675
|
*
|
|
1676
|
-
* @see {@link MatterSpecification.
|
|
1676
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
1677
1677
|
*/
|
|
1678
1678
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1679
1679
|
/**
|
|
@@ -1682,7 +1682,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1682
1682
|
*
|
|
1683
1683
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
1684
1684
|
*
|
|
1685
|
-
* @see {@link MatterSpecification.
|
|
1685
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
1686
1686
|
*/
|
|
1687
1687
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1688
1688
|
/**
|
|
@@ -1691,7 +1691,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1691
1691
|
*
|
|
1692
1692
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
1693
1693
|
*
|
|
1694
|
-
* @see {@link MatterSpecification.
|
|
1694
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
1695
1695
|
*/
|
|
1696
1696
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1697
1697
|
}>[]>;
|
|
@@ -1724,7 +1724,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1724
1724
|
*
|
|
1725
1725
|
* If the current cannot be measured, a value of null shall be returned.
|
|
1726
1726
|
*
|
|
1727
|
-
* @see {@link MatterSpecification.
|
|
1727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
|
|
1728
1728
|
*/
|
|
1729
1729
|
readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1730
1730
|
/**
|
|
@@ -1742,7 +1742,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1742
1742
|
*
|
|
1743
1743
|
* If the active or reactive currents cannot be measured, a value of null shall be returned.
|
|
1744
1744
|
*
|
|
1745
|
-
* @see {@link MatterSpecification.
|
|
1745
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
|
|
1746
1746
|
*/
|
|
1747
1747
|
readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1748
1748
|
/**
|
|
@@ -1763,7 +1763,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1763
1763
|
* If the Polyphase Power feature is supported, this value represents the combined reactive power imported
|
|
1764
1764
|
* or exported.
|
|
1765
1765
|
*
|
|
1766
|
-
* @see {@link MatterSpecification.
|
|
1766
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
|
|
1767
1767
|
*/
|
|
1768
1768
|
readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
|
|
1769
1769
|
/**
|
|
@@ -1782,7 +1782,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1782
1782
|
*
|
|
1783
1783
|
* If the apparent power cannot be measured, a value of null shall be returned.
|
|
1784
1784
|
*
|
|
1785
|
-
* @see {@link MatterSpecification.
|
|
1785
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
|
|
1786
1786
|
*/
|
|
1787
1787
|
readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
|
|
1788
1788
|
/**
|
|
@@ -1799,7 +1799,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1799
1799
|
*
|
|
1800
1800
|
* If the RMS voltage cannot be measured, a value of null shall be returned.
|
|
1801
1801
|
*
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1802
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
|
|
1803
1803
|
*/
|
|
1804
1804
|
readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
|
|
1805
1805
|
/**
|
|
@@ -1819,7 +1819,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1819
1819
|
*
|
|
1820
1820
|
* If the RMS current cannot be measured, a value of null shall be returned.
|
|
1821
1821
|
*
|
|
1822
|
-
* @see {@link MatterSpecification.
|
|
1822
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
|
|
1823
1823
|
*/
|
|
1824
1824
|
readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
1825
1825
|
/**
|
|
@@ -1838,7 +1838,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1838
1838
|
*
|
|
1839
1839
|
* If the RMS power cannot be measured, a value of null shall be returned.
|
|
1840
1840
|
*
|
|
1841
|
-
* @see {@link MatterSpecification.
|
|
1841
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
|
|
1842
1842
|
*/
|
|
1843
1843
|
readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
|
|
1844
1844
|
/**
|
|
@@ -1855,7 +1855,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1855
1855
|
*
|
|
1856
1856
|
* If the frequency cannot be measured, a value of null shall be returned.
|
|
1857
1857
|
*
|
|
1858
|
-
* @see {@link MatterSpecification.
|
|
1858
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
|
|
1859
1859
|
*/
|
|
1860
1860
|
readonly frequency: OptionalAttribute<number | bigint | null, any>;
|
|
1861
1861
|
/**
|
|
@@ -1870,7 +1870,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1870
1870
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1871
1871
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1872
1872
|
*
|
|
1873
|
-
* @see {@link MatterSpecification.
|
|
1873
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
|
|
1874
1874
|
*/
|
|
1875
1875
|
readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
|
|
1876
1876
|
};
|
|
@@ -1894,14 +1894,14 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1894
1894
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1895
1895
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1896
1896
|
*
|
|
1897
|
-
* @see {@link MatterSpecification.
|
|
1897
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
|
|
1898
1898
|
*/
|
|
1899
1899
|
readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1900
1900
|
/**
|
|
1901
1901
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
1902
1902
|
* may choose to report even harmonics.
|
|
1903
1903
|
*
|
|
1904
|
-
* @see {@link MatterSpecification.
|
|
1904
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
1905
1905
|
*/
|
|
1906
1906
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1907
1907
|
/**
|
|
@@ -1918,7 +1918,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1918
1918
|
*
|
|
1919
1919
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
1920
1920
|
*
|
|
1921
|
-
* @see {@link MatterSpecification.
|
|
1921
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
1922
1922
|
*/
|
|
1923
1923
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1924
1924
|
}>[] | null, any>;
|
|
@@ -1945,14 +1945,14 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1945
1945
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
1946
1946
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
1947
1947
|
*
|
|
1948
|
-
* @see {@link MatterSpecification.
|
|
1948
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
|
|
1949
1949
|
*/
|
|
1950
1950
|
readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1951
1951
|
/**
|
|
1952
1952
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
1953
1953
|
* may choose to report even harmonics.
|
|
1954
1954
|
*
|
|
1955
|
-
* @see {@link MatterSpecification.
|
|
1955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
1956
1956
|
*/
|
|
1957
1957
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1958
1958
|
/**
|
|
@@ -1969,7 +1969,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1969
1969
|
*
|
|
1970
1970
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
1971
1971
|
*
|
|
1972
|
-
* @see {@link MatterSpecification.
|
|
1972
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
1973
1973
|
*/
|
|
1974
1974
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1975
1975
|
}>[] | null, any>;
|
|
@@ -1999,7 +1999,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
1999
1999
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
2000
2000
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
2001
2001
|
*
|
|
2002
|
-
* @see {@link MatterSpecification.
|
|
2002
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
|
|
2003
2003
|
*/
|
|
2004
2004
|
readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
2005
2005
|
};
|
|
@@ -2036,7 +2036,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2036
2036
|
* Per the Matter specification you cannot use {@link ElectricalPowerMeasurementCluster} without enabling certain
|
|
2037
2037
|
* feature combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2038
2038
|
*
|
|
2039
|
-
* @see {@link MatterSpecification.
|
|
2039
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13
|
|
2040
2040
|
*/
|
|
2041
2041
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2042
2042
|
}
|
|
@@ -2054,7 +2054,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2054
2054
|
*
|
|
2055
2055
|
* This feature indicates the cluster can measure a direct current.
|
|
2056
2056
|
*
|
|
2057
|
-
* @see {@link MatterSpecification.
|
|
2057
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
|
|
2058
2058
|
*/
|
|
2059
2059
|
readonly directCurrent: BitFlag;
|
|
2060
2060
|
/**
|
|
@@ -2062,7 +2062,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2062
2062
|
*
|
|
2063
2063
|
* This feature indicates the cluster can measure an alternating current.
|
|
2064
2064
|
*
|
|
2065
|
-
* @see {@link MatterSpecification.
|
|
2065
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
|
|
2066
2066
|
*/
|
|
2067
2067
|
readonly alternatingCurrent: BitFlag;
|
|
2068
2068
|
/**
|
|
@@ -2070,7 +2070,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2070
2070
|
*
|
|
2071
2071
|
* This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
|
|
2072
2072
|
*
|
|
2073
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
|
|
2074
2074
|
*/
|
|
2075
2075
|
readonly polyphasePower: BitFlag;
|
|
2076
2076
|
/**
|
|
@@ -2078,7 +2078,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2078
2078
|
*
|
|
2079
2079
|
* This feature indicates the cluster can measure the harmonics of an alternating current.
|
|
2080
2080
|
*
|
|
2081
|
-
* @see {@link MatterSpecification.
|
|
2081
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
|
|
2082
2082
|
*/
|
|
2083
2083
|
readonly harmonics: BitFlag;
|
|
2084
2084
|
/**
|
|
@@ -2086,7 +2086,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2086
2086
|
*
|
|
2087
2087
|
* This feature indicates the cluster can measure the harmonic phases of an alternating current.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
|
|
2090
2090
|
*/
|
|
2091
2091
|
readonly powerQuality: BitFlag;
|
|
2092
2092
|
};
|
|
@@ -2160,7 +2160,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2160
2160
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
2161
2161
|
* may choose to report even harmonics.
|
|
2162
2162
|
*
|
|
2163
|
-
* @see {@link MatterSpecification.
|
|
2163
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
2164
2164
|
*/
|
|
2165
2165
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2166
2166
|
/**
|
|
@@ -2177,7 +2177,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2177
2177
|
*
|
|
2178
2178
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
2179
2179
|
*
|
|
2180
|
-
* @see {@link MatterSpecification.
|
|
2180
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
2181
2181
|
*/
|
|
2182
2182
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2183
2183
|
}>[] | null, any> & {
|
|
@@ -2193,7 +2193,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2193
2193
|
* This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
|
|
2194
2194
|
* may choose to report even harmonics.
|
|
2195
2195
|
*
|
|
2196
|
-
* @see {@link MatterSpecification.
|
|
2196
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
|
|
2197
2197
|
*/
|
|
2198
2198
|
order: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2199
2199
|
/**
|
|
@@ -2210,7 +2210,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2210
2210
|
*
|
|
2211
2211
|
* If this measurement is not currently available, a value of null shall be returned.
|
|
2212
2212
|
*
|
|
2213
|
-
* @see {@link MatterSpecification.
|
|
2213
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
|
|
2214
2214
|
*/
|
|
2215
2215
|
measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2216
2216
|
}>[] | null, any> & {
|
|
@@ -2241,13 +2241,13 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2241
2241
|
* This shall indicate the current mode of the server. For some servers, such as an EV, this may change
|
|
2242
2242
|
* depending on the mode of charging or discharging.
|
|
2243
2243
|
*
|
|
2244
|
-
* @see {@link MatterSpecification.
|
|
2244
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
|
|
2245
2245
|
*/
|
|
2246
2246
|
readonly powerMode: Attribute<PowerMode, any>;
|
|
2247
2247
|
/**
|
|
2248
2248
|
* This shall indicate the maximum number of measurement types the server is capable of reporting.
|
|
2249
2249
|
*
|
|
2250
|
-
* @see {@link MatterSpecification.
|
|
2250
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
|
|
2251
2251
|
*/
|
|
2252
2252
|
readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
|
|
2253
2253
|
/**
|
|
@@ -2255,7 +2255,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2255
2255
|
* There shall be an entry for ActivePower, as well as any other measurement types implemented by this
|
|
2256
2256
|
* server.
|
|
2257
2257
|
*
|
|
2258
|
-
* @see {@link MatterSpecification.
|
|
2258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
|
|
2259
2259
|
*/
|
|
2260
2260
|
readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2261
2261
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
@@ -2287,27 +2287,27 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2287
2287
|
* The server may delay marking this attribute ready for report for longer periods if needed, however the
|
|
2288
2288
|
* server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
|
|
2289
2289
|
*
|
|
2290
|
-
* @see {@link MatterSpecification.
|
|
2290
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
|
|
2291
2291
|
*/
|
|
2292
2292
|
readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2293
2293
|
/**
|
|
2294
2294
|
* This field shall be the type of measurement for the range provided.
|
|
2295
2295
|
*
|
|
2296
|
-
* @see {@link MatterSpecification.
|
|
2296
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
2297
2297
|
*/
|
|
2298
2298
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
2301
2301
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
2302
2302
|
*
|
|
2303
|
-
* @see {@link MatterSpecification.
|
|
2303
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
2304
2304
|
*/
|
|
2305
2305
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2306
2306
|
/**
|
|
2307
2307
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
2308
2308
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
2309
2309
|
*
|
|
2310
|
-
* @see {@link MatterSpecification.
|
|
2310
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
2311
2311
|
*/
|
|
2312
2312
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2313
2313
|
/**
|
|
@@ -2316,7 +2316,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2316
2316
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
2317
2317
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
2320
2320
|
*/
|
|
2321
2321
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2322
2322
|
/**
|
|
@@ -2325,7 +2325,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2325
2325
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
2326
2326
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2327
2327
|
*
|
|
2328
|
-
* @see {@link MatterSpecification.
|
|
2328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
2329
2329
|
*/
|
|
2330
2330
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2331
2331
|
/**
|
|
@@ -2334,7 +2334,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2334
2334
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
2335
2335
|
* than or equal to the value of the EndTimestamp field.
|
|
2336
2336
|
*
|
|
2337
|
-
* @see {@link MatterSpecification.
|
|
2337
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
2338
2338
|
*/
|
|
2339
2339
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2340
2340
|
/**
|
|
@@ -2342,7 +2342,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2342
2342
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
2343
2343
|
* value of the EndTimestamp field.
|
|
2344
2344
|
*
|
|
2345
|
-
* @see {@link MatterSpecification.
|
|
2345
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
2346
2346
|
*/
|
|
2347
2347
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2348
2348
|
/**
|
|
@@ -2351,7 +2351,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2351
2351
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
2352
2352
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
2353
2353
|
*
|
|
2354
|
-
* @see {@link MatterSpecification.
|
|
2354
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
2355
2355
|
*/
|
|
2356
2356
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2357
2357
|
/**
|
|
@@ -2360,7 +2360,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2360
2360
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
2361
2361
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
2362
2362
|
*
|
|
2363
|
-
* @see {@link MatterSpecification.
|
|
2363
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
2364
2364
|
*/
|
|
2365
2365
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2366
2366
|
/**
|
|
@@ -2369,7 +2369,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2369
2369
|
*
|
|
2370
2370
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
2371
2371
|
*
|
|
2372
|
-
* @see {@link MatterSpecification.
|
|
2372
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
2373
2373
|
*/
|
|
2374
2374
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2375
2375
|
/**
|
|
@@ -2378,7 +2378,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2378
2378
|
*
|
|
2379
2379
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
2380
2380
|
*
|
|
2381
|
-
* @see {@link MatterSpecification.
|
|
2381
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
2382
2382
|
*/
|
|
2383
2383
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2384
2384
|
}>[], any>;
|
|
@@ -2396,7 +2396,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2396
2396
|
*
|
|
2397
2397
|
* If the voltage cannot be measured, a value of null shall be returned.
|
|
2398
2398
|
*
|
|
2399
|
-
* @see {@link MatterSpecification.
|
|
2399
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
|
|
2400
2400
|
*/
|
|
2401
2401
|
readonly voltage: OptionalAttribute<number | bigint | null, any>;
|
|
2402
2402
|
/**
|
|
@@ -2416,7 +2416,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2416
2416
|
*
|
|
2417
2417
|
* If the current cannot be measured, a value of null shall be returned.
|
|
2418
2418
|
*
|
|
2419
|
-
* @see {@link MatterSpecification.
|
|
2419
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
|
|
2420
2420
|
*/
|
|
2421
2421
|
readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
|
|
2422
2422
|
/**
|
|
@@ -2437,7 +2437,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2437
2437
|
* If the Polyphase Power feature is set, this value represents the combined active power imported or
|
|
2438
2438
|
* exported.
|
|
2439
2439
|
*
|
|
2440
|
-
* @see {@link MatterSpecification.
|
|
2440
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
|
|
2441
2441
|
*/
|
|
2442
2442
|
readonly activePower: Attribute<number | bigint | null, any>;
|
|
2443
2443
|
};
|
|
@@ -2446,33 +2446,33 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2446
2446
|
* If supported, this event shall be generated at the end of a measurement period. The start and end times
|
|
2447
2447
|
* for measurement periods shall be determined by the server, and may represent overlapping periods.
|
|
2448
2448
|
*
|
|
2449
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
|
|
2450
2450
|
*/
|
|
2451
2451
|
readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2452
2452
|
/**
|
|
2453
2453
|
* This shall indicate the value of the Ranges attribute at the time of event generation.
|
|
2454
2454
|
*
|
|
2455
|
-
* @see {@link MatterSpecification.
|
|
2455
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
|
|
2456
2456
|
*/
|
|
2457
2457
|
ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2458
2458
|
/**
|
|
2459
2459
|
* This field shall be the type of measurement for the range provided.
|
|
2460
2460
|
*
|
|
2461
|
-
* @see {@link MatterSpecification.
|
|
2461
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
|
|
2462
2462
|
*/
|
|
2463
2463
|
measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
|
|
2464
2464
|
/**
|
|
2465
2465
|
* This field shall be the smallest measured value for the associated measurement over either the period between
|
|
2466
2466
|
* StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
|
|
2467
2467
|
*
|
|
2468
|
-
* @see {@link MatterSpecification.
|
|
2468
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
|
|
2469
2469
|
*/
|
|
2470
2470
|
min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2471
2471
|
/**
|
|
2472
2472
|
* This field shall be the largest measured value for the associated measurement over the period between either
|
|
2473
2473
|
* StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
|
|
2474
2474
|
*
|
|
2475
|
-
* @see {@link MatterSpecification.
|
|
2475
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
|
|
2476
2476
|
*/
|
|
2477
2477
|
max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2478
2478
|
/**
|
|
@@ -2481,7 +2481,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2481
2481
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
2482
2482
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2483
2483
|
*
|
|
2484
|
-
* @see {@link MatterSpecification.
|
|
2484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
|
|
2485
2485
|
*/
|
|
2486
2486
|
startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2487
2487
|
/**
|
|
@@ -2490,7 +2490,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2490
2490
|
* If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
|
|
2491
2491
|
* does not have the capability of determining the time in UTC, this field shall be omitted.
|
|
2492
2492
|
*
|
|
2493
|
-
* @see {@link MatterSpecification.
|
|
2493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
|
|
2494
2494
|
*/
|
|
2495
2495
|
endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2496
2496
|
/**
|
|
@@ -2499,7 +2499,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2499
2499
|
* This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
|
|
2500
2500
|
* than or equal to the value of the EndTimestamp field.
|
|
2501
2501
|
*
|
|
2502
|
-
* @see {@link MatterSpecification.
|
|
2502
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
|
|
2503
2503
|
*/
|
|
2504
2504
|
minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2505
2505
|
/**
|
|
@@ -2507,7 +2507,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2507
2507
|
* greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
|
|
2508
2508
|
* value of the EndTimestamp field.
|
|
2509
2509
|
*
|
|
2510
|
-
* @see {@link MatterSpecification.
|
|
2510
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
|
|
2511
2511
|
*/
|
|
2512
2512
|
maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2513
2513
|
/**
|
|
@@ -2516,7 +2516,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2516
2516
|
* If the server had determined the time in UTC at or before the start of the measurement period, this field may
|
|
2517
2517
|
* be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
|
|
2518
2518
|
*
|
|
2519
|
-
* @see {@link MatterSpecification.
|
|
2519
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
|
|
2520
2520
|
*/
|
|
2521
2521
|
startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2522
2522
|
/**
|
|
@@ -2525,7 +2525,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2525
2525
|
* If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
|
|
2526
2526
|
* along with the StartSystime field, MinSystime, and MaxSystime fields.
|
|
2527
2527
|
*
|
|
2528
|
-
* @see {@link MatterSpecification.
|
|
2528
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
|
|
2529
2529
|
*/
|
|
2530
2530
|
endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2531
2531
|
/**
|
|
@@ -2534,7 +2534,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2534
2534
|
*
|
|
2535
2535
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
2536
2536
|
*
|
|
2537
|
-
* @see {@link MatterSpecification.
|
|
2537
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
|
|
2538
2538
|
*/
|
|
2539
2539
|
minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2540
2540
|
/**
|
|
@@ -2543,7 +2543,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2543
2543
|
*
|
|
2544
2544
|
* This field shall be less than or equal to the value of the EndSystime field.
|
|
2545
2545
|
*
|
|
2546
|
-
* @see {@link MatterSpecification.
|
|
2546
|
+
* @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
|
|
2547
2547
|
*/
|
|
2548
2548
|
maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2549
2549
|
}>[]>;
|