@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace EnergyEvse {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by EnergyEvseCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -40,7 +40,7 @@ export declare namespace EnergyEvse {
|
|
|
40
40
|
*
|
|
41
41
|
* See the Device Energy Management Cluster for more details.
|
|
42
42
|
*
|
|
43
|
-
* @see {@link MatterSpecification.
|
|
43
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
44
44
|
*/
|
|
45
45
|
ChargingPreferences = "ChargingPreferences",
|
|
46
46
|
/**
|
|
@@ -56,7 +56,7 @@ export declare namespace EnergyEvse {
|
|
|
56
56
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
57
57
|
* this cluster.
|
|
58
58
|
*
|
|
59
|
-
* @see {@link MatterSpecification.
|
|
59
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
60
60
|
*/
|
|
61
61
|
SoCReporting = "SoCReporting",
|
|
62
62
|
/**
|
|
@@ -68,7 +68,7 @@ export declare namespace EnergyEvse {
|
|
|
68
68
|
*
|
|
69
69
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
70
70
|
*
|
|
71
|
-
* @see {@link MatterSpecification.
|
|
71
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
72
72
|
*/
|
|
73
73
|
PlugAndCharge = "PlugAndCharge",
|
|
74
74
|
/**
|
|
@@ -82,7 +82,7 @@ export declare namespace EnergyEvse {
|
|
|
82
82
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge or
|
|
83
83
|
* discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
84
84
|
*
|
|
85
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
86
86
|
*/
|
|
87
87
|
Rfid = "Rfid",
|
|
88
88
|
/**
|
|
@@ -97,14 +97,14 @@ export declare namespace EnergyEvse {
|
|
|
97
97
|
* minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home both
|
|
98
98
|
* fluctuate.
|
|
99
99
|
*
|
|
100
|
-
* @see {@link MatterSpecification.
|
|
100
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
101
101
|
*/
|
|
102
102
|
V2X = "V2X"
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Input to the EnergyEvse enableDischarging command
|
|
106
106
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
108
108
|
*/
|
|
109
109
|
const TlvEnableDischargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ export declare namespace EnergyEvse {
|
|
|
113
113
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
114
114
|
* discharging permanently.
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
|
|
117
117
|
*/
|
|
118
118
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
119
119
|
/**
|
|
@@ -121,19 +121,19 @@ export declare namespace EnergyEvse {
|
|
|
121
121
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
122
122
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
|
|
125
125
|
*/
|
|
126
126
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
127
127
|
}>;
|
|
128
128
|
/**
|
|
129
129
|
* Input to the EnergyEvse enableDischarging command
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
132
132
|
*/
|
|
133
133
|
interface EnableDischargingRequest extends TypeFromSchema<typeof TlvEnableDischargingRequest> {
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
|
-
* @see {@link MatterSpecification.
|
|
136
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.1
|
|
137
137
|
*/
|
|
138
138
|
const TargetDayOfWeek: {
|
|
139
139
|
/**
|
|
@@ -179,7 +179,7 @@ export declare namespace EnergyEvse {
|
|
|
179
179
|
*
|
|
180
180
|
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
181
181
|
*
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6
|
|
183
183
|
*/
|
|
184
184
|
const TlvChargingTarget: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
185
185
|
/**
|
|
@@ -205,7 +205,7 @@ export declare namespace EnergyEvse {
|
|
|
205
205
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
206
206
|
* be able to reach the target.
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
209
209
|
*/
|
|
210
210
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
211
211
|
/**
|
|
@@ -230,7 +230,7 @@ export declare namespace EnergyEvse {
|
|
|
230
230
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
231
231
|
* until the vehicle stops demanding a charge.
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
234
234
|
*/
|
|
235
235
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
236
236
|
/**
|
|
@@ -253,7 +253,7 @@ export declare namespace EnergyEvse {
|
|
|
253
253
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
254
254
|
* battery during charging, or for heating or cooling the cabin.
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
257
257
|
*/
|
|
258
258
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
259
259
|
}>;
|
|
@@ -271,21 +271,21 @@ export declare namespace EnergyEvse {
|
|
|
271
271
|
*
|
|
272
272
|
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6
|
|
275
275
|
*/
|
|
276
276
|
interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {
|
|
277
277
|
}
|
|
278
278
|
/**
|
|
279
279
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
280
280
|
*
|
|
281
|
-
* @see {@link MatterSpecification.
|
|
281
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.7
|
|
282
282
|
*/
|
|
283
283
|
const TlvChargingTargetSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
284
284
|
/**
|
|
285
285
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
286
286
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
287
287
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
288
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
289
289
|
*/
|
|
290
290
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
291
291
|
/**
|
|
@@ -320,7 +320,7 @@ export declare namespace EnergyEvse {
|
|
|
320
320
|
/**
|
|
321
321
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
324
324
|
*/
|
|
325
325
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
326
326
|
/**
|
|
@@ -346,7 +346,7 @@ export declare namespace EnergyEvse {
|
|
|
346
346
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
347
347
|
* be able to reach the target.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
350
350
|
*/
|
|
351
351
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
352
352
|
/**
|
|
@@ -371,7 +371,7 @@ export declare namespace EnergyEvse {
|
|
|
371
371
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
372
372
|
* until the vehicle stops demanding a charge.
|
|
373
373
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
374
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
375
375
|
*/
|
|
376
376
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
377
377
|
/**
|
|
@@ -394,7 +394,7 @@ export declare namespace EnergyEvse {
|
|
|
394
394
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
395
395
|
* battery during charging, or for heating or cooling the cabin.
|
|
396
396
|
*
|
|
397
|
-
* @see {@link MatterSpecification.
|
|
397
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
398
398
|
*/
|
|
399
399
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
400
400
|
}>[]>;
|
|
@@ -402,14 +402,14 @@ export declare namespace EnergyEvse {
|
|
|
402
402
|
/**
|
|
403
403
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
404
404
|
*
|
|
405
|
-
* @see {@link MatterSpecification.
|
|
405
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.7
|
|
406
406
|
*/
|
|
407
407
|
interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {
|
|
408
408
|
}
|
|
409
409
|
/**
|
|
410
410
|
* Input to the EnergyEvse setTargets command
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
413
413
|
*/
|
|
414
414
|
const TlvSetTargetsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
415
415
|
/**
|
|
@@ -417,14 +417,14 @@ export declare namespace EnergyEvse {
|
|
|
417
417
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
418
418
|
* this list field.
|
|
419
419
|
*
|
|
420
|
-
* @see {@link MatterSpecification.
|
|
420
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
|
|
421
421
|
*/
|
|
422
422
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
423
423
|
/**
|
|
424
424
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
425
425
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
426
426
|
*
|
|
427
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
428
428
|
*/
|
|
429
429
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
430
430
|
/**
|
|
@@ -459,7 +459,7 @@ export declare namespace EnergyEvse {
|
|
|
459
459
|
/**
|
|
460
460
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
461
461
|
*
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
463
463
|
*/
|
|
464
464
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
465
465
|
/**
|
|
@@ -485,7 +485,7 @@ export declare namespace EnergyEvse {
|
|
|
485
485
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
486
486
|
* be able to reach the target.
|
|
487
487
|
*
|
|
488
|
-
* @see {@link MatterSpecification.
|
|
488
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
489
489
|
*/
|
|
490
490
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
491
491
|
/**
|
|
@@ -510,7 +510,7 @@ export declare namespace EnergyEvse {
|
|
|
510
510
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
511
511
|
* until the vehicle stops demanding a charge.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
514
514
|
*/
|
|
515
515
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
516
516
|
/**
|
|
@@ -533,7 +533,7 @@ export declare namespace EnergyEvse {
|
|
|
533
533
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
534
534
|
* battery during charging, or for heating or cooling the cabin.
|
|
535
535
|
*
|
|
536
|
-
* @see {@link MatterSpecification.
|
|
536
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
537
537
|
*/
|
|
538
538
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
539
539
|
}>[]>;
|
|
@@ -542,28 +542,28 @@ export declare namespace EnergyEvse {
|
|
|
542
542
|
/**
|
|
543
543
|
* Input to the EnergyEvse setTargets command
|
|
544
544
|
*
|
|
545
|
-
* @see {@link MatterSpecification.
|
|
545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
546
546
|
*/
|
|
547
547
|
interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {
|
|
548
548
|
}
|
|
549
549
|
/**
|
|
550
550
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7
|
|
553
553
|
*/
|
|
554
554
|
const TlvGetTargetsResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
555
555
|
/**
|
|
556
556
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
557
557
|
* days of the week.
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
|
|
560
560
|
*/
|
|
561
561
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
562
562
|
/**
|
|
563
563
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
564
564
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
565
565
|
*
|
|
566
|
-
* @see {@link MatterSpecification.
|
|
566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
567
567
|
*/
|
|
568
568
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
569
569
|
/**
|
|
@@ -598,7 +598,7 @@ export declare namespace EnergyEvse {
|
|
|
598
598
|
/**
|
|
599
599
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
600
600
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
601
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
602
602
|
*/
|
|
603
603
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
604
604
|
/**
|
|
@@ -624,7 +624,7 @@ export declare namespace EnergyEvse {
|
|
|
624
624
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
625
625
|
* be able to reach the target.
|
|
626
626
|
*
|
|
627
|
-
* @see {@link MatterSpecification.
|
|
627
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
628
628
|
*/
|
|
629
629
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
630
630
|
/**
|
|
@@ -649,7 +649,7 @@ export declare namespace EnergyEvse {
|
|
|
649
649
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
650
650
|
* until the vehicle stops demanding a charge.
|
|
651
651
|
*
|
|
652
|
-
* @see {@link MatterSpecification.
|
|
652
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
653
653
|
*/
|
|
654
654
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
655
655
|
/**
|
|
@@ -672,7 +672,7 @@ export declare namespace EnergyEvse {
|
|
|
672
672
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
673
673
|
* battery during charging, or for heating or cooling the cabin.
|
|
674
674
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
675
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
676
676
|
*/
|
|
677
677
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
678
678
|
}>[]>;
|
|
@@ -681,32 +681,32 @@ export declare namespace EnergyEvse {
|
|
|
681
681
|
/**
|
|
682
682
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
683
683
|
*
|
|
684
|
-
* @see {@link MatterSpecification.
|
|
684
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7
|
|
685
685
|
*/
|
|
686
686
|
interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {
|
|
687
687
|
}
|
|
688
688
|
/**
|
|
689
689
|
* Body of the EnergyEvse rfid event
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
692
692
|
*/
|
|
693
693
|
const TlvRfidEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
694
694
|
/**
|
|
695
695
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
696
696
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
|
|
698
698
|
*/
|
|
699
699
|
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
700
700
|
}>;
|
|
701
701
|
/**
|
|
702
702
|
* Body of the EnergyEvse rfid event
|
|
703
703
|
*
|
|
704
|
-
* @see {@link MatterSpecification.
|
|
704
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
705
705
|
*/
|
|
706
706
|
interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {
|
|
707
707
|
}
|
|
708
708
|
/**
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.2
|
|
710
710
|
*/
|
|
711
711
|
enum State {
|
|
712
712
|
/**
|
|
@@ -739,7 +739,7 @@ export declare namespace EnergyEvse {
|
|
|
739
739
|
Fault = 6
|
|
740
740
|
}
|
|
741
741
|
/**
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
742
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.3
|
|
743
743
|
*/
|
|
744
744
|
enum SupplyState {
|
|
745
745
|
/**
|
|
@@ -769,7 +769,7 @@ export declare namespace EnergyEvse {
|
|
|
769
769
|
Enabled = 5
|
|
770
770
|
}
|
|
771
771
|
/**
|
|
772
|
-
* @see {@link MatterSpecification.
|
|
772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.4
|
|
773
773
|
*/
|
|
774
774
|
enum FaultState {
|
|
775
775
|
/**
|
|
@@ -844,7 +844,7 @@ export declare namespace EnergyEvse {
|
|
|
844
844
|
/**
|
|
845
845
|
* Input to the EnergyEvse enableCharging command
|
|
846
846
|
*
|
|
847
|
-
* @see {@link MatterSpecification.
|
|
847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
848
848
|
*/
|
|
849
849
|
const TlvEnableChargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
850
850
|
/**
|
|
@@ -853,7 +853,7 @@ export declare namespace EnergyEvse {
|
|
|
853
853
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
854
854
|
* permanently.
|
|
855
855
|
*
|
|
856
|
-
* @see {@link MatterSpecification.
|
|
856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.1
|
|
857
857
|
*/
|
|
858
858
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
859
859
|
/**
|
|
@@ -863,7 +863,7 @@ export declare namespace EnergyEvse {
|
|
|
863
863
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
864
864
|
* MinimumChargeCurrent attribute for further details).
|
|
865
865
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.2
|
|
867
867
|
*/
|
|
868
868
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
869
869
|
/**
|
|
@@ -874,60 +874,60 @@ export declare namespace EnergyEvse {
|
|
|
874
874
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
875
875
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.3
|
|
878
878
|
*/
|
|
879
879
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
880
880
|
}>;
|
|
881
881
|
/**
|
|
882
882
|
* Input to the EnergyEvse enableCharging command
|
|
883
883
|
*
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
885
885
|
*/
|
|
886
886
|
interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {
|
|
887
887
|
}
|
|
888
888
|
/**
|
|
889
889
|
* Body of the EnergyEvse evConnected event
|
|
890
890
|
*
|
|
891
|
-
* @see {@link MatterSpecification.
|
|
891
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
892
892
|
*/
|
|
893
893
|
const TlvEvConnectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
894
894
|
/**
|
|
895
895
|
* This is the new session ID created after the vehicle is plugged in.
|
|
896
896
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1.1
|
|
898
898
|
*/
|
|
899
899
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
900
900
|
}>;
|
|
901
901
|
/**
|
|
902
902
|
* Body of the EnergyEvse evConnected event
|
|
903
903
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
904
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
905
905
|
*/
|
|
906
906
|
interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {
|
|
907
907
|
}
|
|
908
908
|
/**
|
|
909
909
|
* Body of the EnergyEvse evNotDetected event
|
|
910
910
|
*
|
|
911
|
-
* @see {@link MatterSpecification.
|
|
911
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
912
912
|
*/
|
|
913
913
|
const TlvEvNotDetectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
914
914
|
/**
|
|
915
915
|
* This field shall indicate the current value of the SessionID attribute.
|
|
916
916
|
*
|
|
917
|
-
* @see {@link MatterSpecification.
|
|
917
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.1
|
|
918
918
|
*/
|
|
919
919
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
920
920
|
/**
|
|
921
921
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.2
|
|
924
924
|
*/
|
|
925
925
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
926
926
|
/**
|
|
927
927
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
928
928
|
* plugged in, until it was unplugged.
|
|
929
929
|
*
|
|
930
|
-
* @see {@link MatterSpecification.
|
|
930
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.3
|
|
931
931
|
*/
|
|
932
932
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
933
933
|
/**
|
|
@@ -936,7 +936,7 @@ export declare namespace EnergyEvse {
|
|
|
936
936
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
937
937
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.4
|
|
940
940
|
*/
|
|
941
941
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
942
942
|
/**
|
|
@@ -946,33 +946,33 @@ export declare namespace EnergyEvse {
|
|
|
946
946
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
947
947
|
* energy.
|
|
948
948
|
*
|
|
949
|
-
* @see {@link MatterSpecification.
|
|
949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.5
|
|
950
950
|
*/
|
|
951
951
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
952
952
|
}>;
|
|
953
953
|
/**
|
|
954
954
|
* Body of the EnergyEvse evNotDetected event
|
|
955
955
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
957
957
|
*/
|
|
958
958
|
interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {
|
|
959
959
|
}
|
|
960
960
|
/**
|
|
961
961
|
* Body of the EnergyEvse energyTransferStarted event
|
|
962
962
|
*
|
|
963
|
-
* @see {@link MatterSpecification.
|
|
963
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
964
964
|
*/
|
|
965
965
|
const TlvEnergyTransferStartedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
966
966
|
/**
|
|
967
967
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
968
968
|
*
|
|
969
|
-
* @see {@link MatterSpecification.
|
|
969
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.1
|
|
970
970
|
*/
|
|
971
971
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
972
972
|
/**
|
|
973
973
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
974
974
|
*
|
|
975
|
-
* @see {@link MatterSpecification.
|
|
975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.2
|
|
976
976
|
*/
|
|
977
977
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
978
978
|
/**
|
|
@@ -981,7 +981,7 @@ export declare namespace EnergyEvse {
|
|
|
981
981
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
982
982
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.3
|
|
985
985
|
*/
|
|
986
986
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
987
987
|
/**
|
|
@@ -991,19 +991,19 @@ export declare namespace EnergyEvse {
|
|
|
991
991
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
992
992
|
* discharging.
|
|
993
993
|
*
|
|
994
|
-
* @see {@link MatterSpecification.
|
|
994
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.4
|
|
995
995
|
*/
|
|
996
996
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
997
997
|
}>;
|
|
998
998
|
/**
|
|
999
999
|
* Body of the EnergyEvse energyTransferStarted event
|
|
1000
1000
|
*
|
|
1001
|
-
* @see {@link MatterSpecification.
|
|
1001
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
1002
1002
|
*/
|
|
1003
1003
|
interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {
|
|
1004
1004
|
}
|
|
1005
1005
|
/**
|
|
1006
|
-
* @see {@link MatterSpecification.
|
|
1006
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.5
|
|
1007
1007
|
*/
|
|
1008
1008
|
enum EnergyTransferStoppedReason {
|
|
1009
1009
|
/**
|
|
@@ -1022,85 +1022,85 @@ export declare namespace EnergyEvse {
|
|
|
1022
1022
|
/**
|
|
1023
1023
|
* Body of the EnergyEvse energyTransferStopped event
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
1026
1026
|
*/
|
|
1027
1027
|
const TlvEnergyTransferStoppedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1028
1028
|
/**
|
|
1029
1029
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
1030
1030
|
*
|
|
1031
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.1
|
|
1032
1032
|
*/
|
|
1033
1033
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.2
|
|
1038
1038
|
*/
|
|
1039
1039
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1040
1040
|
/**
|
|
1041
1041
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
1042
1042
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1043
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.3
|
|
1044
1044
|
*/
|
|
1045
1045
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
1046
1046
|
/**
|
|
1047
1047
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
1048
1048
|
* EnergyTransferStarted event, in mWh.
|
|
1049
1049
|
*
|
|
1050
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.4
|
|
1051
1051
|
*/
|
|
1052
1052
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1053
1053
|
/**
|
|
1054
1054
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
1055
1055
|
* EnergyTransferStarted event, in mWh.
|
|
1056
1056
|
*
|
|
1057
|
-
* @see {@link MatterSpecification.
|
|
1057
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.5
|
|
1058
1058
|
*/
|
|
1059
1059
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1060
1060
|
}>;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* Body of the EnergyEvse energyTransferStopped event
|
|
1063
1063
|
*
|
|
1064
|
-
* @see {@link MatterSpecification.
|
|
1064
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
1065
1065
|
*/
|
|
1066
1066
|
interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {
|
|
1067
1067
|
}
|
|
1068
1068
|
/**
|
|
1069
1069
|
* Body of the EnergyEvse fault event
|
|
1070
1070
|
*
|
|
1071
|
-
* @see {@link MatterSpecification.
|
|
1071
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
1072
1072
|
*/
|
|
1073
1073
|
const TlvFaultEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1074
1074
|
/**
|
|
1075
1075
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
1076
1076
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.1
|
|
1079
1079
|
*/
|
|
1080
1080
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
1083
1083
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.2
|
|
1085
1085
|
*/
|
|
1086
1086
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1087
1087
|
/**
|
|
1088
1088
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
1089
1089
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.3
|
|
1091
1091
|
*/
|
|
1092
1092
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1093
1093
|
/**
|
|
1094
1094
|
* This field shall indicate the current value of the FaultState attribute.
|
|
1095
1095
|
*
|
|
1096
|
-
* @see {@link MatterSpecification.
|
|
1096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.4
|
|
1097
1097
|
*/
|
|
1098
1098
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1099
1099
|
}>;
|
|
1100
1100
|
/**
|
|
1101
1101
|
* Body of the EnergyEvse fault event
|
|
1102
1102
|
*
|
|
1103
|
-
* @see {@link MatterSpecification.
|
|
1103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
1104
1104
|
*/
|
|
1105
1105
|
interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {
|
|
1106
1106
|
}
|
|
@@ -1120,7 +1120,7 @@ export declare namespace EnergyEvse {
|
|
|
1120
1120
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1121
1121
|
* being discharged.
|
|
1122
1122
|
*
|
|
1123
|
-
* @see {@link MatterSpecification.
|
|
1123
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.5
|
|
1124
1124
|
*/
|
|
1125
1125
|
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
1126
1126
|
/**
|
|
@@ -1135,11 +1135,11 @@ export declare namespace EnergyEvse {
|
|
|
1135
1135
|
*
|
|
1136
1136
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
1137
1137
|
*
|
|
1138
|
-
* @see {@link MatterSpecification.
|
|
1138
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.9
|
|
1139
1139
|
*/
|
|
1140
1140
|
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
1141
1141
|
/**
|
|
1142
|
-
* @see {@link MatterSpecification.
|
|
1142
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1143
1143
|
*/
|
|
1144
1144
|
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
1145
1145
|
};
|
|
@@ -1148,7 +1148,7 @@ export declare namespace EnergyEvse {
|
|
|
1148
1148
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
1149
1149
|
* maximum discharge current.
|
|
1150
1150
|
*
|
|
1151
|
-
* @see {@link MatterSpecification.
|
|
1151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
1152
1152
|
*/
|
|
1153
1153
|
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1154
1154
|
/**
|
|
@@ -1157,7 +1157,7 @@ export declare namespace EnergyEvse {
|
|
|
1157
1157
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
1158
1158
|
* discharging permanently.
|
|
1159
1159
|
*
|
|
1160
|
-
* @see {@link MatterSpecification.
|
|
1160
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
|
|
1161
1161
|
*/
|
|
1162
1162
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1163
1163
|
/**
|
|
@@ -1165,7 +1165,7 @@ export declare namespace EnergyEvse {
|
|
|
1165
1165
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
1166
1166
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
|
|
1169
1169
|
*/
|
|
1170
1170
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1171
1171
|
}>, void, any>;
|
|
@@ -1184,7 +1184,7 @@ export declare namespace EnergyEvse {
|
|
|
1184
1184
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
1185
1185
|
* enabled.
|
|
1186
1186
|
*
|
|
1187
|
-
* @see {@link MatterSpecification.
|
|
1187
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.12
|
|
1188
1188
|
*/
|
|
1189
1189
|
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
1190
1190
|
/**
|
|
@@ -1195,7 +1195,7 @@ export declare namespace EnergyEvse {
|
|
|
1195
1195
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
1196
1196
|
* enabled.
|
|
1197
1197
|
*
|
|
1198
|
-
* @see {@link MatterSpecification.
|
|
1198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.13
|
|
1199
1199
|
*/
|
|
1200
1200
|
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
1201
1201
|
/**
|
|
@@ -1206,7 +1206,7 @@ export declare namespace EnergyEvse {
|
|
|
1206
1206
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
1207
1207
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
1208
1208
|
*
|
|
1209
|
-
* @see {@link MatterSpecification.
|
|
1209
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.14
|
|
1210
1210
|
*/
|
|
1211
1211
|
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
1212
1212
|
/**
|
|
@@ -1218,7 +1218,7 @@ export declare namespace EnergyEvse {
|
|
|
1218
1218
|
*
|
|
1219
1219
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
1220
1220
|
*
|
|
1221
|
-
* @see {@link MatterSpecification.
|
|
1221
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.15
|
|
1222
1222
|
*/
|
|
1223
1223
|
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
1224
1224
|
/**
|
|
@@ -1251,7 +1251,7 @@ export declare namespace EnergyEvse {
|
|
|
1251
1251
|
*
|
|
1252
1252
|
* = 29.82 Miles
|
|
1253
1253
|
*
|
|
1254
|
-
* @see {@link MatterSpecification.
|
|
1254
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.16
|
|
1255
1255
|
*/
|
|
1256
1256
|
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
1257
1257
|
};
|
|
@@ -1259,7 +1259,7 @@ export declare namespace EnergyEvse {
|
|
|
1259
1259
|
/**
|
|
1260
1260
|
* Allows a client to set the user specified charging targets.
|
|
1261
1261
|
*
|
|
1262
|
-
* @see {@link MatterSpecification.
|
|
1262
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
1263
1263
|
*/
|
|
1264
1264
|
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1265
1265
|
/**
|
|
@@ -1267,14 +1267,14 @@ export declare namespace EnergyEvse {
|
|
|
1267
1267
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
1268
1268
|
* this list field.
|
|
1269
1269
|
*
|
|
1270
|
-
* @see {@link MatterSpecification.
|
|
1270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
|
|
1271
1271
|
*/
|
|
1272
1272
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1273
1273
|
/**
|
|
1274
1274
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
1275
1275
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
1276
1276
|
*
|
|
1277
|
-
* @see {@link MatterSpecification.
|
|
1277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
1278
1278
|
*/
|
|
1279
1279
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1280
1280
|
/**
|
|
@@ -1309,7 +1309,7 @@ export declare namespace EnergyEvse {
|
|
|
1309
1309
|
/**
|
|
1310
1310
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
1311
1311
|
*
|
|
1312
|
-
* @see {@link MatterSpecification.
|
|
1312
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
1313
1313
|
*/
|
|
1314
1314
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1315
1315
|
/**
|
|
@@ -1335,7 +1335,7 @@ export declare namespace EnergyEvse {
|
|
|
1335
1335
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
1336
1336
|
* be able to reach the target.
|
|
1337
1337
|
*
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
1339
1339
|
*/
|
|
1340
1340
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1341
1341
|
/**
|
|
@@ -1360,7 +1360,7 @@ export declare namespace EnergyEvse {
|
|
|
1360
1360
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
1361
1361
|
* until the vehicle stops demanding a charge.
|
|
1362
1362
|
*
|
|
1363
|
-
* @see {@link MatterSpecification.
|
|
1363
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
1364
1364
|
*/
|
|
1365
1365
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1366
1366
|
/**
|
|
@@ -1383,7 +1383,7 @@ export declare namespace EnergyEvse {
|
|
|
1383
1383
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
1384
1384
|
* battery during charging, or for heating or cooling the cabin.
|
|
1385
1385
|
*
|
|
1386
|
-
* @see {@link MatterSpecification.
|
|
1386
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
1387
1387
|
*/
|
|
1388
1388
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1389
1389
|
}>[]>;
|
|
@@ -1392,21 +1392,21 @@ export declare namespace EnergyEvse {
|
|
|
1392
1392
|
/**
|
|
1393
1393
|
* Allows a client to retrieve the current set of charging targets.
|
|
1394
1394
|
*
|
|
1395
|
-
* @see {@link MatterSpecification.
|
|
1395
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.6
|
|
1396
1396
|
*/
|
|
1397
1397
|
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1398
1398
|
/**
|
|
1399
1399
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
1400
1400
|
* days of the week.
|
|
1401
1401
|
*
|
|
1402
|
-
* @see {@link MatterSpecification.
|
|
1402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
|
|
1403
1403
|
*/
|
|
1404
1404
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1405
1405
|
/**
|
|
1406
1406
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
1407
1407
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
1408
1408
|
*
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1409
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
1410
1410
|
*/
|
|
1411
1411
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1412
1412
|
/**
|
|
@@ -1441,7 +1441,7 @@ export declare namespace EnergyEvse {
|
|
|
1441
1441
|
/**
|
|
1442
1442
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
1443
1443
|
*
|
|
1444
|
-
* @see {@link MatterSpecification.
|
|
1444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
1445
1445
|
*/
|
|
1446
1446
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1447
1447
|
/**
|
|
@@ -1467,7 +1467,7 @@ export declare namespace EnergyEvse {
|
|
|
1467
1467
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
1468
1468
|
* be able to reach the target.
|
|
1469
1469
|
*
|
|
1470
|
-
* @see {@link MatterSpecification.
|
|
1470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
1471
1471
|
*/
|
|
1472
1472
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1473
1473
|
/**
|
|
@@ -1492,7 +1492,7 @@ export declare namespace EnergyEvse {
|
|
|
1492
1492
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
1493
1493
|
* until the vehicle stops demanding a charge.
|
|
1494
1494
|
*
|
|
1495
|
-
* @see {@link MatterSpecification.
|
|
1495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
1496
1496
|
*/
|
|
1497
1497
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1498
1498
|
/**
|
|
@@ -1515,7 +1515,7 @@ export declare namespace EnergyEvse {
|
|
|
1515
1515
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
1516
1516
|
* battery during charging, or for heating or cooling the cabin.
|
|
1517
1517
|
*
|
|
1518
|
-
* @see {@link MatterSpecification.
|
|
1518
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
1519
1519
|
*/
|
|
1520
1520
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1521
1521
|
}>[]>;
|
|
@@ -1524,7 +1524,7 @@ export declare namespace EnergyEvse {
|
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Allows a client to clear all stored charging targets.
|
|
1526
1526
|
*
|
|
1527
|
-
* @see {@link MatterSpecification.
|
|
1527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.8
|
|
1528
1528
|
*/
|
|
1529
1529
|
readonly clearTargets: Command<void, void, any>;
|
|
1530
1530
|
};
|
|
@@ -1540,13 +1540,13 @@ export declare namespace EnergyEvse {
|
|
|
1540
1540
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
1541
1541
|
* value.
|
|
1542
1542
|
*
|
|
1543
|
-
* @see {@link MatterSpecification.
|
|
1543
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.17
|
|
1544
1544
|
*/
|
|
1545
1545
|
readonly stateOfCharge: Attribute<number | null, any>;
|
|
1546
1546
|
/**
|
|
1547
1547
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
1548
1548
|
*
|
|
1549
|
-
* @see {@link MatterSpecification.
|
|
1549
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.18
|
|
1550
1550
|
*/
|
|
1551
1551
|
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
1552
1552
|
};
|
|
@@ -1563,7 +1563,7 @@ export declare namespace EnergyEvse {
|
|
|
1563
1563
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
1564
1564
|
* this is unknown.
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.19
|
|
1567
1567
|
*/
|
|
1568
1568
|
readonly vehicleId: Attribute<string | null, any>;
|
|
1569
1569
|
};
|
|
@@ -1577,13 +1577,13 @@ export declare namespace EnergyEvse {
|
|
|
1577
1577
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
1578
1578
|
* card ID and use this to authenticate and start the charging session.
|
|
1579
1579
|
*
|
|
1580
|
-
* @see {@link MatterSpecification.
|
|
1580
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
1581
1581
|
*/
|
|
1582
1582
|
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1583
1583
|
/**
|
|
1584
1584
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
1585
1585
|
*
|
|
1586
|
-
* @see {@link MatterSpecification.
|
|
1586
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
|
|
1587
1587
|
*/
|
|
1588
1588
|
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1589
1589
|
}>, any>;
|
|
@@ -1619,7 +1619,7 @@ export declare namespace EnergyEvse {
|
|
|
1619
1619
|
*
|
|
1620
1620
|
* See the Device Energy Management Cluster for more details.
|
|
1621
1621
|
*
|
|
1622
|
-
* @see {@link MatterSpecification.
|
|
1622
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
1623
1623
|
*/
|
|
1624
1624
|
readonly chargingPreferences: BitFlag;
|
|
1625
1625
|
/**
|
|
@@ -1633,7 +1633,7 @@ export declare namespace EnergyEvse {
|
|
|
1633
1633
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
1634
1634
|
* this cluster.
|
|
1635
1635
|
*
|
|
1636
|
-
* @see {@link MatterSpecification.
|
|
1636
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
1637
1637
|
*/
|
|
1638
1638
|
readonly soCReporting: BitFlag;
|
|
1639
1639
|
/**
|
|
@@ -1643,7 +1643,7 @@ export declare namespace EnergyEvse {
|
|
|
1643
1643
|
*
|
|
1644
1644
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
1645
1645
|
*
|
|
1646
|
-
* @see {@link MatterSpecification.
|
|
1646
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
1647
1647
|
*/
|
|
1648
1648
|
readonly plugAndCharge: BitFlag;
|
|
1649
1649
|
/**
|
|
@@ -1655,7 +1655,7 @@ export declare namespace EnergyEvse {
|
|
|
1655
1655
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
1656
1656
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
1657
1657
|
*
|
|
1658
|
-
* @see {@link MatterSpecification.
|
|
1658
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
1659
1659
|
*/
|
|
1660
1660
|
readonly rfid: BitFlag;
|
|
1661
1661
|
/**
|
|
@@ -1668,7 +1668,7 @@ export declare namespace EnergyEvse {
|
|
|
1668
1668
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
1669
1669
|
* both fluctuate.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
1672
1672
|
*/
|
|
1673
1673
|
readonly v2X: BitFlag;
|
|
1674
1674
|
};
|
|
@@ -1688,13 +1688,13 @@ export declare namespace EnergyEvse {
|
|
|
1688
1688
|
* The Fault state is used to indicate that the FaultState attribute is not NoError. A null value shall
|
|
1689
1689
|
* indicate that the state cannot be determined.
|
|
1690
1690
|
*
|
|
1691
|
-
* @see {@link MatterSpecification.
|
|
1691
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.1
|
|
1692
1692
|
*/
|
|
1693
1693
|
readonly state: Attribute<State | null, any>;
|
|
1694
1694
|
/**
|
|
1695
1695
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.2
|
|
1698
1698
|
*/
|
|
1699
1699
|
readonly supplyState: Attribute<SupplyState, any>;
|
|
1700
1700
|
/**
|
|
@@ -1704,7 +1704,7 @@ export declare namespace EnergyEvse {
|
|
|
1704
1704
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
1705
1705
|
* FaultState attribute shall be NoError.
|
|
1706
1706
|
*
|
|
1707
|
-
* @see {@link MatterSpecification.
|
|
1707
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.3
|
|
1708
1708
|
*/
|
|
1709
1709
|
readonly faultState: Attribute<FaultState, any>;
|
|
1710
1710
|
/**
|
|
@@ -1718,7 +1718,7 @@ export declare namespace EnergyEvse {
|
|
|
1718
1718
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1719
1719
|
* being charged.
|
|
1720
1720
|
*
|
|
1721
|
-
* @see {@link MatterSpecification.
|
|
1721
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.4
|
|
1722
1722
|
*/
|
|
1723
1723
|
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
1724
1724
|
/**
|
|
@@ -1726,14 +1726,14 @@ export declare namespace EnergyEvse {
|
|
|
1726
1726
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
1727
1727
|
* setting of such values by an installer.
|
|
1728
1728
|
*
|
|
1729
|
-
* @see {@link MatterSpecification.
|
|
1729
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.6
|
|
1730
1730
|
*/
|
|
1731
1731
|
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set using
|
|
1734
1734
|
* the EnableCharging command.
|
|
1735
1735
|
*
|
|
1736
|
-
* @see {@link MatterSpecification.
|
|
1736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.7
|
|
1737
1737
|
*/
|
|
1738
1738
|
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
1739
1739
|
/**
|
|
@@ -1756,7 +1756,7 @@ export declare namespace EnergyEvse {
|
|
|
1756
1756
|
*
|
|
1757
1757
|
* • UserMaximumChargeCurrent attribute
|
|
1758
1758
|
*
|
|
1759
|
-
* @see {@link MatterSpecification.
|
|
1759
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.8
|
|
1760
1760
|
*/
|
|
1761
1761
|
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
1762
1762
|
/**
|
|
@@ -1773,7 +1773,7 @@ export declare namespace EnergyEvse {
|
|
|
1773
1773
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
1774
1774
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
1775
1775
|
*
|
|
1776
|
-
* @see {@link MatterSpecification.
|
|
1776
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.10
|
|
1777
1777
|
*/
|
|
1778
1778
|
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
1779
1779
|
/**
|
|
@@ -1787,19 +1787,19 @@ export declare namespace EnergyEvse {
|
|
|
1787
1787
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
1788
1788
|
* initial planned start time.
|
|
1789
1789
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.11
|
|
1791
1791
|
*/
|
|
1792
1792
|
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
1793
1793
|
/**
|
|
1794
|
-
* @see {@link MatterSpecification.
|
|
1794
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1795
1795
|
*/
|
|
1796
1796
|
readonly sessionId: Attribute<number | null, any>;
|
|
1797
1797
|
/**
|
|
1798
|
-
* @see {@link MatterSpecification.
|
|
1798
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1799
1799
|
*/
|
|
1800
1800
|
readonly sessionDuration: Attribute<number | null, any>;
|
|
1801
1801
|
/**
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1802
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1803
1803
|
*/
|
|
1804
1804
|
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
1805
1805
|
};
|
|
@@ -1807,14 +1807,14 @@ export declare namespace EnergyEvse {
|
|
|
1807
1807
|
/**
|
|
1808
1808
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
1809
1809
|
*
|
|
1810
|
-
* @see {@link MatterSpecification.
|
|
1810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.1
|
|
1811
1811
|
*/
|
|
1812
1812
|
readonly disable: Command<void, void, any>;
|
|
1813
1813
|
/**
|
|
1814
1814
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
1815
1815
|
* minimum charge current.
|
|
1816
1816
|
*
|
|
1817
|
-
* @see {@link MatterSpecification.
|
|
1817
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
1818
1818
|
*/
|
|
1819
1819
|
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1820
1820
|
/**
|
|
@@ -1823,7 +1823,7 @@ export declare namespace EnergyEvse {
|
|
|
1823
1823
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
1824
1824
|
* permanently.
|
|
1825
1825
|
*
|
|
1826
|
-
* @see {@link MatterSpecification.
|
|
1826
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.1
|
|
1827
1827
|
*/
|
|
1828
1828
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1829
1829
|
/**
|
|
@@ -1833,7 +1833,7 @@ export declare namespace EnergyEvse {
|
|
|
1833
1833
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
1834
1834
|
* MinimumChargeCurrent attribute for further details).
|
|
1835
1835
|
*
|
|
1836
|
-
* @see {@link MatterSpecification.
|
|
1836
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.2
|
|
1837
1837
|
*/
|
|
1838
1838
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1839
1839
|
/**
|
|
@@ -1844,14 +1844,14 @@ export declare namespace EnergyEvse {
|
|
|
1844
1844
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
1845
1845
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
1846
1846
|
*
|
|
1847
|
-
* @see {@link MatterSpecification.
|
|
1847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.3
|
|
1848
1848
|
*/
|
|
1849
1849
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1850
1850
|
}>, void, any>;
|
|
1851
1851
|
/**
|
|
1852
1852
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
1853
1853
|
*
|
|
1854
|
-
* @see {@link MatterSpecification.
|
|
1854
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.4
|
|
1855
1855
|
*/
|
|
1856
1856
|
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
1857
1857
|
};
|
|
@@ -1859,13 +1859,13 @@ export declare namespace EnergyEvse {
|
|
|
1859
1859
|
/**
|
|
1860
1860
|
* This event shall be generated when the EV is plugged in.
|
|
1861
1861
|
*
|
|
1862
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
1863
1863
|
*/
|
|
1864
1864
|
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1865
1865
|
/**
|
|
1866
1866
|
* This is the new session ID created after the vehicle is plugged in.
|
|
1867
1867
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1868
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1.1
|
|
1869
1869
|
*/
|
|
1870
1870
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1871
1871
|
}>, any>;
|
|
@@ -1873,26 +1873,26 @@ export declare namespace EnergyEvse {
|
|
|
1873
1873
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
1874
1874
|
* in). When the vehicle is unplugged then the session is ended.
|
|
1875
1875
|
*
|
|
1876
|
-
* @see {@link MatterSpecification.
|
|
1876
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
1877
1877
|
*/
|
|
1878
1878
|
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1879
1879
|
/**
|
|
1880
1880
|
* This field shall indicate the current value of the SessionID attribute.
|
|
1881
1881
|
*
|
|
1882
|
-
* @see {@link MatterSpecification.
|
|
1882
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.1
|
|
1883
1883
|
*/
|
|
1884
1884
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1885
1885
|
/**
|
|
1886
1886
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
1887
1887
|
*
|
|
1888
|
-
* @see {@link MatterSpecification.
|
|
1888
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.2
|
|
1889
1889
|
*/
|
|
1890
1890
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1891
1891
|
/**
|
|
1892
1892
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
1893
1893
|
* plugged in, until it was unplugged.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.3
|
|
1896
1896
|
*/
|
|
1897
1897
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1898
1898
|
/**
|
|
@@ -1901,7 +1901,7 @@ export declare namespace EnergyEvse {
|
|
|
1901
1901
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
1902
1902
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
1903
1903
|
*
|
|
1904
|
-
* @see {@link MatterSpecification.
|
|
1904
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.4
|
|
1905
1905
|
*/
|
|
1906
1906
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1907
1907
|
/**
|
|
@@ -1911,7 +1911,7 @@ export declare namespace EnergyEvse {
|
|
|
1911
1911
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
1912
1912
|
* energy.
|
|
1913
1913
|
*
|
|
1914
|
-
* @see {@link MatterSpecification.
|
|
1914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.5
|
|
1915
1915
|
*/
|
|
1916
1916
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1917
1917
|
}>, any>;
|
|
@@ -1920,19 +1920,19 @@ export declare namespace EnergyEvse {
|
|
|
1920
1920
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1921
1921
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1922
1922
|
*
|
|
1923
|
-
* @see {@link MatterSpecification.
|
|
1923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
1924
1924
|
*/
|
|
1925
1925
|
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1926
1926
|
/**
|
|
1927
1927
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
1928
1928
|
*
|
|
1929
|
-
* @see {@link MatterSpecification.
|
|
1929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.1
|
|
1930
1930
|
*/
|
|
1931
1931
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1932
1932
|
/**
|
|
1933
1933
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
1934
1934
|
*
|
|
1935
|
-
* @see {@link MatterSpecification.
|
|
1935
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.2
|
|
1936
1936
|
*/
|
|
1937
1937
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1938
1938
|
/**
|
|
@@ -1941,7 +1941,7 @@ export declare namespace EnergyEvse {
|
|
|
1941
1941
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
1942
1942
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
1943
1943
|
*
|
|
1944
|
-
* @see {@link MatterSpecification.
|
|
1944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.3
|
|
1945
1945
|
*/
|
|
1946
1946
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1947
1947
|
/**
|
|
@@ -1951,7 +1951,7 @@ export declare namespace EnergyEvse {
|
|
|
1951
1951
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
1952
1952
|
* discharging.
|
|
1953
1953
|
*
|
|
1954
|
-
* @see {@link MatterSpecification.
|
|
1954
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.4
|
|
1955
1955
|
*/
|
|
1956
1956
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1957
1957
|
}>, any>;
|
|
@@ -1960,39 +1960,39 @@ export declare namespace EnergyEvse {
|
|
|
1960
1960
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1961
1961
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1962
1962
|
*
|
|
1963
|
-
* @see {@link MatterSpecification.
|
|
1963
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
1964
1964
|
*/
|
|
1965
1965
|
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1966
1966
|
/**
|
|
1967
1967
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
1968
1968
|
*
|
|
1969
|
-
* @see {@link MatterSpecification.
|
|
1969
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.1
|
|
1970
1970
|
*/
|
|
1971
1971
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
1974
1974
|
*
|
|
1975
|
-
* @see {@link MatterSpecification.
|
|
1975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.2
|
|
1976
1976
|
*/
|
|
1977
1977
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1978
1978
|
/**
|
|
1979
1979
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
1980
1980
|
*
|
|
1981
|
-
* @see {@link MatterSpecification.
|
|
1981
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.3
|
|
1982
1982
|
*/
|
|
1983
1983
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
1984
1984
|
/**
|
|
1985
1985
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
1986
1986
|
* EnergyTransferStarted event, in mWh.
|
|
1987
1987
|
*
|
|
1988
|
-
* @see {@link MatterSpecification.
|
|
1988
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.4
|
|
1989
1989
|
*/
|
|
1990
1990
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1991
1991
|
/**
|
|
1992
1992
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
1993
1993
|
* EnergyTransferStarted event, in mWh.
|
|
1994
1994
|
*
|
|
1995
|
-
* @see {@link MatterSpecification.
|
|
1995
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.5
|
|
1996
1996
|
*/
|
|
1997
1997
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1998
1998
|
}>, any>;
|
|
@@ -2007,32 +2007,32 @@ export declare namespace EnergyEvse {
|
|
|
2007
2007
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
2008
2008
|
* shall be set back to its previous state.
|
|
2009
2009
|
*
|
|
2010
|
-
* @see {@link MatterSpecification.
|
|
2010
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
2011
2011
|
*/
|
|
2012
2012
|
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2013
2013
|
/**
|
|
2014
2014
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
2015
2015
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
2016
2016
|
*
|
|
2017
|
-
* @see {@link MatterSpecification.
|
|
2017
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.1
|
|
2018
2018
|
*/
|
|
2019
2019
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2020
2020
|
/**
|
|
2021
2021
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
2022
2022
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.
|
|
2023
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.2
|
|
2024
2024
|
*/
|
|
2025
2025
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2026
2026
|
/**
|
|
2027
2027
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
2028
2028
|
*
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.3
|
|
2030
2030
|
*/
|
|
2031
2031
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2032
2032
|
/**
|
|
2033
2033
|
* This field shall indicate the current value of the FaultState attribute.
|
|
2034
2034
|
*
|
|
2035
|
-
* @see {@link MatterSpecification.
|
|
2035
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.4
|
|
2036
2036
|
*/
|
|
2037
2037
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2038
2038
|
}>, any>;
|
|
@@ -2058,7 +2058,7 @@ export declare namespace EnergyEvse {
|
|
|
2058
2058
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
2059
2059
|
* being discharged.
|
|
2060
2060
|
*
|
|
2061
|
-
* @see {@link MatterSpecification.
|
|
2061
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.5
|
|
2062
2062
|
*/
|
|
2063
2063
|
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
2064
2064
|
/**
|
|
@@ -2073,11 +2073,11 @@ export declare namespace EnergyEvse {
|
|
|
2073
2073
|
*
|
|
2074
2074
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.9
|
|
2077
2077
|
*/
|
|
2078
2078
|
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
2079
2079
|
/**
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
2081
2081
|
*/
|
|
2082
2082
|
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
2083
2083
|
};
|
|
@@ -2086,7 +2086,7 @@ export declare namespace EnergyEvse {
|
|
|
2086
2086
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
2087
2087
|
* maximum discharge current.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
2090
2090
|
*/
|
|
2091
2091
|
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2092
2092
|
/**
|
|
@@ -2095,7 +2095,7 @@ export declare namespace EnergyEvse {
|
|
|
2095
2095
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
2096
2096
|
* discharging permanently.
|
|
2097
2097
|
*
|
|
2098
|
-
* @see {@link MatterSpecification.
|
|
2098
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
|
|
2099
2099
|
*/
|
|
2100
2100
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2101
2101
|
/**
|
|
@@ -2103,7 +2103,7 @@ export declare namespace EnergyEvse {
|
|
|
2103
2103
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
2104
2104
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
2105
2105
|
*
|
|
2106
|
-
* @see {@link MatterSpecification.
|
|
2106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
|
|
2107
2107
|
*/
|
|
2108
2108
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2109
2109
|
}>, void, any>;
|
|
@@ -2123,7 +2123,7 @@ export declare namespace EnergyEvse {
|
|
|
2123
2123
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
2124
2124
|
* enabled.
|
|
2125
2125
|
*
|
|
2126
|
-
* @see {@link MatterSpecification.
|
|
2126
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.12
|
|
2127
2127
|
*/
|
|
2128
2128
|
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
2129
2129
|
/**
|
|
@@ -2134,7 +2134,7 @@ export declare namespace EnergyEvse {
|
|
|
2134
2134
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
2135
2135
|
* enabled.
|
|
2136
2136
|
*
|
|
2137
|
-
* @see {@link MatterSpecification.
|
|
2137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.13
|
|
2138
2138
|
*/
|
|
2139
2139
|
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
2140
2140
|
/**
|
|
@@ -2145,7 +2145,7 @@ export declare namespace EnergyEvse {
|
|
|
2145
2145
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
2146
2146
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
2147
2147
|
*
|
|
2148
|
-
* @see {@link MatterSpecification.
|
|
2148
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.14
|
|
2149
2149
|
*/
|
|
2150
2150
|
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
2151
2151
|
/**
|
|
@@ -2157,7 +2157,7 @@ export declare namespace EnergyEvse {
|
|
|
2157
2157
|
*
|
|
2158
2158
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
2159
2159
|
*
|
|
2160
|
-
* @see {@link MatterSpecification.
|
|
2160
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.15
|
|
2161
2161
|
*/
|
|
2162
2162
|
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
2163
2163
|
/**
|
|
@@ -2190,7 +2190,7 @@ export declare namespace EnergyEvse {
|
|
|
2190
2190
|
*
|
|
2191
2191
|
* = 29.82 Miles
|
|
2192
2192
|
*
|
|
2193
|
-
* @see {@link MatterSpecification.
|
|
2193
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.16
|
|
2194
2194
|
*/
|
|
2195
2195
|
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
2196
2196
|
};
|
|
@@ -2198,7 +2198,7 @@ export declare namespace EnergyEvse {
|
|
|
2198
2198
|
/**
|
|
2199
2199
|
* Allows a client to set the user specified charging targets.
|
|
2200
2200
|
*
|
|
2201
|
-
* @see {@link MatterSpecification.
|
|
2201
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
2202
2202
|
*/
|
|
2203
2203
|
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2204
2204
|
/**
|
|
@@ -2206,14 +2206,14 @@ export declare namespace EnergyEvse {
|
|
|
2206
2206
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
2207
2207
|
* this list field.
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
|
|
2210
2210
|
*/
|
|
2211
2211
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2212
2212
|
/**
|
|
2213
2213
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
2214
2214
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
2215
2215
|
*
|
|
2216
|
-
* @see {@link MatterSpecification.
|
|
2216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
2217
2217
|
*/
|
|
2218
2218
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2219
2219
|
/**
|
|
@@ -2248,7 +2248,7 @@ export declare namespace EnergyEvse {
|
|
|
2248
2248
|
/**
|
|
2249
2249
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
2250
2250
|
*
|
|
2251
|
-
* @see {@link MatterSpecification.
|
|
2251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
2252
2252
|
*/
|
|
2253
2253
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2254
2254
|
/**
|
|
@@ -2274,7 +2274,7 @@ export declare namespace EnergyEvse {
|
|
|
2274
2274
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
2275
2275
|
* be able to reach the target.
|
|
2276
2276
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
2278
2278
|
*/
|
|
2279
2279
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2280
2280
|
/**
|
|
@@ -2299,7 +2299,7 @@ export declare namespace EnergyEvse {
|
|
|
2299
2299
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
2300
2300
|
* until the vehicle stops demanding a charge.
|
|
2301
2301
|
*
|
|
2302
|
-
* @see {@link MatterSpecification.
|
|
2302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
2303
2303
|
*/
|
|
2304
2304
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2305
2305
|
/**
|
|
@@ -2322,7 +2322,7 @@ export declare namespace EnergyEvse {
|
|
|
2322
2322
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
2323
2323
|
* battery during charging, or for heating or cooling the cabin.
|
|
2324
2324
|
*
|
|
2325
|
-
* @see {@link MatterSpecification.
|
|
2325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
2326
2326
|
*/
|
|
2327
2327
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2328
2328
|
}>[]>;
|
|
@@ -2331,21 +2331,21 @@ export declare namespace EnergyEvse {
|
|
|
2331
2331
|
/**
|
|
2332
2332
|
* Allows a client to retrieve the current set of charging targets.
|
|
2333
2333
|
*
|
|
2334
|
-
* @see {@link MatterSpecification.
|
|
2334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.6
|
|
2335
2335
|
*/
|
|
2336
2336
|
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2337
2337
|
/**
|
|
2338
2338
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
2339
2339
|
* days of the week.
|
|
2340
2340
|
*
|
|
2341
|
-
* @see {@link MatterSpecification.
|
|
2341
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
|
|
2342
2342
|
*/
|
|
2343
2343
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2344
2344
|
/**
|
|
2345
2345
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
2346
2346
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
2347
2347
|
*
|
|
2348
|
-
* @see {@link MatterSpecification.
|
|
2348
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
2349
2349
|
*/
|
|
2350
2350
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2351
2351
|
/**
|
|
@@ -2380,7 +2380,7 @@ export declare namespace EnergyEvse {
|
|
|
2380
2380
|
/**
|
|
2381
2381
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
2382
2382
|
*
|
|
2383
|
-
* @see {@link MatterSpecification.
|
|
2383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
2384
2384
|
*/
|
|
2385
2385
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2386
2386
|
/**
|
|
@@ -2406,7 +2406,7 @@ export declare namespace EnergyEvse {
|
|
|
2406
2406
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
2407
2407
|
* be able to reach the target.
|
|
2408
2408
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.
|
|
2409
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
2410
2410
|
*/
|
|
2411
2411
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2412
2412
|
/**
|
|
@@ -2431,7 +2431,7 @@ export declare namespace EnergyEvse {
|
|
|
2431
2431
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
2432
2432
|
* until the vehicle stops demanding a charge.
|
|
2433
2433
|
*
|
|
2434
|
-
* @see {@link MatterSpecification.
|
|
2434
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
2435
2435
|
*/
|
|
2436
2436
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2437
2437
|
/**
|
|
@@ -2454,7 +2454,7 @@ export declare namespace EnergyEvse {
|
|
|
2454
2454
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
2455
2455
|
* battery during charging, or for heating or cooling the cabin.
|
|
2456
2456
|
*
|
|
2457
|
-
* @see {@link MatterSpecification.
|
|
2457
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
2458
2458
|
*/
|
|
2459
2459
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2460
2460
|
}>[]>;
|
|
@@ -2463,7 +2463,7 @@ export declare namespace EnergyEvse {
|
|
|
2463
2463
|
/**
|
|
2464
2464
|
* Allows a client to clear all stored charging targets.
|
|
2465
2465
|
*
|
|
2466
|
-
* @see {@link MatterSpecification.
|
|
2466
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.8
|
|
2467
2467
|
*/
|
|
2468
2468
|
readonly clearTargets: Command<void, void, any>;
|
|
2469
2469
|
};
|
|
@@ -2480,13 +2480,13 @@ export declare namespace EnergyEvse {
|
|
|
2480
2480
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
2481
2481
|
* value.
|
|
2482
2482
|
*
|
|
2483
|
-
* @see {@link MatterSpecification.
|
|
2483
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.17
|
|
2484
2484
|
*/
|
|
2485
2485
|
readonly stateOfCharge: Attribute<number | null, any>;
|
|
2486
2486
|
/**
|
|
2487
2487
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
2488
2488
|
*
|
|
2489
|
-
* @see {@link MatterSpecification.
|
|
2489
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.18
|
|
2490
2490
|
*/
|
|
2491
2491
|
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
2492
2492
|
};
|
|
@@ -2504,7 +2504,7 @@ export declare namespace EnergyEvse {
|
|
|
2504
2504
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
2505
2505
|
* this is unknown.
|
|
2506
2506
|
*
|
|
2507
|
-
* @see {@link MatterSpecification.
|
|
2507
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.19
|
|
2508
2508
|
*/
|
|
2509
2509
|
readonly vehicleId: Attribute<string | null, any>;
|
|
2510
2510
|
};
|
|
@@ -2519,13 +2519,13 @@ export declare namespace EnergyEvse {
|
|
|
2519
2519
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
2520
2520
|
* card ID and use this to authenticate and start the charging session.
|
|
2521
2521
|
*
|
|
2522
|
-
* @see {@link MatterSpecification.
|
|
2522
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
2523
2523
|
*/
|
|
2524
2524
|
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2525
2525
|
/**
|
|
2526
2526
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
2527
2527
|
*
|
|
2528
|
-
* @see {@link MatterSpecification.
|
|
2528
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
|
|
2529
2529
|
*/
|
|
2530
2530
|
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2531
2531
|
}>, any>;
|
|
@@ -2568,7 +2568,7 @@ export declare namespace EnergyEvse {
|
|
|
2568
2568
|
*
|
|
2569
2569
|
* See the Device Energy Management Cluster for more details.
|
|
2570
2570
|
*
|
|
2571
|
-
* @see {@link MatterSpecification.
|
|
2571
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
2572
2572
|
*/
|
|
2573
2573
|
readonly chargingPreferences: BitFlag;
|
|
2574
2574
|
/**
|
|
@@ -2582,7 +2582,7 @@ export declare namespace EnergyEvse {
|
|
|
2582
2582
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
2583
2583
|
* this cluster.
|
|
2584
2584
|
*
|
|
2585
|
-
* @see {@link MatterSpecification.
|
|
2585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
2586
2586
|
*/
|
|
2587
2587
|
readonly soCReporting: BitFlag;
|
|
2588
2588
|
/**
|
|
@@ -2592,7 +2592,7 @@ export declare namespace EnergyEvse {
|
|
|
2592
2592
|
*
|
|
2593
2593
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
2594
2594
|
*
|
|
2595
|
-
* @see {@link MatterSpecification.
|
|
2595
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
2596
2596
|
*/
|
|
2597
2597
|
readonly plugAndCharge: BitFlag;
|
|
2598
2598
|
/**
|
|
@@ -2604,7 +2604,7 @@ export declare namespace EnergyEvse {
|
|
|
2604
2604
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
2605
2605
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
2606
2606
|
*
|
|
2607
|
-
* @see {@link MatterSpecification.
|
|
2607
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
2608
2608
|
*/
|
|
2609
2609
|
readonly rfid: BitFlag;
|
|
2610
2610
|
/**
|
|
@@ -2617,7 +2617,7 @@ export declare namespace EnergyEvse {
|
|
|
2617
2617
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
2618
2618
|
* both fluctuate.
|
|
2619
2619
|
*
|
|
2620
|
-
* @see {@link MatterSpecification.
|
|
2620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
2621
2621
|
*/
|
|
2622
2622
|
readonly v2X: BitFlag;
|
|
2623
2623
|
};
|
|
@@ -2637,13 +2637,13 @@ export declare namespace EnergyEvse {
|
|
|
2637
2637
|
* The Fault state is used to indicate that the FaultState attribute is not NoError. A null value shall
|
|
2638
2638
|
* indicate that the state cannot be determined.
|
|
2639
2639
|
*
|
|
2640
|
-
* @see {@link MatterSpecification.
|
|
2640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.1
|
|
2641
2641
|
*/
|
|
2642
2642
|
readonly state: Attribute<State | null, any>;
|
|
2643
2643
|
/**
|
|
2644
2644
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
2645
2645
|
*
|
|
2646
|
-
* @see {@link MatterSpecification.
|
|
2646
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.2
|
|
2647
2647
|
*/
|
|
2648
2648
|
readonly supplyState: Attribute<SupplyState, any>;
|
|
2649
2649
|
/**
|
|
@@ -2653,7 +2653,7 @@ export declare namespace EnergyEvse {
|
|
|
2653
2653
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
2654
2654
|
* FaultState attribute shall be NoError.
|
|
2655
2655
|
*
|
|
2656
|
-
* @see {@link MatterSpecification.
|
|
2656
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.3
|
|
2657
2657
|
*/
|
|
2658
2658
|
readonly faultState: Attribute<FaultState, any>;
|
|
2659
2659
|
/**
|
|
@@ -2667,7 +2667,7 @@ export declare namespace EnergyEvse {
|
|
|
2667
2667
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
2668
2668
|
* being charged.
|
|
2669
2669
|
*
|
|
2670
|
-
* @see {@link MatterSpecification.
|
|
2670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.4
|
|
2671
2671
|
*/
|
|
2672
2672
|
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
2673
2673
|
/**
|
|
@@ -2675,14 +2675,14 @@ export declare namespace EnergyEvse {
|
|
|
2675
2675
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
2676
2676
|
* setting of such values by an installer.
|
|
2677
2677
|
*
|
|
2678
|
-
* @see {@link MatterSpecification.
|
|
2678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.6
|
|
2679
2679
|
*/
|
|
2680
2680
|
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
2681
2681
|
/**
|
|
2682
2682
|
* Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set using
|
|
2683
2683
|
* the EnableCharging command.
|
|
2684
2684
|
*
|
|
2685
|
-
* @see {@link MatterSpecification.
|
|
2685
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.7
|
|
2686
2686
|
*/
|
|
2687
2687
|
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
2688
2688
|
/**
|
|
@@ -2705,7 +2705,7 @@ export declare namespace EnergyEvse {
|
|
|
2705
2705
|
*
|
|
2706
2706
|
* • UserMaximumChargeCurrent attribute
|
|
2707
2707
|
*
|
|
2708
|
-
* @see {@link MatterSpecification.
|
|
2708
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.8
|
|
2709
2709
|
*/
|
|
2710
2710
|
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
2711
2711
|
/**
|
|
@@ -2722,7 +2722,7 @@ export declare namespace EnergyEvse {
|
|
|
2722
2722
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
2723
2723
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
2724
2724
|
*
|
|
2725
|
-
* @see {@link MatterSpecification.
|
|
2725
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.10
|
|
2726
2726
|
*/
|
|
2727
2727
|
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
2728
2728
|
/**
|
|
@@ -2736,19 +2736,19 @@ export declare namespace EnergyEvse {
|
|
|
2736
2736
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
2737
2737
|
* initial planned start time.
|
|
2738
2738
|
*
|
|
2739
|
-
* @see {@link MatterSpecification.
|
|
2739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.11
|
|
2740
2740
|
*/
|
|
2741
2741
|
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
2742
2742
|
/**
|
|
2743
|
-
* @see {@link MatterSpecification.
|
|
2743
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
2744
2744
|
*/
|
|
2745
2745
|
readonly sessionId: Attribute<number | null, any>;
|
|
2746
2746
|
/**
|
|
2747
|
-
* @see {@link MatterSpecification.
|
|
2747
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
2748
2748
|
*/
|
|
2749
2749
|
readonly sessionDuration: Attribute<number | null, any>;
|
|
2750
2750
|
/**
|
|
2751
|
-
* @see {@link MatterSpecification.
|
|
2751
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
2752
2752
|
*/
|
|
2753
2753
|
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
2754
2754
|
};
|
|
@@ -2756,14 +2756,14 @@ export declare namespace EnergyEvse {
|
|
|
2756
2756
|
/**
|
|
2757
2757
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
2758
2758
|
*
|
|
2759
|
-
* @see {@link MatterSpecification.
|
|
2759
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.1
|
|
2760
2760
|
*/
|
|
2761
2761
|
readonly disable: Command<void, void, any>;
|
|
2762
2762
|
/**
|
|
2763
2763
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
2764
2764
|
* minimum charge current.
|
|
2765
2765
|
*
|
|
2766
|
-
* @see {@link MatterSpecification.
|
|
2766
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
2767
2767
|
*/
|
|
2768
2768
|
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2769
2769
|
/**
|
|
@@ -2772,7 +2772,7 @@ export declare namespace EnergyEvse {
|
|
|
2772
2772
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
2773
2773
|
* permanently.
|
|
2774
2774
|
*
|
|
2775
|
-
* @see {@link MatterSpecification.
|
|
2775
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.1
|
|
2776
2776
|
*/
|
|
2777
2777
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2778
2778
|
/**
|
|
@@ -2782,7 +2782,7 @@ export declare namespace EnergyEvse {
|
|
|
2782
2782
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
2783
2783
|
* MinimumChargeCurrent attribute for further details).
|
|
2784
2784
|
*
|
|
2785
|
-
* @see {@link MatterSpecification.
|
|
2785
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.2
|
|
2786
2786
|
*/
|
|
2787
2787
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2788
2788
|
/**
|
|
@@ -2793,14 +2793,14 @@ export declare namespace EnergyEvse {
|
|
|
2793
2793
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
2794
2794
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
2795
2795
|
*
|
|
2796
|
-
* @see {@link MatterSpecification.
|
|
2796
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.3
|
|
2797
2797
|
*/
|
|
2798
2798
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2799
2799
|
}>, void, any>;
|
|
2800
2800
|
/**
|
|
2801
2801
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
2802
2802
|
*
|
|
2803
|
-
* @see {@link MatterSpecification.
|
|
2803
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.4
|
|
2804
2804
|
*/
|
|
2805
2805
|
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
2806
2806
|
};
|
|
@@ -2808,13 +2808,13 @@ export declare namespace EnergyEvse {
|
|
|
2808
2808
|
/**
|
|
2809
2809
|
* This event shall be generated when the EV is plugged in.
|
|
2810
2810
|
*
|
|
2811
|
-
* @see {@link MatterSpecification.
|
|
2811
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
2812
2812
|
*/
|
|
2813
2813
|
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2814
2814
|
/**
|
|
2815
2815
|
* This is the new session ID created after the vehicle is plugged in.
|
|
2816
2816
|
*
|
|
2817
|
-
* @see {@link MatterSpecification.
|
|
2817
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1.1
|
|
2818
2818
|
*/
|
|
2819
2819
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2820
2820
|
}>, any>;
|
|
@@ -2822,26 +2822,26 @@ export declare namespace EnergyEvse {
|
|
|
2822
2822
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
2823
2823
|
* in). When the vehicle is unplugged then the session is ended.
|
|
2824
2824
|
*
|
|
2825
|
-
* @see {@link MatterSpecification.
|
|
2825
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
2826
2826
|
*/
|
|
2827
2827
|
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2828
2828
|
/**
|
|
2829
2829
|
* This field shall indicate the current value of the SessionID attribute.
|
|
2830
2830
|
*
|
|
2831
|
-
* @see {@link MatterSpecification.
|
|
2831
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.1
|
|
2832
2832
|
*/
|
|
2833
2833
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2834
2834
|
/**
|
|
2835
2835
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
2836
2836
|
*
|
|
2837
|
-
* @see {@link MatterSpecification.
|
|
2837
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.2
|
|
2838
2838
|
*/
|
|
2839
2839
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2840
2840
|
/**
|
|
2841
2841
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
2842
2842
|
* plugged in, until it was unplugged.
|
|
2843
2843
|
*
|
|
2844
|
-
* @see {@link MatterSpecification.
|
|
2844
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.3
|
|
2845
2845
|
*/
|
|
2846
2846
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2847
2847
|
/**
|
|
@@ -2850,7 +2850,7 @@ export declare namespace EnergyEvse {
|
|
|
2850
2850
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
2851
2851
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
2852
2852
|
*
|
|
2853
|
-
* @see {@link MatterSpecification.
|
|
2853
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.4
|
|
2854
2854
|
*/
|
|
2855
2855
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2856
2856
|
/**
|
|
@@ -2860,7 +2860,7 @@ export declare namespace EnergyEvse {
|
|
|
2860
2860
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
2861
2861
|
* energy.
|
|
2862
2862
|
*
|
|
2863
|
-
* @see {@link MatterSpecification.
|
|
2863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.5
|
|
2864
2864
|
*/
|
|
2865
2865
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2866
2866
|
}>, any>;
|
|
@@ -2869,19 +2869,19 @@ export declare namespace EnergyEvse {
|
|
|
2869
2869
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
2870
2870
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
2871
2871
|
*
|
|
2872
|
-
* @see {@link MatterSpecification.
|
|
2872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
2873
2873
|
*/
|
|
2874
2874
|
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2875
2875
|
/**
|
|
2876
2876
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
2877
2877
|
*
|
|
2878
|
-
* @see {@link MatterSpecification.
|
|
2878
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.1
|
|
2879
2879
|
*/
|
|
2880
2880
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2881
2881
|
/**
|
|
2882
2882
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
2883
2883
|
*
|
|
2884
|
-
* @see {@link MatterSpecification.
|
|
2884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.2
|
|
2885
2885
|
*/
|
|
2886
2886
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2887
2887
|
/**
|
|
@@ -2890,7 +2890,7 @@ export declare namespace EnergyEvse {
|
|
|
2890
2890
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
2891
2891
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
2892
2892
|
*
|
|
2893
|
-
* @see {@link MatterSpecification.
|
|
2893
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.3
|
|
2894
2894
|
*/
|
|
2895
2895
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2896
2896
|
/**
|
|
@@ -2900,7 +2900,7 @@ export declare namespace EnergyEvse {
|
|
|
2900
2900
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
2901
2901
|
* discharging.
|
|
2902
2902
|
*
|
|
2903
|
-
* @see {@link MatterSpecification.
|
|
2903
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.4
|
|
2904
2904
|
*/
|
|
2905
2905
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2906
2906
|
}>, any>;
|
|
@@ -2909,39 +2909,39 @@ export declare namespace EnergyEvse {
|
|
|
2909
2909
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
2910
2910
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
2911
2911
|
*
|
|
2912
|
-
* @see {@link MatterSpecification.
|
|
2912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
2913
2913
|
*/
|
|
2914
2914
|
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2915
2915
|
/**
|
|
2916
2916
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
2917
2917
|
*
|
|
2918
|
-
* @see {@link MatterSpecification.
|
|
2918
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.1
|
|
2919
2919
|
*/
|
|
2920
2920
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2921
2921
|
/**
|
|
2922
2922
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
2923
2923
|
*
|
|
2924
|
-
* @see {@link MatterSpecification.
|
|
2924
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.2
|
|
2925
2925
|
*/
|
|
2926
2926
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2927
2927
|
/**
|
|
2928
2928
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
2929
2929
|
*
|
|
2930
|
-
* @see {@link MatterSpecification.
|
|
2930
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.3
|
|
2931
2931
|
*/
|
|
2932
2932
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
2933
2933
|
/**
|
|
2934
2934
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
2935
2935
|
* EnergyTransferStarted event, in mWh.
|
|
2936
2936
|
*
|
|
2937
|
-
* @see {@link MatterSpecification.
|
|
2937
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.4
|
|
2938
2938
|
*/
|
|
2939
2939
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2940
2940
|
/**
|
|
2941
2941
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
2942
2942
|
* EnergyTransferStarted event, in mWh.
|
|
2943
2943
|
*
|
|
2944
|
-
* @see {@link MatterSpecification.
|
|
2944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.5
|
|
2945
2945
|
*/
|
|
2946
2946
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2947
2947
|
}>, any>;
|
|
@@ -2956,32 +2956,32 @@ export declare namespace EnergyEvse {
|
|
|
2956
2956
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
2957
2957
|
* shall be set back to its previous state.
|
|
2958
2958
|
*
|
|
2959
|
-
* @see {@link MatterSpecification.
|
|
2959
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
2960
2960
|
*/
|
|
2961
2961
|
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2962
2962
|
/**
|
|
2963
2963
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
2964
2964
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
2965
2965
|
*
|
|
2966
|
-
* @see {@link MatterSpecification.
|
|
2966
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.1
|
|
2967
2967
|
*/
|
|
2968
2968
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2969
2969
|
/**
|
|
2970
2970
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
2971
2971
|
*
|
|
2972
|
-
* @see {@link MatterSpecification.
|
|
2972
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.2
|
|
2973
2973
|
*/
|
|
2974
2974
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2975
2975
|
/**
|
|
2976
2976
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
2977
2977
|
*
|
|
2978
|
-
* @see {@link MatterSpecification.
|
|
2978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.3
|
|
2979
2979
|
*/
|
|
2980
2980
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2981
2981
|
/**
|
|
2982
2982
|
* This field shall indicate the current value of the FaultState attribute.
|
|
2983
2983
|
*
|
|
2984
|
-
* @see {@link MatterSpecification.
|
|
2984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.4
|
|
2985
2985
|
*/
|
|
2986
2986
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2987
2987
|
}>, any>;
|
|
@@ -3007,7 +3007,7 @@ export declare namespace EnergyEvse {
|
|
|
3007
3007
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
3008
3008
|
* being discharged.
|
|
3009
3009
|
*
|
|
3010
|
-
* @see {@link MatterSpecification.
|
|
3010
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.5
|
|
3011
3011
|
*/
|
|
3012
3012
|
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
3013
3013
|
/**
|
|
@@ -3022,11 +3022,11 @@ export declare namespace EnergyEvse {
|
|
|
3022
3022
|
*
|
|
3023
3023
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
3024
3024
|
*
|
|
3025
|
-
* @see {@link MatterSpecification.
|
|
3025
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.9
|
|
3026
3026
|
*/
|
|
3027
3027
|
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
3028
3028
|
/**
|
|
3029
|
-
* @see {@link MatterSpecification.
|
|
3029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
3030
3030
|
*/
|
|
3031
3031
|
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
3032
3032
|
};
|
|
@@ -3035,7 +3035,7 @@ export declare namespace EnergyEvse {
|
|
|
3035
3035
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
3036
3036
|
* maximum discharge current.
|
|
3037
3037
|
*
|
|
3038
|
-
* @see {@link MatterSpecification.
|
|
3038
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
3039
3039
|
*/
|
|
3040
3040
|
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3041
3041
|
/**
|
|
@@ -3044,7 +3044,7 @@ export declare namespace EnergyEvse {
|
|
|
3044
3044
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
3045
3045
|
* discharging permanently.
|
|
3046
3046
|
*
|
|
3047
|
-
* @see {@link MatterSpecification.
|
|
3047
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
|
|
3048
3048
|
*/
|
|
3049
3049
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3050
3050
|
/**
|
|
@@ -3052,7 +3052,7 @@ export declare namespace EnergyEvse {
|
|
|
3052
3052
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
3053
3053
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
3054
3054
|
*
|
|
3055
|
-
* @see {@link MatterSpecification.
|
|
3055
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
|
|
3056
3056
|
*/
|
|
3057
3057
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3058
3058
|
}>, void, any>;
|
|
@@ -3072,7 +3072,7 @@ export declare namespace EnergyEvse {
|
|
|
3072
3072
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
3073
3073
|
* enabled.
|
|
3074
3074
|
*
|
|
3075
|
-
* @see {@link MatterSpecification.
|
|
3075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.12
|
|
3076
3076
|
*/
|
|
3077
3077
|
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
3078
3078
|
/**
|
|
@@ -3083,7 +3083,7 @@ export declare namespace EnergyEvse {
|
|
|
3083
3083
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
3084
3084
|
* enabled.
|
|
3085
3085
|
*
|
|
3086
|
-
* @see {@link MatterSpecification.
|
|
3086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.13
|
|
3087
3087
|
*/
|
|
3088
3088
|
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
3089
3089
|
/**
|
|
@@ -3094,7 +3094,7 @@ export declare namespace EnergyEvse {
|
|
|
3094
3094
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
3095
3095
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
3096
3096
|
*
|
|
3097
|
-
* @see {@link MatterSpecification.
|
|
3097
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.14
|
|
3098
3098
|
*/
|
|
3099
3099
|
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
3100
3100
|
/**
|
|
@@ -3106,7 +3106,7 @@ export declare namespace EnergyEvse {
|
|
|
3106
3106
|
*
|
|
3107
3107
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
3108
3108
|
*
|
|
3109
|
-
* @see {@link MatterSpecification.
|
|
3109
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.15
|
|
3110
3110
|
*/
|
|
3111
3111
|
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
3112
3112
|
/**
|
|
@@ -3139,7 +3139,7 @@ export declare namespace EnergyEvse {
|
|
|
3139
3139
|
*
|
|
3140
3140
|
* = 29.82 Miles
|
|
3141
3141
|
*
|
|
3142
|
-
* @see {@link MatterSpecification.
|
|
3142
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.16
|
|
3143
3143
|
*/
|
|
3144
3144
|
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
3145
3145
|
};
|
|
@@ -3147,7 +3147,7 @@ export declare namespace EnergyEvse {
|
|
|
3147
3147
|
/**
|
|
3148
3148
|
* Allows a client to set the user specified charging targets.
|
|
3149
3149
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3150
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
3151
3151
|
*/
|
|
3152
3152
|
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3153
3153
|
/**
|
|
@@ -3155,14 +3155,14 @@ export declare namespace EnergyEvse {
|
|
|
3155
3155
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
3156
3156
|
* this list field.
|
|
3157
3157
|
*
|
|
3158
|
-
* @see {@link MatterSpecification.
|
|
3158
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
|
|
3159
3159
|
*/
|
|
3160
3160
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3161
3161
|
/**
|
|
3162
3162
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3163
3163
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3164
3164
|
*
|
|
3165
|
-
* @see {@link MatterSpecification.
|
|
3165
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
3166
3166
|
*/
|
|
3167
3167
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3168
3168
|
/**
|
|
@@ -3197,7 +3197,7 @@ export declare namespace EnergyEvse {
|
|
|
3197
3197
|
/**
|
|
3198
3198
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
3199
3199
|
*
|
|
3200
|
-
* @see {@link MatterSpecification.
|
|
3200
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
3201
3201
|
*/
|
|
3202
3202
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3203
3203
|
/**
|
|
@@ -3223,7 +3223,7 @@ export declare namespace EnergyEvse {
|
|
|
3223
3223
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3224
3224
|
* be able to reach the target.
|
|
3225
3225
|
*
|
|
3226
|
-
* @see {@link MatterSpecification.
|
|
3226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
3227
3227
|
*/
|
|
3228
3228
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3229
3229
|
/**
|
|
@@ -3248,7 +3248,7 @@ export declare namespace EnergyEvse {
|
|
|
3248
3248
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3249
3249
|
* until the vehicle stops demanding a charge.
|
|
3250
3250
|
*
|
|
3251
|
-
* @see {@link MatterSpecification.
|
|
3251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
3252
3252
|
*/
|
|
3253
3253
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3254
3254
|
/**
|
|
@@ -3271,7 +3271,7 @@ export declare namespace EnergyEvse {
|
|
|
3271
3271
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3272
3272
|
* battery during charging, or for heating or cooling the cabin.
|
|
3273
3273
|
*
|
|
3274
|
-
* @see {@link MatterSpecification.
|
|
3274
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
3275
3275
|
*/
|
|
3276
3276
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3277
3277
|
}>[]>;
|
|
@@ -3280,21 +3280,21 @@ export declare namespace EnergyEvse {
|
|
|
3280
3280
|
/**
|
|
3281
3281
|
* Allows a client to retrieve the current set of charging targets.
|
|
3282
3282
|
*
|
|
3283
|
-
* @see {@link MatterSpecification.
|
|
3283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.6
|
|
3284
3284
|
*/
|
|
3285
3285
|
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3286
3286
|
/**
|
|
3287
3287
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3288
3288
|
* days of the week.
|
|
3289
3289
|
*
|
|
3290
|
-
* @see {@link MatterSpecification.
|
|
3290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
|
|
3291
3291
|
*/
|
|
3292
3292
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3293
3293
|
/**
|
|
3294
3294
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3295
3295
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3296
3296
|
*
|
|
3297
|
-
* @see {@link MatterSpecification.
|
|
3297
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
3298
3298
|
*/
|
|
3299
3299
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3300
3300
|
/**
|
|
@@ -3329,7 +3329,7 @@ export declare namespace EnergyEvse {
|
|
|
3329
3329
|
/**
|
|
3330
3330
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
3331
3331
|
*
|
|
3332
|
-
* @see {@link MatterSpecification.
|
|
3332
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
3333
3333
|
*/
|
|
3334
3334
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3335
3335
|
/**
|
|
@@ -3355,7 +3355,7 @@ export declare namespace EnergyEvse {
|
|
|
3355
3355
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3356
3356
|
* be able to reach the target.
|
|
3357
3357
|
*
|
|
3358
|
-
* @see {@link MatterSpecification.
|
|
3358
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
3359
3359
|
*/
|
|
3360
3360
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3361
3361
|
/**
|
|
@@ -3380,7 +3380,7 @@ export declare namespace EnergyEvse {
|
|
|
3380
3380
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3381
3381
|
* until the vehicle stops demanding a charge.
|
|
3382
3382
|
*
|
|
3383
|
-
* @see {@link MatterSpecification.
|
|
3383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
3384
3384
|
*/
|
|
3385
3385
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3386
3386
|
/**
|
|
@@ -3403,7 +3403,7 @@ export declare namespace EnergyEvse {
|
|
|
3403
3403
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3404
3404
|
* battery during charging, or for heating or cooling the cabin.
|
|
3405
3405
|
*
|
|
3406
|
-
* @see {@link MatterSpecification.
|
|
3406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
3407
3407
|
*/
|
|
3408
3408
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3409
3409
|
}>[]>;
|
|
@@ -3412,7 +3412,7 @@ export declare namespace EnergyEvse {
|
|
|
3412
3412
|
/**
|
|
3413
3413
|
* Allows a client to clear all stored charging targets.
|
|
3414
3414
|
*
|
|
3415
|
-
* @see {@link MatterSpecification.
|
|
3415
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.8
|
|
3416
3416
|
*/
|
|
3417
3417
|
readonly clearTargets: Command<void, void, any>;
|
|
3418
3418
|
};
|
|
@@ -3429,13 +3429,13 @@ export declare namespace EnergyEvse {
|
|
|
3429
3429
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
3430
3430
|
* value.
|
|
3431
3431
|
*
|
|
3432
|
-
* @see {@link MatterSpecification.
|
|
3432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.17
|
|
3433
3433
|
*/
|
|
3434
3434
|
readonly stateOfCharge: Attribute<number | null, any>;
|
|
3435
3435
|
/**
|
|
3436
3436
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
3437
3437
|
*
|
|
3438
|
-
* @see {@link MatterSpecification.
|
|
3438
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.18
|
|
3439
3439
|
*/
|
|
3440
3440
|
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
3441
3441
|
};
|
|
@@ -3453,7 +3453,7 @@ export declare namespace EnergyEvse {
|
|
|
3453
3453
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
3454
3454
|
* this is unknown.
|
|
3455
3455
|
*
|
|
3456
|
-
* @see {@link MatterSpecification.
|
|
3456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.19
|
|
3457
3457
|
*/
|
|
3458
3458
|
readonly vehicleId: Attribute<string | null, any>;
|
|
3459
3459
|
};
|
|
@@ -3468,13 +3468,13 @@ export declare namespace EnergyEvse {
|
|
|
3468
3468
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
3469
3469
|
* card ID and use this to authenticate and start the charging session.
|
|
3470
3470
|
*
|
|
3471
|
-
* @see {@link MatterSpecification.
|
|
3471
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
3472
3472
|
*/
|
|
3473
3473
|
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3474
3474
|
/**
|
|
3475
3475
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
3476
3476
|
*
|
|
3477
|
-
* @see {@link MatterSpecification.
|
|
3477
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
|
|
3478
3478
|
*/
|
|
3479
3479
|
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3480
3480
|
}>, any>;
|
|
@@ -3522,7 +3522,7 @@ export declare namespace EnergyEvse {
|
|
|
3522
3522
|
* EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
|
|
3523
3523
|
* method.
|
|
3524
3524
|
*
|
|
3525
|
-
* @see {@link MatterSpecification.
|
|
3525
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3
|
|
3526
3526
|
*/
|
|
3527
3527
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3528
3528
|
}
|
|
@@ -3557,7 +3557,7 @@ export declare namespace EnergyEvse {
|
|
|
3557
3557
|
*
|
|
3558
3558
|
* See the Device Energy Management Cluster for more details.
|
|
3559
3559
|
*
|
|
3560
|
-
* @see {@link MatterSpecification.
|
|
3560
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
3561
3561
|
*/
|
|
3562
3562
|
readonly chargingPreferences: BitFlag;
|
|
3563
3563
|
/**
|
|
@@ -3571,7 +3571,7 @@ export declare namespace EnergyEvse {
|
|
|
3571
3571
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
3572
3572
|
* this cluster.
|
|
3573
3573
|
*
|
|
3574
|
-
* @see {@link MatterSpecification.
|
|
3574
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
3575
3575
|
*/
|
|
3576
3576
|
readonly soCReporting: BitFlag;
|
|
3577
3577
|
/**
|
|
@@ -3581,7 +3581,7 @@ export declare namespace EnergyEvse {
|
|
|
3581
3581
|
*
|
|
3582
3582
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
3583
3583
|
*
|
|
3584
|
-
* @see {@link MatterSpecification.
|
|
3584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
3585
3585
|
*/
|
|
3586
3586
|
readonly plugAndCharge: BitFlag;
|
|
3587
3587
|
/**
|
|
@@ -3593,7 +3593,7 @@ export declare namespace EnergyEvse {
|
|
|
3593
3593
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
3594
3594
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
3595
3595
|
*
|
|
3596
|
-
* @see {@link MatterSpecification.
|
|
3596
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
3597
3597
|
*/
|
|
3598
3598
|
readonly rfid: BitFlag;
|
|
3599
3599
|
/**
|
|
@@ -3606,7 +3606,7 @@ export declare namespace EnergyEvse {
|
|
|
3606
3606
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
3607
3607
|
* both fluctuate.
|
|
3608
3608
|
*
|
|
3609
|
-
* @see {@link MatterSpecification.
|
|
3609
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
3610
3610
|
*/
|
|
3611
3611
|
readonly v2X: BitFlag;
|
|
3612
3612
|
};
|
|
@@ -3735,7 +3735,7 @@ export declare namespace EnergyEvse {
|
|
|
3735
3735
|
*
|
|
3736
3736
|
* See the Device Energy Management Cluster for more details.
|
|
3737
3737
|
*
|
|
3738
|
-
* @see {@link MatterSpecification.
|
|
3738
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
3739
3739
|
*/
|
|
3740
3740
|
readonly chargingPreferences: BitFlag;
|
|
3741
3741
|
/**
|
|
@@ -3749,7 +3749,7 @@ export declare namespace EnergyEvse {
|
|
|
3749
3749
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
3750
3750
|
* this cluster.
|
|
3751
3751
|
*
|
|
3752
|
-
* @see {@link MatterSpecification.
|
|
3752
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
3753
3753
|
*/
|
|
3754
3754
|
readonly soCReporting: BitFlag;
|
|
3755
3755
|
/**
|
|
@@ -3759,7 +3759,7 @@ export declare namespace EnergyEvse {
|
|
|
3759
3759
|
*
|
|
3760
3760
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
3761
3761
|
*
|
|
3762
|
-
* @see {@link MatterSpecification.
|
|
3762
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
3763
3763
|
*/
|
|
3764
3764
|
readonly plugAndCharge: BitFlag;
|
|
3765
3765
|
/**
|
|
@@ -3771,7 +3771,7 @@ export declare namespace EnergyEvse {
|
|
|
3771
3771
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
3772
3772
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
3773
3773
|
*
|
|
3774
|
-
* @see {@link MatterSpecification.
|
|
3774
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
3775
3775
|
*/
|
|
3776
3776
|
readonly rfid: BitFlag;
|
|
3777
3777
|
/**
|
|
@@ -3784,7 +3784,7 @@ export declare namespace EnergyEvse {
|
|
|
3784
3784
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
3785
3785
|
* both fluctuate.
|
|
3786
3786
|
*
|
|
3787
|
-
* @see {@link MatterSpecification.
|
|
3787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
3788
3788
|
*/
|
|
3789
3789
|
readonly v2X: BitFlag;
|
|
3790
3790
|
}>, never>;
|
|
@@ -3800,7 +3800,7 @@ export declare namespace EnergyEvse {
|
|
|
3800
3800
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
3801
3801
|
* discharging permanently.
|
|
3802
3802
|
*
|
|
3803
|
-
* @see {@link MatterSpecification.
|
|
3803
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
|
|
3804
3804
|
*/
|
|
3805
3805
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3806
3806
|
/**
|
|
@@ -3808,7 +3808,7 @@ export declare namespace EnergyEvse {
|
|
|
3808
3808
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
3809
3809
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
3810
3810
|
*
|
|
3811
|
-
* @see {@link MatterSpecification.
|
|
3811
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
|
|
3812
3812
|
*/
|
|
3813
3813
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3814
3814
|
}>, void, any> & {
|
|
@@ -3825,14 +3825,14 @@ export declare namespace EnergyEvse {
|
|
|
3825
3825
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
3826
3826
|
* this list field.
|
|
3827
3827
|
*
|
|
3828
|
-
* @see {@link MatterSpecification.
|
|
3828
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
|
|
3829
3829
|
*/
|
|
3830
3830
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3831
3831
|
/**
|
|
3832
3832
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3833
3833
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3834
3834
|
*
|
|
3835
|
-
* @see {@link MatterSpecification.
|
|
3835
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
3836
3836
|
*/
|
|
3837
3837
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3838
3838
|
/**
|
|
@@ -3867,7 +3867,7 @@ export declare namespace EnergyEvse {
|
|
|
3867
3867
|
/**
|
|
3868
3868
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
3869
3869
|
*
|
|
3870
|
-
* @see {@link MatterSpecification.
|
|
3870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
3871
3871
|
*/
|
|
3872
3872
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3873
3873
|
/**
|
|
@@ -3893,7 +3893,7 @@ export declare namespace EnergyEvse {
|
|
|
3893
3893
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3894
3894
|
* be able to reach the target.
|
|
3895
3895
|
*
|
|
3896
|
-
* @see {@link MatterSpecification.
|
|
3896
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
3897
3897
|
*/
|
|
3898
3898
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3899
3899
|
/**
|
|
@@ -3918,7 +3918,7 @@ export declare namespace EnergyEvse {
|
|
|
3918
3918
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3919
3919
|
* until the vehicle stops demanding a charge.
|
|
3920
3920
|
*
|
|
3921
|
-
* @see {@link MatterSpecification.
|
|
3921
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
3922
3922
|
*/
|
|
3923
3923
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3924
3924
|
/**
|
|
@@ -3941,7 +3941,7 @@ export declare namespace EnergyEvse {
|
|
|
3941
3941
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3942
3942
|
* battery during charging, or for heating or cooling the cabin.
|
|
3943
3943
|
*
|
|
3944
|
-
* @see {@link MatterSpecification.
|
|
3944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
3945
3945
|
*/
|
|
3946
3946
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3947
3947
|
}>[]>;
|
|
@@ -3959,14 +3959,14 @@ export declare namespace EnergyEvse {
|
|
|
3959
3959
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3960
3960
|
* days of the week.
|
|
3961
3961
|
*
|
|
3962
|
-
* @see {@link MatterSpecification.
|
|
3962
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
|
|
3963
3963
|
*/
|
|
3964
3964
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3965
3965
|
/**
|
|
3966
3966
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3967
3967
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3968
3968
|
*
|
|
3969
|
-
* @see {@link MatterSpecification.
|
|
3969
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
3970
3970
|
*/
|
|
3971
3971
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3972
3972
|
/**
|
|
@@ -4001,7 +4001,7 @@ export declare namespace EnergyEvse {
|
|
|
4001
4001
|
/**
|
|
4002
4002
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
4003
4003
|
*
|
|
4004
|
-
* @see {@link MatterSpecification.
|
|
4004
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
4005
4005
|
*/
|
|
4006
4006
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4007
4007
|
/**
|
|
@@ -4027,7 +4027,7 @@ export declare namespace EnergyEvse {
|
|
|
4027
4027
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
4028
4028
|
* be able to reach the target.
|
|
4029
4029
|
*
|
|
4030
|
-
* @see {@link MatterSpecification.
|
|
4030
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
4031
4031
|
*/
|
|
4032
4032
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4033
4033
|
/**
|
|
@@ -4052,7 +4052,7 @@ export declare namespace EnergyEvse {
|
|
|
4052
4052
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
4053
4053
|
* until the vehicle stops demanding a charge.
|
|
4054
4054
|
*
|
|
4055
|
-
* @see {@link MatterSpecification.
|
|
4055
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
4056
4056
|
*/
|
|
4057
4057
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4058
4058
|
/**
|
|
@@ -4075,7 +4075,7 @@ export declare namespace EnergyEvse {
|
|
|
4075
4075
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
4076
4076
|
* battery during charging, or for heating or cooling the cabin.
|
|
4077
4077
|
*
|
|
4078
|
-
* @see {@link MatterSpecification.
|
|
4078
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
4079
4079
|
*/
|
|
4080
4080
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4081
4081
|
}>[]>;
|
|
@@ -4099,14 +4099,14 @@ export declare namespace EnergyEvse {
|
|
|
4099
4099
|
/**
|
|
4100
4100
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
4101
4101
|
*
|
|
4102
|
-
* @see {@link MatterSpecification.
|
|
4102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.1
|
|
4103
4103
|
*/
|
|
4104
4104
|
readonly disable: Command<void, void, any>;
|
|
4105
4105
|
/**
|
|
4106
4106
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
4107
4107
|
* minimum charge current.
|
|
4108
4108
|
*
|
|
4109
|
-
* @see {@link MatterSpecification.
|
|
4109
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
4110
4110
|
*/
|
|
4111
4111
|
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4112
4112
|
/**
|
|
@@ -4115,7 +4115,7 @@ export declare namespace EnergyEvse {
|
|
|
4115
4115
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
4116
4116
|
* permanently.
|
|
4117
4117
|
*
|
|
4118
|
-
* @see {@link MatterSpecification.
|
|
4118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.1
|
|
4119
4119
|
*/
|
|
4120
4120
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4121
4121
|
/**
|
|
@@ -4125,7 +4125,7 @@ export declare namespace EnergyEvse {
|
|
|
4125
4125
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
4126
4126
|
* MinimumChargeCurrent attribute for further details).
|
|
4127
4127
|
*
|
|
4128
|
-
* @see {@link MatterSpecification.
|
|
4128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.2
|
|
4129
4129
|
*/
|
|
4130
4130
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4131
4131
|
/**
|
|
@@ -4136,14 +4136,14 @@ export declare namespace EnergyEvse {
|
|
|
4136
4136
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
4137
4137
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
4138
4138
|
*
|
|
4139
|
-
* @see {@link MatterSpecification.
|
|
4139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.3
|
|
4140
4140
|
*/
|
|
4141
4141
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4142
4142
|
}>, void, any>;
|
|
4143
4143
|
/**
|
|
4144
4144
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
4145
4145
|
*
|
|
4146
|
-
* @see {@link MatterSpecification.
|
|
4146
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.4
|
|
4147
4147
|
*/
|
|
4148
4148
|
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
4149
4149
|
};
|
|
@@ -4152,7 +4152,7 @@ export declare namespace EnergyEvse {
|
|
|
4152
4152
|
/**
|
|
4153
4153
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
4154
4154
|
*
|
|
4155
|
-
* @see {@link MatterSpecification.
|
|
4155
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
|
|
4156
4156
|
*/
|
|
4157
4157
|
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4158
4158
|
}>, any> & {
|
|
@@ -4166,13 +4166,13 @@ export declare namespace EnergyEvse {
|
|
|
4166
4166
|
/**
|
|
4167
4167
|
* This event shall be generated when the EV is plugged in.
|
|
4168
4168
|
*
|
|
4169
|
-
* @see {@link MatterSpecification.
|
|
4169
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
4170
4170
|
*/
|
|
4171
4171
|
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4172
4172
|
/**
|
|
4173
4173
|
* This is the new session ID created after the vehicle is plugged in.
|
|
4174
4174
|
*
|
|
4175
|
-
* @see {@link MatterSpecification.
|
|
4175
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1.1
|
|
4176
4176
|
*/
|
|
4177
4177
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4178
4178
|
}>, any>;
|
|
@@ -4180,26 +4180,26 @@ export declare namespace EnergyEvse {
|
|
|
4180
4180
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
4181
4181
|
* in). When the vehicle is unplugged then the session is ended.
|
|
4182
4182
|
*
|
|
4183
|
-
* @see {@link MatterSpecification.
|
|
4183
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
4184
4184
|
*/
|
|
4185
4185
|
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4186
4186
|
/**
|
|
4187
4187
|
* This field shall indicate the current value of the SessionID attribute.
|
|
4188
4188
|
*
|
|
4189
|
-
* @see {@link MatterSpecification.
|
|
4189
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.1
|
|
4190
4190
|
*/
|
|
4191
4191
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4192
4192
|
/**
|
|
4193
4193
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
4194
4194
|
*
|
|
4195
|
-
* @see {@link MatterSpecification.
|
|
4195
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.2
|
|
4196
4196
|
*/
|
|
4197
4197
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4198
4198
|
/**
|
|
4199
4199
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
4200
4200
|
* plugged in, until it was unplugged.
|
|
4201
4201
|
*
|
|
4202
|
-
* @see {@link MatterSpecification.
|
|
4202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.3
|
|
4203
4203
|
*/
|
|
4204
4204
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4205
4205
|
/**
|
|
@@ -4208,7 +4208,7 @@ export declare namespace EnergyEvse {
|
|
|
4208
4208
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
4209
4209
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
4210
4210
|
*
|
|
4211
|
-
* @see {@link MatterSpecification.
|
|
4211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.4
|
|
4212
4212
|
*/
|
|
4213
4213
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4214
4214
|
/**
|
|
@@ -4218,7 +4218,7 @@ export declare namespace EnergyEvse {
|
|
|
4218
4218
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
4219
4219
|
* energy.
|
|
4220
4220
|
*
|
|
4221
|
-
* @see {@link MatterSpecification.
|
|
4221
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.5
|
|
4222
4222
|
*/
|
|
4223
4223
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4224
4224
|
}>, any>;
|
|
@@ -4227,19 +4227,19 @@ export declare namespace EnergyEvse {
|
|
|
4227
4227
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
4228
4228
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
4229
4229
|
*
|
|
4230
|
-
* @see {@link MatterSpecification.
|
|
4230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
4231
4231
|
*/
|
|
4232
4232
|
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4233
4233
|
/**
|
|
4234
4234
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
4235
4235
|
*
|
|
4236
|
-
* @see {@link MatterSpecification.
|
|
4236
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.1
|
|
4237
4237
|
*/
|
|
4238
4238
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4239
4239
|
/**
|
|
4240
4240
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
4241
4241
|
*
|
|
4242
|
-
* @see {@link MatterSpecification.
|
|
4242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.2
|
|
4243
4243
|
*/
|
|
4244
4244
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4245
4245
|
/**
|
|
@@ -4248,7 +4248,7 @@ export declare namespace EnergyEvse {
|
|
|
4248
4248
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
4249
4249
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
4250
4250
|
*
|
|
4251
|
-
* @see {@link MatterSpecification.
|
|
4251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.3
|
|
4252
4252
|
*/
|
|
4253
4253
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4254
4254
|
/**
|
|
@@ -4258,7 +4258,7 @@ export declare namespace EnergyEvse {
|
|
|
4258
4258
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
4259
4259
|
* discharging.
|
|
4260
4260
|
*
|
|
4261
|
-
* @see {@link MatterSpecification.
|
|
4261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.4
|
|
4262
4262
|
*/
|
|
4263
4263
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4264
4264
|
}>, any>;
|
|
@@ -4267,39 +4267,39 @@ export declare namespace EnergyEvse {
|
|
|
4267
4267
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
4268
4268
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
4269
4269
|
*
|
|
4270
|
-
* @see {@link MatterSpecification.
|
|
4270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
4271
4271
|
*/
|
|
4272
4272
|
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4273
4273
|
/**
|
|
4274
4274
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
4275
4275
|
*
|
|
4276
|
-
* @see {@link MatterSpecification.
|
|
4276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.1
|
|
4277
4277
|
*/
|
|
4278
4278
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4279
4279
|
/**
|
|
4280
4280
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
4281
4281
|
*
|
|
4282
|
-
* @see {@link MatterSpecification.
|
|
4282
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.2
|
|
4283
4283
|
*/
|
|
4284
4284
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4285
4285
|
/**
|
|
4286
4286
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
4287
4287
|
*
|
|
4288
|
-
* @see {@link MatterSpecification.
|
|
4288
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.3
|
|
4289
4289
|
*/
|
|
4290
4290
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
4291
4291
|
/**
|
|
4292
4292
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
4293
4293
|
* EnergyTransferStarted event, in mWh.
|
|
4294
4294
|
*
|
|
4295
|
-
* @see {@link MatterSpecification.
|
|
4295
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.4
|
|
4296
4296
|
*/
|
|
4297
4297
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4298
4298
|
/**
|
|
4299
4299
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
4300
4300
|
* EnergyTransferStarted event, in mWh.
|
|
4301
4301
|
*
|
|
4302
|
-
* @see {@link MatterSpecification.
|
|
4302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.5
|
|
4303
4303
|
*/
|
|
4304
4304
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4305
4305
|
}>, any>;
|
|
@@ -4314,32 +4314,32 @@ export declare namespace EnergyEvse {
|
|
|
4314
4314
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
4315
4315
|
* shall be set back to its previous state.
|
|
4316
4316
|
*
|
|
4317
|
-
* @see {@link MatterSpecification.
|
|
4317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
4318
4318
|
*/
|
|
4319
4319
|
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4320
4320
|
/**
|
|
4321
4321
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
4322
4322
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
4323
4323
|
*
|
|
4324
|
-
* @see {@link MatterSpecification.
|
|
4324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.1
|
|
4325
4325
|
*/
|
|
4326
4326
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4327
4327
|
/**
|
|
4328
4328
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
4329
4329
|
*
|
|
4330
|
-
* @see {@link MatterSpecification.
|
|
4330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.2
|
|
4331
4331
|
*/
|
|
4332
4332
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4333
4333
|
/**
|
|
4334
4334
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
4335
4335
|
*
|
|
4336
|
-
* @see {@link MatterSpecification.
|
|
4336
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.3
|
|
4337
4337
|
*/
|
|
4338
4338
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
4339
4339
|
/**
|
|
4340
4340
|
* This field shall indicate the current value of the FaultState attribute.
|
|
4341
4341
|
*
|
|
4342
|
-
* @see {@link MatterSpecification.
|
|
4342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.4
|
|
4343
4343
|
*/
|
|
4344
4344
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
4345
4345
|
}>, any>;
|