@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -13,7 +13,7 @@ export declare namespace EnergyEvse {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by EnergyEvseCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 9.3.7.6.1
|
|
209
209
|
*/
|
|
210
210
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
211
211
|
/**
|
|
@@ -231,7 +231,7 @@ export declare namespace EnergyEvse {
|
|
|
231
231
|
*
|
|
232
232
|
* and charge until the vehicle stops demanding a charge.
|
|
233
233
|
*
|
|
234
|
-
* @see {@link MatterSpecification.
|
|
234
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
235
235
|
*/
|
|
236
236
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
237
237
|
/**
|
|
@@ -254,7 +254,7 @@ export declare namespace EnergyEvse {
|
|
|
254
254
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
255
255
|
* battery during charging, or for heating or cooling the cabin.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
258
258
|
*/
|
|
259
259
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
260
260
|
}>;
|
|
@@ -272,21 +272,21 @@ export declare namespace EnergyEvse {
|
|
|
272
272
|
*
|
|
273
273
|
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6
|
|
276
276
|
*/
|
|
277
277
|
interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {
|
|
278
278
|
}
|
|
279
279
|
/**
|
|
280
280
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
281
281
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.7
|
|
283
283
|
*/
|
|
284
284
|
const TlvChargingTargetSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
285
285
|
/**
|
|
286
286
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
287
287
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
290
290
|
*/
|
|
291
291
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
292
292
|
/**
|
|
@@ -321,7 +321,7 @@ export declare namespace EnergyEvse {
|
|
|
321
321
|
/**
|
|
322
322
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
325
325
|
*/
|
|
326
326
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
327
327
|
/**
|
|
@@ -347,7 +347,7 @@ export declare namespace EnergyEvse {
|
|
|
347
347
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
348
348
|
* be able to reach the target.
|
|
349
349
|
*
|
|
350
|
-
* @see {@link MatterSpecification.
|
|
350
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
351
351
|
*/
|
|
352
352
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
353
353
|
/**
|
|
@@ -373,7 +373,7 @@ export declare namespace EnergyEvse {
|
|
|
373
373
|
*
|
|
374
374
|
* and charge until the vehicle stops demanding a charge.
|
|
375
375
|
*
|
|
376
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
377
377
|
*/
|
|
378
378
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
379
379
|
/**
|
|
@@ -396,7 +396,7 @@ export declare namespace EnergyEvse {
|
|
|
396
396
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
397
397
|
* battery during charging, or for heating or cooling the cabin.
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
400
400
|
*/
|
|
401
401
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
402
402
|
}>[]>;
|
|
@@ -404,14 +404,14 @@ export declare namespace EnergyEvse {
|
|
|
404
404
|
/**
|
|
405
405
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.7
|
|
408
408
|
*/
|
|
409
409
|
interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* Input to the EnergyEvse setTargets command
|
|
413
413
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
414
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
|
|
415
415
|
*/
|
|
416
416
|
const TlvSetTargetsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
417
417
|
/**
|
|
@@ -419,14 +419,14 @@ export declare namespace EnergyEvse {
|
|
|
419
419
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
420
420
|
* this list field.
|
|
421
421
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5.1
|
|
423
423
|
*/
|
|
424
424
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
425
425
|
/**
|
|
426
426
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
427
427
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
428
428
|
*
|
|
429
|
-
* @see {@link MatterSpecification.
|
|
429
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
430
430
|
*/
|
|
431
431
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
432
432
|
/**
|
|
@@ -461,7 +461,7 @@ export declare namespace EnergyEvse {
|
|
|
461
461
|
/**
|
|
462
462
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
463
463
|
*
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
465
465
|
*/
|
|
466
466
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
467
467
|
/**
|
|
@@ -487,7 +487,7 @@ export declare namespace EnergyEvse {
|
|
|
487
487
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
488
488
|
* be able to reach the target.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
491
491
|
*/
|
|
492
492
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
493
493
|
/**
|
|
@@ -513,7 +513,7 @@ export declare namespace EnergyEvse {
|
|
|
513
513
|
*
|
|
514
514
|
* and charge until the vehicle stops demanding a charge.
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
517
517
|
*/
|
|
518
518
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
519
519
|
/**
|
|
@@ -536,7 +536,7 @@ export declare namespace EnergyEvse {
|
|
|
536
536
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
537
537
|
* battery during charging, or for heating or cooling the cabin.
|
|
538
538
|
*
|
|
539
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
540
540
|
*/
|
|
541
541
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
542
542
|
}>[]>;
|
|
@@ -545,28 +545,28 @@ export declare namespace EnergyEvse {
|
|
|
545
545
|
/**
|
|
546
546
|
* Input to the EnergyEvse setTargets command
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
|
|
549
549
|
*/
|
|
550
550
|
interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {
|
|
551
551
|
}
|
|
552
552
|
/**
|
|
553
553
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
554
554
|
*
|
|
555
|
-
* @see {@link MatterSpecification.
|
|
555
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7
|
|
556
556
|
*/
|
|
557
557
|
const TlvGetTargetsResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
558
558
|
/**
|
|
559
559
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
560
560
|
* days of the week.
|
|
561
561
|
*
|
|
562
|
-
* @see {@link MatterSpecification.
|
|
562
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7.1
|
|
563
563
|
*/
|
|
564
564
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
565
565
|
/**
|
|
566
566
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
567
567
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
570
570
|
*/
|
|
571
571
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
572
572
|
/**
|
|
@@ -601,7 +601,7 @@ export declare namespace EnergyEvse {
|
|
|
601
601
|
/**
|
|
602
602
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
603
603
|
*
|
|
604
|
-
* @see {@link MatterSpecification.
|
|
604
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
605
605
|
*/
|
|
606
606
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
607
607
|
/**
|
|
@@ -627,7 +627,7 @@ export declare namespace EnergyEvse {
|
|
|
627
627
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
628
628
|
* be able to reach the target.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
631
631
|
*/
|
|
632
632
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
633
633
|
/**
|
|
@@ -653,7 +653,7 @@ export declare namespace EnergyEvse {
|
|
|
653
653
|
*
|
|
654
654
|
* and charge until the vehicle stops demanding a charge.
|
|
655
655
|
*
|
|
656
|
-
* @see {@link MatterSpecification.
|
|
656
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
657
657
|
*/
|
|
658
658
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
659
659
|
/**
|
|
@@ -676,7 +676,7 @@ export declare namespace EnergyEvse {
|
|
|
676
676
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
677
677
|
* battery during charging, or for heating or cooling the cabin.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
680
680
|
*/
|
|
681
681
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
682
682
|
}>[]>;
|
|
@@ -685,32 +685,32 @@ export declare namespace EnergyEvse {
|
|
|
685
685
|
/**
|
|
686
686
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7
|
|
689
689
|
*/
|
|
690
690
|
interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {
|
|
691
691
|
}
|
|
692
692
|
/**
|
|
693
693
|
* Body of the EnergyEvse rfid event
|
|
694
694
|
*
|
|
695
|
-
* @see {@link MatterSpecification.
|
|
695
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
|
|
696
696
|
*/
|
|
697
697
|
const TlvRfidEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
698
698
|
/**
|
|
699
699
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
700
700
|
*
|
|
701
|
-
* @see {@link MatterSpecification.
|
|
701
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6.1
|
|
702
702
|
*/
|
|
703
703
|
uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
704
704
|
}>;
|
|
705
705
|
/**
|
|
706
706
|
* Body of the EnergyEvse rfid event
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
|
|
709
709
|
*/
|
|
710
710
|
interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {
|
|
711
711
|
}
|
|
712
712
|
/**
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
713
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.2
|
|
714
714
|
*/
|
|
715
715
|
enum State {
|
|
716
716
|
/**
|
|
@@ -743,7 +743,7 @@ export declare namespace EnergyEvse {
|
|
|
743
743
|
Fault = 6
|
|
744
744
|
}
|
|
745
745
|
/**
|
|
746
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.3
|
|
747
747
|
*/
|
|
748
748
|
enum SupplyState {
|
|
749
749
|
/**
|
|
@@ -773,7 +773,7 @@ export declare namespace EnergyEvse {
|
|
|
773
773
|
Enabled = 5
|
|
774
774
|
}
|
|
775
775
|
/**
|
|
776
|
-
* @see {@link MatterSpecification.
|
|
776
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.4
|
|
777
777
|
*/
|
|
778
778
|
enum FaultState {
|
|
779
779
|
/**
|
|
@@ -848,7 +848,7 @@ export declare namespace EnergyEvse {
|
|
|
848
848
|
/**
|
|
849
849
|
* Input to the EnergyEvse enableCharging command
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
|
|
852
852
|
*/
|
|
853
853
|
const TlvEnableChargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
854
854
|
/**
|
|
@@ -857,7 +857,7 @@ export declare namespace EnergyEvse {
|
|
|
857
857
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
858
858
|
* permanently.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.1
|
|
861
861
|
*/
|
|
862
862
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
863
863
|
/**
|
|
@@ -867,7 +867,7 @@ export declare namespace EnergyEvse {
|
|
|
867
867
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see Section 9.3.8.7,
|
|
868
868
|
* “MinimumChargeCurrent Attribute” for further details).
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.2
|
|
871
871
|
*/
|
|
872
872
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
873
873
|
/**
|
|
@@ -878,60 +878,60 @@ export declare namespace EnergyEvse {
|
|
|
878
878
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
879
879
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
880
880
|
*
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.3
|
|
882
882
|
*/
|
|
883
883
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
884
884
|
}>;
|
|
885
885
|
/**
|
|
886
886
|
* Input to the EnergyEvse enableCharging command
|
|
887
887
|
*
|
|
888
|
-
* @see {@link MatterSpecification.
|
|
888
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
|
|
889
889
|
*/
|
|
890
890
|
interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {
|
|
891
891
|
}
|
|
892
892
|
/**
|
|
893
893
|
* Body of the EnergyEvse evConnected event
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
|
|
896
896
|
*/
|
|
897
897
|
const TlvEvConnectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
898
898
|
/**
|
|
899
899
|
* This is the new session ID created after the vehicle is plugged in.
|
|
900
900
|
*
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
901
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1.1
|
|
902
902
|
*/
|
|
903
903
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
904
904
|
}>;
|
|
905
905
|
/**
|
|
906
906
|
* Body of the EnergyEvse evConnected event
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
|
|
909
909
|
*/
|
|
910
910
|
interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {
|
|
911
911
|
}
|
|
912
912
|
/**
|
|
913
913
|
* Body of the EnergyEvse evNotDetected event
|
|
914
914
|
*
|
|
915
|
-
* @see {@link MatterSpecification.
|
|
915
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
|
|
916
916
|
*/
|
|
917
917
|
const TlvEvNotDetectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
918
918
|
/**
|
|
919
919
|
* This field shall indicate the current value of the SessionID attribute.
|
|
920
920
|
*
|
|
921
|
-
* @see {@link MatterSpecification.
|
|
921
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.1
|
|
922
922
|
*/
|
|
923
923
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
924
924
|
/**
|
|
925
925
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
926
926
|
*
|
|
927
|
-
* @see {@link MatterSpecification.
|
|
927
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.2
|
|
928
928
|
*/
|
|
929
929
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
930
930
|
/**
|
|
931
931
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
932
932
|
* plugged in, until it was unplugged.
|
|
933
933
|
*
|
|
934
|
-
* @see {@link MatterSpecification.
|
|
934
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.3
|
|
935
935
|
*/
|
|
936
936
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
937
937
|
/**
|
|
@@ -940,7 +940,7 @@ export declare namespace EnergyEvse {
|
|
|
940
940
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
941
941
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.4
|
|
944
944
|
*/
|
|
945
945
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
946
946
|
/**
|
|
@@ -950,33 +950,33 @@ export declare namespace EnergyEvse {
|
|
|
950
950
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
951
951
|
* energy.
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.5
|
|
954
954
|
*/
|
|
955
955
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
956
956
|
}>;
|
|
957
957
|
/**
|
|
958
958
|
* Body of the EnergyEvse evNotDetected event
|
|
959
959
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
960
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
|
|
961
961
|
*/
|
|
962
962
|
interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {
|
|
963
963
|
}
|
|
964
964
|
/**
|
|
965
965
|
* Body of the EnergyEvse energyTransferStarted event
|
|
966
966
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
|
|
968
968
|
*/
|
|
969
969
|
const TlvEnergyTransferStartedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
970
970
|
/**
|
|
971
971
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
972
972
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.1
|
|
974
974
|
*/
|
|
975
975
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
976
976
|
/**
|
|
977
977
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
978
978
|
*
|
|
979
|
-
* @see {@link MatterSpecification.
|
|
979
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.2
|
|
980
980
|
*/
|
|
981
981
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
982
982
|
/**
|
|
@@ -985,7 +985,7 @@ export declare namespace EnergyEvse {
|
|
|
985
985
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
986
986
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
987
987
|
*
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
988
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.3
|
|
989
989
|
*/
|
|
990
990
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
991
991
|
/**
|
|
@@ -995,19 +995,19 @@ export declare namespace EnergyEvse {
|
|
|
995
995
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
996
996
|
* discharging.
|
|
997
997
|
*
|
|
998
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.4
|
|
999
999
|
*/
|
|
1000
1000
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1001
1001
|
}>;
|
|
1002
1002
|
/**
|
|
1003
1003
|
* Body of the EnergyEvse energyTransferStarted event
|
|
1004
1004
|
*
|
|
1005
|
-
* @see {@link MatterSpecification.
|
|
1005
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
|
|
1006
1006
|
*/
|
|
1007
1007
|
interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {
|
|
1008
1008
|
}
|
|
1009
1009
|
/**
|
|
1010
|
-
* @see {@link MatterSpecification.
|
|
1010
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.5
|
|
1011
1011
|
*/
|
|
1012
1012
|
enum EnergyTransferStoppedReason {
|
|
1013
1013
|
/**
|
|
@@ -1026,85 +1026,85 @@ export declare namespace EnergyEvse {
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Body of the EnergyEvse energyTransferStopped event
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
|
|
1030
1030
|
*/
|
|
1031
1031
|
const TlvEnergyTransferStoppedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1032
1032
|
/**
|
|
1033
1033
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
1034
1034
|
*
|
|
1035
|
-
* @see {@link MatterSpecification.
|
|
1035
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.1
|
|
1036
1036
|
*/
|
|
1037
1037
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1038
1038
|
/**
|
|
1039
1039
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
1040
1040
|
*
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.2
|
|
1042
1042
|
*/
|
|
1043
1043
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1044
1044
|
/**
|
|
1045
1045
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
1046
1046
|
*
|
|
1047
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.3
|
|
1048
1048
|
*/
|
|
1049
1049
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
1050
1050
|
/**
|
|
1051
1051
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
1052
1052
|
* EnergyTransferStarted event, in mWh.
|
|
1053
1053
|
*
|
|
1054
|
-
* @see {@link MatterSpecification.
|
|
1054
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.4
|
|
1055
1055
|
*/
|
|
1056
1056
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
1059
1059
|
* EnergyTransferStarted event, in mWh.
|
|
1060
1060
|
*
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1061
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.5
|
|
1062
1062
|
*/
|
|
1063
1063
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1064
1064
|
}>;
|
|
1065
1065
|
/**
|
|
1066
1066
|
* Body of the EnergyEvse energyTransferStopped event
|
|
1067
1067
|
*
|
|
1068
|
-
* @see {@link MatterSpecification.
|
|
1068
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
|
|
1069
1069
|
*/
|
|
1070
1070
|
interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {
|
|
1071
1071
|
}
|
|
1072
1072
|
/**
|
|
1073
1073
|
* Body of the EnergyEvse fault event
|
|
1074
1074
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1075
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
|
|
1076
1076
|
*/
|
|
1077
1077
|
const TlvFaultEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1078
1078
|
/**
|
|
1079
1079
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
1080
1080
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
1081
1081
|
*
|
|
1082
|
-
* @see {@link MatterSpecification.
|
|
1082
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.1
|
|
1083
1083
|
*/
|
|
1084
1084
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1085
1085
|
/**
|
|
1086
1086
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
1087
1087
|
*
|
|
1088
|
-
* @see {@link MatterSpecification.
|
|
1088
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.2
|
|
1089
1089
|
*/
|
|
1090
1090
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1091
1091
|
/**
|
|
1092
1092
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
1093
1093
|
*
|
|
1094
|
-
* @see {@link MatterSpecification.
|
|
1094
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.3
|
|
1095
1095
|
*/
|
|
1096
1096
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* This field shall indicate the current value of the FaultState attribute.
|
|
1099
1099
|
*
|
|
1100
|
-
* @see {@link MatterSpecification.
|
|
1100
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.4
|
|
1101
1101
|
*/
|
|
1102
1102
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1103
1103
|
}>;
|
|
1104
1104
|
/**
|
|
1105
1105
|
* Body of the EnergyEvse fault event
|
|
1106
1106
|
*
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
|
|
1108
1108
|
*/
|
|
1109
1109
|
interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {
|
|
1110
1110
|
}
|
|
@@ -1124,7 +1124,7 @@ export declare namespace EnergyEvse {
|
|
|
1124
1124
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1125
1125
|
* being discharged.
|
|
1126
1126
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.5
|
|
1128
1128
|
*/
|
|
1129
1129
|
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
1130
1130
|
/**
|
|
@@ -1139,11 +1139,11 @@ export declare namespace EnergyEvse {
|
|
|
1139
1139
|
*
|
|
1140
1140
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
1141
1141
|
*
|
|
1142
|
-
* @see {@link MatterSpecification.
|
|
1142
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.9
|
|
1143
1143
|
*/
|
|
1144
1144
|
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
1145
1145
|
/**
|
|
1146
|
-
* @see {@link MatterSpecification.
|
|
1146
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1147
1147
|
*/
|
|
1148
1148
|
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
1149
1149
|
};
|
|
@@ -1152,7 +1152,7 @@ export declare namespace EnergyEvse {
|
|
|
1152
1152
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
1153
1153
|
* maximum discharge current.
|
|
1154
1154
|
*
|
|
1155
|
-
* @see {@link MatterSpecification.
|
|
1155
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
|
|
1156
1156
|
*/
|
|
1157
1157
|
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1158
1158
|
/**
|
|
@@ -1161,7 +1161,7 @@ export declare namespace EnergyEvse {
|
|
|
1161
1161
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
1162
1162
|
* discharging permanently.
|
|
1163
1163
|
*
|
|
1164
|
-
* @see {@link MatterSpecification.
|
|
1164
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.1
|
|
1165
1165
|
*/
|
|
1166
1166
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1167
1167
|
/**
|
|
@@ -1169,7 +1169,7 @@ export declare namespace EnergyEvse {
|
|
|
1169
1169
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
1170
1170
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
1171
1171
|
*
|
|
1172
|
-
* @see {@link MatterSpecification.
|
|
1172
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.2
|
|
1173
1173
|
*/
|
|
1174
1174
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1175
1175
|
}>, void, any>;
|
|
@@ -1188,7 +1188,7 @@ export declare namespace EnergyEvse {
|
|
|
1188
1188
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
1189
1189
|
* enabled.
|
|
1190
1190
|
*
|
|
1191
|
-
* @see {@link MatterSpecification.
|
|
1191
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.12
|
|
1192
1192
|
*/
|
|
1193
1193
|
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
1194
1194
|
/**
|
|
@@ -1199,7 +1199,7 @@ export declare namespace EnergyEvse {
|
|
|
1199
1199
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
1200
1200
|
* enabled.
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.13
|
|
1203
1203
|
*/
|
|
1204
1204
|
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
1205
1205
|
/**
|
|
@@ -1210,7 +1210,7 @@ export declare namespace EnergyEvse {
|
|
|
1210
1210
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
1211
1211
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.14
|
|
1214
1214
|
*/
|
|
1215
1215
|
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
1216
1216
|
/**
|
|
@@ -1222,7 +1222,7 @@ export declare namespace EnergyEvse {
|
|
|
1222
1222
|
*
|
|
1223
1223
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
1224
1224
|
*
|
|
1225
|
-
* @see {@link MatterSpecification.
|
|
1225
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.15
|
|
1226
1226
|
*/
|
|
1227
1227
|
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
1228
1228
|
/**
|
|
@@ -1255,7 +1255,7 @@ export declare namespace EnergyEvse {
|
|
|
1255
1255
|
*
|
|
1256
1256
|
* = 29.82 Miles
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.16
|
|
1259
1259
|
*/
|
|
1260
1260
|
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
1261
1261
|
};
|
|
@@ -1263,7 +1263,7 @@ export declare namespace EnergyEvse {
|
|
|
1263
1263
|
/**
|
|
1264
1264
|
* Allows a client to set the user specified charging targets.
|
|
1265
1265
|
*
|
|
1266
|
-
* @see {@link MatterSpecification.
|
|
1266
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
|
|
1267
1267
|
*/
|
|
1268
1268
|
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1269
1269
|
/**
|
|
@@ -1271,14 +1271,14 @@ export declare namespace EnergyEvse {
|
|
|
1271
1271
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
1272
1272
|
* this list field.
|
|
1273
1273
|
*
|
|
1274
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5.1
|
|
1275
1275
|
*/
|
|
1276
1276
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1277
1277
|
/**
|
|
1278
1278
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
1279
1279
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
1280
1280
|
*
|
|
1281
|
-
* @see {@link MatterSpecification.
|
|
1281
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
1282
1282
|
*/
|
|
1283
1283
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1284
1284
|
/**
|
|
@@ -1313,7 +1313,7 @@ export declare namespace EnergyEvse {
|
|
|
1313
1313
|
/**
|
|
1314
1314
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
1315
1315
|
*
|
|
1316
|
-
* @see {@link MatterSpecification.
|
|
1316
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
1317
1317
|
*/
|
|
1318
1318
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1319
1319
|
/**
|
|
@@ -1339,7 +1339,7 @@ export declare namespace EnergyEvse {
|
|
|
1339
1339
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
1340
1340
|
* be able to reach the target.
|
|
1341
1341
|
*
|
|
1342
|
-
* @see {@link MatterSpecification.
|
|
1342
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
1343
1343
|
*/
|
|
1344
1344
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1345
1345
|
/**
|
|
@@ -1365,7 +1365,7 @@ export declare namespace EnergyEvse {
|
|
|
1365
1365
|
*
|
|
1366
1366
|
* and charge until the vehicle stops demanding a charge.
|
|
1367
1367
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1368
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
1369
1369
|
*/
|
|
1370
1370
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1371
1371
|
/**
|
|
@@ -1388,7 +1388,7 @@ export declare namespace EnergyEvse {
|
|
|
1388
1388
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
1389
1389
|
* battery during charging, or for heating or cooling the cabin.
|
|
1390
1390
|
*
|
|
1391
|
-
* @see {@link MatterSpecification.
|
|
1391
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
1392
1392
|
*/
|
|
1393
1393
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1394
1394
|
}>[]>;
|
|
@@ -1397,21 +1397,21 @@ export declare namespace EnergyEvse {
|
|
|
1397
1397
|
/**
|
|
1398
1398
|
* Allows a client to retrieve the current set of charging targets.
|
|
1399
1399
|
*
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.6
|
|
1401
1401
|
*/
|
|
1402
1402
|
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1403
1403
|
/**
|
|
1404
1404
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
1405
1405
|
* days of the week.
|
|
1406
1406
|
*
|
|
1407
|
-
* @see {@link MatterSpecification.
|
|
1407
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7.1
|
|
1408
1408
|
*/
|
|
1409
1409
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1410
1410
|
/**
|
|
1411
1411
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
1412
1412
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
1413
1413
|
*
|
|
1414
|
-
* @see {@link MatterSpecification.
|
|
1414
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
1415
1415
|
*/
|
|
1416
1416
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1417
1417
|
/**
|
|
@@ -1446,7 +1446,7 @@ export declare namespace EnergyEvse {
|
|
|
1446
1446
|
/**
|
|
1447
1447
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
1448
1448
|
*
|
|
1449
|
-
* @see {@link MatterSpecification.
|
|
1449
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
1450
1450
|
*/
|
|
1451
1451
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1452
1452
|
/**
|
|
@@ -1472,7 +1472,7 @@ export declare namespace EnergyEvse {
|
|
|
1472
1472
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
1473
1473
|
* be able to reach the target.
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
1476
1476
|
*/
|
|
1477
1477
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1478
1478
|
/**
|
|
@@ -1498,7 +1498,7 @@ export declare namespace EnergyEvse {
|
|
|
1498
1498
|
*
|
|
1499
1499
|
* and charge until the vehicle stops demanding a charge.
|
|
1500
1500
|
*
|
|
1501
|
-
* @see {@link MatterSpecification.
|
|
1501
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
1502
1502
|
*/
|
|
1503
1503
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1504
1504
|
/**
|
|
@@ -1521,7 +1521,7 @@ export declare namespace EnergyEvse {
|
|
|
1521
1521
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
1522
1522
|
* battery during charging, or for heating or cooling the cabin.
|
|
1523
1523
|
*
|
|
1524
|
-
* @see {@link MatterSpecification.
|
|
1524
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
1525
1525
|
*/
|
|
1526
1526
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1527
1527
|
}>[]>;
|
|
@@ -1530,7 +1530,7 @@ export declare namespace EnergyEvse {
|
|
|
1530
1530
|
/**
|
|
1531
1531
|
* Allows a client to clear all stored charging targets.
|
|
1532
1532
|
*
|
|
1533
|
-
* @see {@link MatterSpecification.
|
|
1533
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.8
|
|
1534
1534
|
*/
|
|
1535
1535
|
readonly clearTargets: Command<void, void, any>;
|
|
1536
1536
|
};
|
|
@@ -1546,13 +1546,13 @@ export declare namespace EnergyEvse {
|
|
|
1546
1546
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
1547
1547
|
* value.
|
|
1548
1548
|
*
|
|
1549
|
-
* @see {@link MatterSpecification.
|
|
1549
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.17
|
|
1550
1550
|
*/
|
|
1551
1551
|
readonly stateOfCharge: Attribute<number | null, any>;
|
|
1552
1552
|
/**
|
|
1553
1553
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
1554
1554
|
*
|
|
1555
|
-
* @see {@link MatterSpecification.
|
|
1555
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.18
|
|
1556
1556
|
*/
|
|
1557
1557
|
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
1558
1558
|
};
|
|
@@ -1569,7 +1569,7 @@ export declare namespace EnergyEvse {
|
|
|
1569
1569
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
1570
1570
|
* this is unknown.
|
|
1571
1571
|
*
|
|
1572
|
-
* @see {@link MatterSpecification.
|
|
1572
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.19
|
|
1573
1573
|
*/
|
|
1574
1574
|
readonly vehicleId: Attribute<string | null, any>;
|
|
1575
1575
|
};
|
|
@@ -1583,13 +1583,13 @@ export declare namespace EnergyEvse {
|
|
|
1583
1583
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
1584
1584
|
* card ID and use this to authenticate and start the charging session.
|
|
1585
1585
|
*
|
|
1586
|
-
* @see {@link MatterSpecification.
|
|
1586
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
|
|
1587
1587
|
*/
|
|
1588
1588
|
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1589
1589
|
/**
|
|
1590
1590
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
1591
1591
|
*
|
|
1592
|
-
* @see {@link MatterSpecification.
|
|
1592
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6.1
|
|
1593
1593
|
*/
|
|
1594
1594
|
uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1595
1595
|
}>, any>;
|
|
@@ -1625,7 +1625,7 @@ export declare namespace EnergyEvse {
|
|
|
1625
1625
|
*
|
|
1626
1626
|
* See the Device Energy Management Cluster for more details.
|
|
1627
1627
|
*
|
|
1628
|
-
* @see {@link MatterSpecification.
|
|
1628
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
|
|
1629
1629
|
*/
|
|
1630
1630
|
readonly chargingPreferences: BitFlag;
|
|
1631
1631
|
/**
|
|
@@ -1639,7 +1639,7 @@ export declare namespace EnergyEvse {
|
|
|
1639
1639
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
1640
1640
|
* this cluster.
|
|
1641
1641
|
*
|
|
1642
|
-
* @see {@link MatterSpecification.
|
|
1642
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
|
|
1643
1643
|
*/
|
|
1644
1644
|
readonly soCReporting: BitFlag;
|
|
1645
1645
|
/**
|
|
@@ -1649,7 +1649,7 @@ export declare namespace EnergyEvse {
|
|
|
1649
1649
|
*
|
|
1650
1650
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
1651
1651
|
*
|
|
1652
|
-
* @see {@link MatterSpecification.
|
|
1652
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
|
|
1653
1653
|
*/
|
|
1654
1654
|
readonly plugAndCharge: BitFlag;
|
|
1655
1655
|
/**
|
|
@@ -1661,7 +1661,7 @@ export declare namespace EnergyEvse {
|
|
|
1661
1661
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
1662
1662
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
1663
1663
|
*
|
|
1664
|
-
* @see {@link MatterSpecification.
|
|
1664
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
|
|
1665
1665
|
*/
|
|
1666
1666
|
readonly rfid: BitFlag;
|
|
1667
1667
|
/**
|
|
@@ -1674,7 +1674,7 @@ export declare namespace EnergyEvse {
|
|
|
1674
1674
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
1675
1675
|
* both fluctuate.
|
|
1676
1676
|
*
|
|
1677
|
-
* @see {@link MatterSpecification.
|
|
1677
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
|
|
1678
1678
|
*/
|
|
1679
1679
|
readonly v2X: BitFlag;
|
|
1680
1680
|
};
|
|
@@ -1695,13 +1695,13 @@ export declare namespace EnergyEvse {
|
|
|
1695
1695
|
*
|
|
1696
1696
|
* A null value shall indicate that the state cannot be determined.
|
|
1697
1697
|
*
|
|
1698
|
-
* @see {@link MatterSpecification.
|
|
1698
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.1
|
|
1699
1699
|
*/
|
|
1700
1700
|
readonly state: Attribute<State | null, any>;
|
|
1701
1701
|
/**
|
|
1702
1702
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
1703
1703
|
*
|
|
1704
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.2
|
|
1705
1705
|
*/
|
|
1706
1706
|
readonly supplyState: Attribute<SupplyState, any>;
|
|
1707
1707
|
/**
|
|
@@ -1711,7 +1711,7 @@ export declare namespace EnergyEvse {
|
|
|
1711
1711
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
1712
1712
|
* FaultState attribute shall be NoError.
|
|
1713
1713
|
*
|
|
1714
|
-
* @see {@link MatterSpecification.
|
|
1714
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.3
|
|
1715
1715
|
*/
|
|
1716
1716
|
readonly faultState: Attribute<FaultState, any>;
|
|
1717
1717
|
/**
|
|
@@ -1725,7 +1725,7 @@ export declare namespace EnergyEvse {
|
|
|
1725
1725
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1726
1726
|
* being charged.
|
|
1727
1727
|
*
|
|
1728
|
-
* @see {@link MatterSpecification.
|
|
1728
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.4
|
|
1729
1729
|
*/
|
|
1730
1730
|
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
1731
1731
|
/**
|
|
@@ -1733,7 +1733,7 @@ export declare namespace EnergyEvse {
|
|
|
1733
1733
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
1734
1734
|
* setting of such values by an installer.
|
|
1735
1735
|
*
|
|
1736
|
-
* @see {@link MatterSpecification.
|
|
1736
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.6
|
|
1737
1737
|
*/
|
|
1738
1738
|
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
1739
1739
|
/**
|
|
@@ -1741,7 +1741,7 @@ export declare namespace EnergyEvse {
|
|
|
1741
1741
|
*
|
|
1742
1742
|
* The attribute can be set using the EnableCharging command.
|
|
1743
1743
|
*
|
|
1744
|
-
* @see {@link MatterSpecification.
|
|
1744
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.7
|
|
1745
1745
|
*/
|
|
1746
1746
|
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
1747
1747
|
/**
|
|
@@ -1764,7 +1764,7 @@ export declare namespace EnergyEvse {
|
|
|
1764
1764
|
*
|
|
1765
1765
|
* • UserMaximumChargeCurrent attribute
|
|
1766
1766
|
*
|
|
1767
|
-
* @see {@link MatterSpecification.
|
|
1767
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.8
|
|
1768
1768
|
*/
|
|
1769
1769
|
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
1770
1770
|
/**
|
|
@@ -1781,7 +1781,7 @@ export declare namespace EnergyEvse {
|
|
|
1781
1781
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
1782
1782
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
1783
1783
|
*
|
|
1784
|
-
* @see {@link MatterSpecification.
|
|
1784
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.10
|
|
1785
1785
|
*/
|
|
1786
1786
|
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
1787
1787
|
/**
|
|
@@ -1795,19 +1795,19 @@ export declare namespace EnergyEvse {
|
|
|
1795
1795
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
1796
1796
|
* initial planned start time.
|
|
1797
1797
|
*
|
|
1798
|
-
* @see {@link MatterSpecification.
|
|
1798
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.11
|
|
1799
1799
|
*/
|
|
1800
1800
|
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
1801
1801
|
/**
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1802
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1803
1803
|
*/
|
|
1804
1804
|
readonly sessionId: Attribute<number | null, any>;
|
|
1805
1805
|
/**
|
|
1806
|
-
* @see {@link MatterSpecification.
|
|
1806
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1807
1807
|
*/
|
|
1808
1808
|
readonly sessionDuration: Attribute<number | null, any>;
|
|
1809
1809
|
/**
|
|
1810
|
-
* @see {@link MatterSpecification.
|
|
1810
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1811
1811
|
*/
|
|
1812
1812
|
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
1813
1813
|
};
|
|
@@ -1815,14 +1815,14 @@ export declare namespace EnergyEvse {
|
|
|
1815
1815
|
/**
|
|
1816
1816
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
1817
1817
|
*
|
|
1818
|
-
* @see {@link MatterSpecification.
|
|
1818
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.1
|
|
1819
1819
|
*/
|
|
1820
1820
|
readonly disable: Command<void, void, any>;
|
|
1821
1821
|
/**
|
|
1822
1822
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
1823
1823
|
* minimum charge current.
|
|
1824
1824
|
*
|
|
1825
|
-
* @see {@link MatterSpecification.
|
|
1825
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
|
|
1826
1826
|
*/
|
|
1827
1827
|
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1828
1828
|
/**
|
|
@@ -1831,7 +1831,7 @@ export declare namespace EnergyEvse {
|
|
|
1831
1831
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
1832
1832
|
* permanently.
|
|
1833
1833
|
*
|
|
1834
|
-
* @see {@link MatterSpecification.
|
|
1834
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.1
|
|
1835
1835
|
*/
|
|
1836
1836
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1837
1837
|
/**
|
|
@@ -1841,7 +1841,7 @@ export declare namespace EnergyEvse {
|
|
|
1841
1841
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see Section 9.3.8.7,
|
|
1842
1842
|
* “MinimumChargeCurrent Attribute” for further details).
|
|
1843
1843
|
*
|
|
1844
|
-
* @see {@link MatterSpecification.
|
|
1844
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.2
|
|
1845
1845
|
*/
|
|
1846
1846
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1847
1847
|
/**
|
|
@@ -1852,14 +1852,14 @@ export declare namespace EnergyEvse {
|
|
|
1852
1852
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
1853
1853
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
1854
1854
|
*
|
|
1855
|
-
* @see {@link MatterSpecification.
|
|
1855
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.3
|
|
1856
1856
|
*/
|
|
1857
1857
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1858
1858
|
}>, void, any>;
|
|
1859
1859
|
/**
|
|
1860
1860
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
1861
1861
|
*
|
|
1862
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.4
|
|
1863
1863
|
*/
|
|
1864
1864
|
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
1865
1865
|
};
|
|
@@ -1867,13 +1867,13 @@ export declare namespace EnergyEvse {
|
|
|
1867
1867
|
/**
|
|
1868
1868
|
* This event shall be generated when the EV is plugged in.
|
|
1869
1869
|
*
|
|
1870
|
-
* @see {@link MatterSpecification.
|
|
1870
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
|
|
1871
1871
|
*/
|
|
1872
1872
|
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1873
1873
|
/**
|
|
1874
1874
|
* This is the new session ID created after the vehicle is plugged in.
|
|
1875
1875
|
*
|
|
1876
|
-
* @see {@link MatterSpecification.
|
|
1876
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1.1
|
|
1877
1877
|
*/
|
|
1878
1878
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1879
1879
|
}>, any>;
|
|
@@ -1881,26 +1881,26 @@ export declare namespace EnergyEvse {
|
|
|
1881
1881
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
1882
1882
|
* in). When the vehicle is unplugged then the session is ended.
|
|
1883
1883
|
*
|
|
1884
|
-
* @see {@link MatterSpecification.
|
|
1884
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
|
|
1885
1885
|
*/
|
|
1886
1886
|
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1887
1887
|
/**
|
|
1888
1888
|
* This field shall indicate the current value of the SessionID attribute.
|
|
1889
1889
|
*
|
|
1890
|
-
* @see {@link MatterSpecification.
|
|
1890
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.1
|
|
1891
1891
|
*/
|
|
1892
1892
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1893
1893
|
/**
|
|
1894
1894
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
1895
1895
|
*
|
|
1896
|
-
* @see {@link MatterSpecification.
|
|
1896
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.2
|
|
1897
1897
|
*/
|
|
1898
1898
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1899
1899
|
/**
|
|
1900
1900
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
1901
1901
|
* plugged in, until it was unplugged.
|
|
1902
1902
|
*
|
|
1903
|
-
* @see {@link MatterSpecification.
|
|
1903
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.3
|
|
1904
1904
|
*/
|
|
1905
1905
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1906
1906
|
/**
|
|
@@ -1909,7 +1909,7 @@ export declare namespace EnergyEvse {
|
|
|
1909
1909
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
1910
1910
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
1911
1911
|
*
|
|
1912
|
-
* @see {@link MatterSpecification.
|
|
1912
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.4
|
|
1913
1913
|
*/
|
|
1914
1914
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1915
1915
|
/**
|
|
@@ -1919,7 +1919,7 @@ export declare namespace EnergyEvse {
|
|
|
1919
1919
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
1920
1920
|
* energy.
|
|
1921
1921
|
*
|
|
1922
|
-
* @see {@link MatterSpecification.
|
|
1922
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.5
|
|
1923
1923
|
*/
|
|
1924
1924
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1925
1925
|
}>, any>;
|
|
@@ -1928,19 +1928,19 @@ export declare namespace EnergyEvse {
|
|
|
1928
1928
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1929
1929
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1930
1930
|
*
|
|
1931
|
-
* @see {@link MatterSpecification.
|
|
1931
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
|
|
1932
1932
|
*/
|
|
1933
1933
|
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1934
1934
|
/**
|
|
1935
1935
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
1936
1936
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1937
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.1
|
|
1938
1938
|
*/
|
|
1939
1939
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1940
1940
|
/**
|
|
1941
1941
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.2
|
|
1944
1944
|
*/
|
|
1945
1945
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1946
1946
|
/**
|
|
@@ -1949,7 +1949,7 @@ export declare namespace EnergyEvse {
|
|
|
1949
1949
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
1950
1950
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
1951
1951
|
*
|
|
1952
|
-
* @see {@link MatterSpecification.
|
|
1952
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.3
|
|
1953
1953
|
*/
|
|
1954
1954
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1955
1955
|
/**
|
|
@@ -1959,7 +1959,7 @@ export declare namespace EnergyEvse {
|
|
|
1959
1959
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
1960
1960
|
* discharging.
|
|
1961
1961
|
*
|
|
1962
|
-
* @see {@link MatterSpecification.
|
|
1962
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.4
|
|
1963
1963
|
*/
|
|
1964
1964
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1965
1965
|
}>, any>;
|
|
@@ -1968,39 +1968,39 @@ export declare namespace EnergyEvse {
|
|
|
1968
1968
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1969
1969
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1970
1970
|
*
|
|
1971
|
-
* @see {@link MatterSpecification.
|
|
1971
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
|
|
1972
1972
|
*/
|
|
1973
1973
|
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1974
1974
|
/**
|
|
1975
1975
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
1976
1976
|
*
|
|
1977
|
-
* @see {@link MatterSpecification.
|
|
1977
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.1
|
|
1978
1978
|
*/
|
|
1979
1979
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1980
1980
|
/**
|
|
1981
1981
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
1982
1982
|
*
|
|
1983
|
-
* @see {@link MatterSpecification.
|
|
1983
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.2
|
|
1984
1984
|
*/
|
|
1985
1985
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
1988
1988
|
*
|
|
1989
|
-
* @see {@link MatterSpecification.
|
|
1989
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.3
|
|
1990
1990
|
*/
|
|
1991
1991
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
1992
1992
|
/**
|
|
1993
1993
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
1994
1994
|
* EnergyTransferStarted event, in mWh.
|
|
1995
1995
|
*
|
|
1996
|
-
* @see {@link MatterSpecification.
|
|
1996
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.4
|
|
1997
1997
|
*/
|
|
1998
1998
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1999
1999
|
/**
|
|
2000
2000
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
2001
2001
|
* EnergyTransferStarted event, in mWh.
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.5
|
|
2004
2004
|
*/
|
|
2005
2005
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2006
2006
|
}>, any>;
|
|
@@ -2015,32 +2015,32 @@ export declare namespace EnergyEvse {
|
|
|
2015
2015
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
2016
2016
|
* shall be set back to its previous state.
|
|
2017
2017
|
*
|
|
2018
|
-
* @see {@link MatterSpecification.
|
|
2018
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
|
|
2019
2019
|
*/
|
|
2020
2020
|
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2021
2021
|
/**
|
|
2022
2022
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
2023
2023
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
2024
2024
|
*
|
|
2025
|
-
* @see {@link MatterSpecification.
|
|
2025
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.1
|
|
2026
2026
|
*/
|
|
2027
2027
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2028
2028
|
/**
|
|
2029
2029
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
2030
2030
|
*
|
|
2031
|
-
* @see {@link MatterSpecification.
|
|
2031
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.2
|
|
2032
2032
|
*/
|
|
2033
2033
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2034
2034
|
/**
|
|
2035
2035
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
2036
2036
|
*
|
|
2037
|
-
* @see {@link MatterSpecification.
|
|
2037
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.3
|
|
2038
2038
|
*/
|
|
2039
2039
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2040
2040
|
/**
|
|
2041
2041
|
* This field shall indicate the current value of the FaultState attribute.
|
|
2042
2042
|
*
|
|
2043
|
-
* @see {@link MatterSpecification.
|
|
2043
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.4
|
|
2044
2044
|
*/
|
|
2045
2045
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2046
2046
|
}>, any>;
|
|
@@ -2066,7 +2066,7 @@ export declare namespace EnergyEvse {
|
|
|
2066
2066
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
2067
2067
|
* being discharged.
|
|
2068
2068
|
*
|
|
2069
|
-
* @see {@link MatterSpecification.
|
|
2069
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.5
|
|
2070
2070
|
*/
|
|
2071
2071
|
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
2072
2072
|
/**
|
|
@@ -2081,11 +2081,11 @@ export declare namespace EnergyEvse {
|
|
|
2081
2081
|
*
|
|
2082
2082
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
2083
2083
|
*
|
|
2084
|
-
* @see {@link MatterSpecification.
|
|
2084
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.9
|
|
2085
2085
|
*/
|
|
2086
2086
|
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
2087
2087
|
/**
|
|
2088
|
-
* @see {@link MatterSpecification.
|
|
2088
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
2089
2089
|
*/
|
|
2090
2090
|
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
2091
2091
|
};
|
|
@@ -2094,7 +2094,7 @@ export declare namespace EnergyEvse {
|
|
|
2094
2094
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
2095
2095
|
* maximum discharge current.
|
|
2096
2096
|
*
|
|
2097
|
-
* @see {@link MatterSpecification.
|
|
2097
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
|
|
2098
2098
|
*/
|
|
2099
2099
|
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2100
2100
|
/**
|
|
@@ -2103,7 +2103,7 @@ export declare namespace EnergyEvse {
|
|
|
2103
2103
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
2104
2104
|
* discharging permanently.
|
|
2105
2105
|
*
|
|
2106
|
-
* @see {@link MatterSpecification.
|
|
2106
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.1
|
|
2107
2107
|
*/
|
|
2108
2108
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2109
2109
|
/**
|
|
@@ -2111,7 +2111,7 @@ export declare namespace EnergyEvse {
|
|
|
2111
2111
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
2112
2112
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
2113
2113
|
*
|
|
2114
|
-
* @see {@link MatterSpecification.
|
|
2114
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.2
|
|
2115
2115
|
*/
|
|
2116
2116
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2117
2117
|
}>, void, any>;
|
|
@@ -2131,7 +2131,7 @@ export declare namespace EnergyEvse {
|
|
|
2131
2131
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
2132
2132
|
* enabled.
|
|
2133
2133
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.12
|
|
2135
2135
|
*/
|
|
2136
2136
|
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
2137
2137
|
/**
|
|
@@ -2142,7 +2142,7 @@ export declare namespace EnergyEvse {
|
|
|
2142
2142
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
2143
2143
|
* enabled.
|
|
2144
2144
|
*
|
|
2145
|
-
* @see {@link MatterSpecification.
|
|
2145
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.13
|
|
2146
2146
|
*/
|
|
2147
2147
|
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
2148
2148
|
/**
|
|
@@ -2153,7 +2153,7 @@ export declare namespace EnergyEvse {
|
|
|
2153
2153
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
2154
2154
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
2155
2155
|
*
|
|
2156
|
-
* @see {@link MatterSpecification.
|
|
2156
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.14
|
|
2157
2157
|
*/
|
|
2158
2158
|
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
2159
2159
|
/**
|
|
@@ -2165,7 +2165,7 @@ export declare namespace EnergyEvse {
|
|
|
2165
2165
|
*
|
|
2166
2166
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
2167
2167
|
*
|
|
2168
|
-
* @see {@link MatterSpecification.
|
|
2168
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.15
|
|
2169
2169
|
*/
|
|
2170
2170
|
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
2171
2171
|
/**
|
|
@@ -2198,7 +2198,7 @@ export declare namespace EnergyEvse {
|
|
|
2198
2198
|
*
|
|
2199
2199
|
* = 29.82 Miles
|
|
2200
2200
|
*
|
|
2201
|
-
* @see {@link MatterSpecification.
|
|
2201
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.16
|
|
2202
2202
|
*/
|
|
2203
2203
|
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
2204
2204
|
};
|
|
@@ -2206,7 +2206,7 @@ export declare namespace EnergyEvse {
|
|
|
2206
2206
|
/**
|
|
2207
2207
|
* Allows a client to set the user specified charging targets.
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
|
|
2210
2210
|
*/
|
|
2211
2211
|
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2212
2212
|
/**
|
|
@@ -2214,14 +2214,14 @@ export declare namespace EnergyEvse {
|
|
|
2214
2214
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
2215
2215
|
* this list field.
|
|
2216
2216
|
*
|
|
2217
|
-
* @see {@link MatterSpecification.
|
|
2217
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5.1
|
|
2218
2218
|
*/
|
|
2219
2219
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2220
2220
|
/**
|
|
2221
2221
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
2222
2222
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
2223
2223
|
*
|
|
2224
|
-
* @see {@link MatterSpecification.
|
|
2224
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
2225
2225
|
*/
|
|
2226
2226
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2227
2227
|
/**
|
|
@@ -2256,7 +2256,7 @@ export declare namespace EnergyEvse {
|
|
|
2256
2256
|
/**
|
|
2257
2257
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
2258
2258
|
*
|
|
2259
|
-
* @see {@link MatterSpecification.
|
|
2259
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
2260
2260
|
*/
|
|
2261
2261
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2262
2262
|
/**
|
|
@@ -2282,7 +2282,7 @@ export declare namespace EnergyEvse {
|
|
|
2282
2282
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
2283
2283
|
* be able to reach the target.
|
|
2284
2284
|
*
|
|
2285
|
-
* @see {@link MatterSpecification.
|
|
2285
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
2286
2286
|
*/
|
|
2287
2287
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2288
2288
|
/**
|
|
@@ -2308,7 +2308,7 @@ export declare namespace EnergyEvse {
|
|
|
2308
2308
|
*
|
|
2309
2309
|
* and charge until the vehicle stops demanding a charge.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
2312
2312
|
*/
|
|
2313
2313
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2314
2314
|
/**
|
|
@@ -2331,7 +2331,7 @@ export declare namespace EnergyEvse {
|
|
|
2331
2331
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
2332
2332
|
* battery during charging, or for heating or cooling the cabin.
|
|
2333
2333
|
*
|
|
2334
|
-
* @see {@link MatterSpecification.
|
|
2334
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
2335
2335
|
*/
|
|
2336
2336
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2337
2337
|
}>[]>;
|
|
@@ -2340,21 +2340,21 @@ export declare namespace EnergyEvse {
|
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Allows a client to retrieve the current set of charging targets.
|
|
2342
2342
|
*
|
|
2343
|
-
* @see {@link MatterSpecification.
|
|
2343
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.6
|
|
2344
2344
|
*/
|
|
2345
2345
|
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2346
2346
|
/**
|
|
2347
2347
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
2348
2348
|
* days of the week.
|
|
2349
2349
|
*
|
|
2350
|
-
* @see {@link MatterSpecification.
|
|
2350
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7.1
|
|
2351
2351
|
*/
|
|
2352
2352
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2353
2353
|
/**
|
|
2354
2354
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
2355
2355
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
2356
2356
|
*
|
|
2357
|
-
* @see {@link MatterSpecification.
|
|
2357
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
2358
2358
|
*/
|
|
2359
2359
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2360
2360
|
/**
|
|
@@ -2389,7 +2389,7 @@ export declare namespace EnergyEvse {
|
|
|
2389
2389
|
/**
|
|
2390
2390
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
2391
2391
|
*
|
|
2392
|
-
* @see {@link MatterSpecification.
|
|
2392
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
2393
2393
|
*/
|
|
2394
2394
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2395
2395
|
/**
|
|
@@ -2415,7 +2415,7 @@ export declare namespace EnergyEvse {
|
|
|
2415
2415
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
2416
2416
|
* be able to reach the target.
|
|
2417
2417
|
*
|
|
2418
|
-
* @see {@link MatterSpecification.
|
|
2418
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
2419
2419
|
*/
|
|
2420
2420
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2421
2421
|
/**
|
|
@@ -2441,7 +2441,7 @@ export declare namespace EnergyEvse {
|
|
|
2441
2441
|
*
|
|
2442
2442
|
* and charge until the vehicle stops demanding a charge.
|
|
2443
2443
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2444
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
2445
2445
|
*/
|
|
2446
2446
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2447
2447
|
/**
|
|
@@ -2464,7 +2464,7 @@ export declare namespace EnergyEvse {
|
|
|
2464
2464
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
2465
2465
|
* battery during charging, or for heating or cooling the cabin.
|
|
2466
2466
|
*
|
|
2467
|
-
* @see {@link MatterSpecification.
|
|
2467
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
2468
2468
|
*/
|
|
2469
2469
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2470
2470
|
}>[]>;
|
|
@@ -2473,7 +2473,7 @@ export declare namespace EnergyEvse {
|
|
|
2473
2473
|
/**
|
|
2474
2474
|
* Allows a client to clear all stored charging targets.
|
|
2475
2475
|
*
|
|
2476
|
-
* @see {@link MatterSpecification.
|
|
2476
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.8
|
|
2477
2477
|
*/
|
|
2478
2478
|
readonly clearTargets: Command<void, void, any>;
|
|
2479
2479
|
};
|
|
@@ -2490,13 +2490,13 @@ export declare namespace EnergyEvse {
|
|
|
2490
2490
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
2491
2491
|
* value.
|
|
2492
2492
|
*
|
|
2493
|
-
* @see {@link MatterSpecification.
|
|
2493
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.17
|
|
2494
2494
|
*/
|
|
2495
2495
|
readonly stateOfCharge: Attribute<number | null, any>;
|
|
2496
2496
|
/**
|
|
2497
2497
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
2498
2498
|
*
|
|
2499
|
-
* @see {@link MatterSpecification.
|
|
2499
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.18
|
|
2500
2500
|
*/
|
|
2501
2501
|
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
2502
2502
|
};
|
|
@@ -2514,7 +2514,7 @@ export declare namespace EnergyEvse {
|
|
|
2514
2514
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
2515
2515
|
* this is unknown.
|
|
2516
2516
|
*
|
|
2517
|
-
* @see {@link MatterSpecification.
|
|
2517
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.19
|
|
2518
2518
|
*/
|
|
2519
2519
|
readonly vehicleId: Attribute<string | null, any>;
|
|
2520
2520
|
};
|
|
@@ -2529,13 +2529,13 @@ export declare namespace EnergyEvse {
|
|
|
2529
2529
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
2530
2530
|
* card ID and use this to authenticate and start the charging session.
|
|
2531
2531
|
*
|
|
2532
|
-
* @see {@link MatterSpecification.
|
|
2532
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
|
|
2533
2533
|
*/
|
|
2534
2534
|
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2535
2535
|
/**
|
|
2536
2536
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
2537
2537
|
*
|
|
2538
|
-
* @see {@link MatterSpecification.
|
|
2538
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6.1
|
|
2539
2539
|
*/
|
|
2540
2540
|
uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2541
2541
|
}>, any>;
|
|
@@ -2578,7 +2578,7 @@ export declare namespace EnergyEvse {
|
|
|
2578
2578
|
*
|
|
2579
2579
|
* See the Device Energy Management Cluster for more details.
|
|
2580
2580
|
*
|
|
2581
|
-
* @see {@link MatterSpecification.
|
|
2581
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
|
|
2582
2582
|
*/
|
|
2583
2583
|
readonly chargingPreferences: BitFlag;
|
|
2584
2584
|
/**
|
|
@@ -2592,7 +2592,7 @@ export declare namespace EnergyEvse {
|
|
|
2592
2592
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
2593
2593
|
* this cluster.
|
|
2594
2594
|
*
|
|
2595
|
-
* @see {@link MatterSpecification.
|
|
2595
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
|
|
2596
2596
|
*/
|
|
2597
2597
|
readonly soCReporting: BitFlag;
|
|
2598
2598
|
/**
|
|
@@ -2602,7 +2602,7 @@ export declare namespace EnergyEvse {
|
|
|
2602
2602
|
*
|
|
2603
2603
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
2604
2604
|
*
|
|
2605
|
-
* @see {@link MatterSpecification.
|
|
2605
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
|
|
2606
2606
|
*/
|
|
2607
2607
|
readonly plugAndCharge: BitFlag;
|
|
2608
2608
|
/**
|
|
@@ -2614,7 +2614,7 @@ export declare namespace EnergyEvse {
|
|
|
2614
2614
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
2615
2615
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
2616
2616
|
*
|
|
2617
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
|
|
2618
2618
|
*/
|
|
2619
2619
|
readonly rfid: BitFlag;
|
|
2620
2620
|
/**
|
|
@@ -2627,7 +2627,7 @@ export declare namespace EnergyEvse {
|
|
|
2627
2627
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
2628
2628
|
* both fluctuate.
|
|
2629
2629
|
*
|
|
2630
|
-
* @see {@link MatterSpecification.
|
|
2630
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
|
|
2631
2631
|
*/
|
|
2632
2632
|
readonly v2X: BitFlag;
|
|
2633
2633
|
};
|
|
@@ -2648,13 +2648,13 @@ export declare namespace EnergyEvse {
|
|
|
2648
2648
|
*
|
|
2649
2649
|
* A null value shall indicate that the state cannot be determined.
|
|
2650
2650
|
*
|
|
2651
|
-
* @see {@link MatterSpecification.
|
|
2651
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.1
|
|
2652
2652
|
*/
|
|
2653
2653
|
readonly state: Attribute<State | null, any>;
|
|
2654
2654
|
/**
|
|
2655
2655
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
2656
2656
|
*
|
|
2657
|
-
* @see {@link MatterSpecification.
|
|
2657
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.2
|
|
2658
2658
|
*/
|
|
2659
2659
|
readonly supplyState: Attribute<SupplyState, any>;
|
|
2660
2660
|
/**
|
|
@@ -2664,7 +2664,7 @@ export declare namespace EnergyEvse {
|
|
|
2664
2664
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
2665
2665
|
* FaultState attribute shall be NoError.
|
|
2666
2666
|
*
|
|
2667
|
-
* @see {@link MatterSpecification.
|
|
2667
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.3
|
|
2668
2668
|
*/
|
|
2669
2669
|
readonly faultState: Attribute<FaultState, any>;
|
|
2670
2670
|
/**
|
|
@@ -2678,7 +2678,7 @@ export declare namespace EnergyEvse {
|
|
|
2678
2678
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
2679
2679
|
* being charged.
|
|
2680
2680
|
*
|
|
2681
|
-
* @see {@link MatterSpecification.
|
|
2681
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.4
|
|
2682
2682
|
*/
|
|
2683
2683
|
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
2684
2684
|
/**
|
|
@@ -2686,7 +2686,7 @@ export declare namespace EnergyEvse {
|
|
|
2686
2686
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
2687
2687
|
* setting of such values by an installer.
|
|
2688
2688
|
*
|
|
2689
|
-
* @see {@link MatterSpecification.
|
|
2689
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.6
|
|
2690
2690
|
*/
|
|
2691
2691
|
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
2692
2692
|
/**
|
|
@@ -2694,7 +2694,7 @@ export declare namespace EnergyEvse {
|
|
|
2694
2694
|
*
|
|
2695
2695
|
* The attribute can be set using the EnableCharging command.
|
|
2696
2696
|
*
|
|
2697
|
-
* @see {@link MatterSpecification.
|
|
2697
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.7
|
|
2698
2698
|
*/
|
|
2699
2699
|
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
2700
2700
|
/**
|
|
@@ -2717,7 +2717,7 @@ export declare namespace EnergyEvse {
|
|
|
2717
2717
|
*
|
|
2718
2718
|
* • UserMaximumChargeCurrent attribute
|
|
2719
2719
|
*
|
|
2720
|
-
* @see {@link MatterSpecification.
|
|
2720
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.8
|
|
2721
2721
|
*/
|
|
2722
2722
|
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
2723
2723
|
/**
|
|
@@ -2734,7 +2734,7 @@ export declare namespace EnergyEvse {
|
|
|
2734
2734
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
2735
2735
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
2736
2736
|
*
|
|
2737
|
-
* @see {@link MatterSpecification.
|
|
2737
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.10
|
|
2738
2738
|
*/
|
|
2739
2739
|
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
2740
2740
|
/**
|
|
@@ -2748,19 +2748,19 @@ export declare namespace EnergyEvse {
|
|
|
2748
2748
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
2749
2749
|
* initial planned start time.
|
|
2750
2750
|
*
|
|
2751
|
-
* @see {@link MatterSpecification.
|
|
2751
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.11
|
|
2752
2752
|
*/
|
|
2753
2753
|
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
2754
2754
|
/**
|
|
2755
|
-
* @see {@link MatterSpecification.
|
|
2755
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
2756
2756
|
*/
|
|
2757
2757
|
readonly sessionId: Attribute<number | null, any>;
|
|
2758
2758
|
/**
|
|
2759
|
-
* @see {@link MatterSpecification.
|
|
2759
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
2760
2760
|
*/
|
|
2761
2761
|
readonly sessionDuration: Attribute<number | null, any>;
|
|
2762
2762
|
/**
|
|
2763
|
-
* @see {@link MatterSpecification.
|
|
2763
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
2764
2764
|
*/
|
|
2765
2765
|
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
2766
2766
|
};
|
|
@@ -2768,14 +2768,14 @@ export declare namespace EnergyEvse {
|
|
|
2768
2768
|
/**
|
|
2769
2769
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
2770
2770
|
*
|
|
2771
|
-
* @see {@link MatterSpecification.
|
|
2771
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.1
|
|
2772
2772
|
*/
|
|
2773
2773
|
readonly disable: Command<void, void, any>;
|
|
2774
2774
|
/**
|
|
2775
2775
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
2776
2776
|
* minimum charge current.
|
|
2777
2777
|
*
|
|
2778
|
-
* @see {@link MatterSpecification.
|
|
2778
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
|
|
2779
2779
|
*/
|
|
2780
2780
|
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2781
2781
|
/**
|
|
@@ -2784,7 +2784,7 @@ export declare namespace EnergyEvse {
|
|
|
2784
2784
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
2785
2785
|
* permanently.
|
|
2786
2786
|
*
|
|
2787
|
-
* @see {@link MatterSpecification.
|
|
2787
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.1
|
|
2788
2788
|
*/
|
|
2789
2789
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2790
2790
|
/**
|
|
@@ -2794,7 +2794,7 @@ export declare namespace EnergyEvse {
|
|
|
2794
2794
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see Section 9.3.8.7,
|
|
2795
2795
|
* “MinimumChargeCurrent Attribute” for further details).
|
|
2796
2796
|
*
|
|
2797
|
-
* @see {@link MatterSpecification.
|
|
2797
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.2
|
|
2798
2798
|
*/
|
|
2799
2799
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2800
2800
|
/**
|
|
@@ -2805,14 +2805,14 @@ export declare namespace EnergyEvse {
|
|
|
2805
2805
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
2806
2806
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
2807
2807
|
*
|
|
2808
|
-
* @see {@link MatterSpecification.
|
|
2808
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.3
|
|
2809
2809
|
*/
|
|
2810
2810
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2811
2811
|
}>, void, any>;
|
|
2812
2812
|
/**
|
|
2813
2813
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
2814
2814
|
*
|
|
2815
|
-
* @see {@link MatterSpecification.
|
|
2815
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.4
|
|
2816
2816
|
*/
|
|
2817
2817
|
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
2818
2818
|
};
|
|
@@ -2820,13 +2820,13 @@ export declare namespace EnergyEvse {
|
|
|
2820
2820
|
/**
|
|
2821
2821
|
* This event shall be generated when the EV is plugged in.
|
|
2822
2822
|
*
|
|
2823
|
-
* @see {@link MatterSpecification.
|
|
2823
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
|
|
2824
2824
|
*/
|
|
2825
2825
|
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2826
2826
|
/**
|
|
2827
2827
|
* This is the new session ID created after the vehicle is plugged in.
|
|
2828
2828
|
*
|
|
2829
|
-
* @see {@link MatterSpecification.
|
|
2829
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1.1
|
|
2830
2830
|
*/
|
|
2831
2831
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2832
2832
|
}>, any>;
|
|
@@ -2834,26 +2834,26 @@ export declare namespace EnergyEvse {
|
|
|
2834
2834
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
2835
2835
|
* in). When the vehicle is unplugged then the session is ended.
|
|
2836
2836
|
*
|
|
2837
|
-
* @see {@link MatterSpecification.
|
|
2837
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
|
|
2838
2838
|
*/
|
|
2839
2839
|
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2840
2840
|
/**
|
|
2841
2841
|
* This field shall indicate the current value of the SessionID attribute.
|
|
2842
2842
|
*
|
|
2843
|
-
* @see {@link MatterSpecification.
|
|
2843
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.1
|
|
2844
2844
|
*/
|
|
2845
2845
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2846
2846
|
/**
|
|
2847
2847
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
2848
2848
|
*
|
|
2849
|
-
* @see {@link MatterSpecification.
|
|
2849
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.2
|
|
2850
2850
|
*/
|
|
2851
2851
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2852
2852
|
/**
|
|
2853
2853
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
2854
2854
|
* plugged in, until it was unplugged.
|
|
2855
2855
|
*
|
|
2856
|
-
* @see {@link MatterSpecification.
|
|
2856
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.3
|
|
2857
2857
|
*/
|
|
2858
2858
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2859
2859
|
/**
|
|
@@ -2862,7 +2862,7 @@ export declare namespace EnergyEvse {
|
|
|
2862
2862
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
2863
2863
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
2864
2864
|
*
|
|
2865
|
-
* @see {@link MatterSpecification.
|
|
2865
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.4
|
|
2866
2866
|
*/
|
|
2867
2867
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2868
2868
|
/**
|
|
@@ -2872,7 +2872,7 @@ export declare namespace EnergyEvse {
|
|
|
2872
2872
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
2873
2873
|
* energy.
|
|
2874
2874
|
*
|
|
2875
|
-
* @see {@link MatterSpecification.
|
|
2875
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.5
|
|
2876
2876
|
*/
|
|
2877
2877
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2878
2878
|
}>, any>;
|
|
@@ -2881,19 +2881,19 @@ export declare namespace EnergyEvse {
|
|
|
2881
2881
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
2882
2882
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
2883
2883
|
*
|
|
2884
|
-
* @see {@link MatterSpecification.
|
|
2884
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
|
|
2885
2885
|
*/
|
|
2886
2886
|
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2887
2887
|
/**
|
|
2888
2888
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
2889
2889
|
*
|
|
2890
|
-
* @see {@link MatterSpecification.
|
|
2890
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.1
|
|
2891
2891
|
*/
|
|
2892
2892
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2893
2893
|
/**
|
|
2894
2894
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
2895
2895
|
*
|
|
2896
|
-
* @see {@link MatterSpecification.
|
|
2896
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.2
|
|
2897
2897
|
*/
|
|
2898
2898
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2899
2899
|
/**
|
|
@@ -2902,7 +2902,7 @@ export declare namespace EnergyEvse {
|
|
|
2902
2902
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
2903
2903
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
2904
2904
|
*
|
|
2905
|
-
* @see {@link MatterSpecification.
|
|
2905
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.3
|
|
2906
2906
|
*/
|
|
2907
2907
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2908
2908
|
/**
|
|
@@ -2912,7 +2912,7 @@ export declare namespace EnergyEvse {
|
|
|
2912
2912
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
2913
2913
|
* discharging.
|
|
2914
2914
|
*
|
|
2915
|
-
* @see {@link MatterSpecification.
|
|
2915
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.4
|
|
2916
2916
|
*/
|
|
2917
2917
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2918
2918
|
}>, any>;
|
|
@@ -2921,39 +2921,39 @@ export declare namespace EnergyEvse {
|
|
|
2921
2921
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
2922
2922
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
2923
2923
|
*
|
|
2924
|
-
* @see {@link MatterSpecification.
|
|
2924
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
|
|
2925
2925
|
*/
|
|
2926
2926
|
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2927
2927
|
/**
|
|
2928
2928
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
2929
2929
|
*
|
|
2930
|
-
* @see {@link MatterSpecification.
|
|
2930
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.1
|
|
2931
2931
|
*/
|
|
2932
2932
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2933
2933
|
/**
|
|
2934
2934
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
2935
2935
|
*
|
|
2936
|
-
* @see {@link MatterSpecification.
|
|
2936
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.2
|
|
2937
2937
|
*/
|
|
2938
2938
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2939
2939
|
/**
|
|
2940
2940
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
2941
2941
|
*
|
|
2942
|
-
* @see {@link MatterSpecification.
|
|
2942
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.3
|
|
2943
2943
|
*/
|
|
2944
2944
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
2945
2945
|
/**
|
|
2946
2946
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
2947
2947
|
* EnergyTransferStarted event, in mWh.
|
|
2948
2948
|
*
|
|
2949
|
-
* @see {@link MatterSpecification.
|
|
2949
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.4
|
|
2950
2950
|
*/
|
|
2951
2951
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2952
2952
|
/**
|
|
2953
2953
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
2954
2954
|
* EnergyTransferStarted event, in mWh.
|
|
2955
2955
|
*
|
|
2956
|
-
* @see {@link MatterSpecification.
|
|
2956
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.5
|
|
2957
2957
|
*/
|
|
2958
2958
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2959
2959
|
}>, any>;
|
|
@@ -2968,32 +2968,32 @@ export declare namespace EnergyEvse {
|
|
|
2968
2968
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
2969
2969
|
* shall be set back to its previous state.
|
|
2970
2970
|
*
|
|
2971
|
-
* @see {@link MatterSpecification.
|
|
2971
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
|
|
2972
2972
|
*/
|
|
2973
2973
|
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2974
2974
|
/**
|
|
2975
2975
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
2976
2976
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
2977
2977
|
*
|
|
2978
|
-
* @see {@link MatterSpecification.
|
|
2978
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.1
|
|
2979
2979
|
*/
|
|
2980
2980
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2981
2981
|
/**
|
|
2982
2982
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
2983
2983
|
*
|
|
2984
|
-
* @see {@link MatterSpecification.
|
|
2984
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.2
|
|
2985
2985
|
*/
|
|
2986
2986
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2987
2987
|
/**
|
|
2988
2988
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
2989
2989
|
*
|
|
2990
|
-
* @see {@link MatterSpecification.
|
|
2990
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.3
|
|
2991
2991
|
*/
|
|
2992
2992
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2993
2993
|
/**
|
|
2994
2994
|
* This field shall indicate the current value of the FaultState attribute.
|
|
2995
2995
|
*
|
|
2996
|
-
* @see {@link MatterSpecification.
|
|
2996
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.4
|
|
2997
2997
|
*/
|
|
2998
2998
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2999
2999
|
}>, any>;
|
|
@@ -3019,7 +3019,7 @@ export declare namespace EnergyEvse {
|
|
|
3019
3019
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
3020
3020
|
* being discharged.
|
|
3021
3021
|
*
|
|
3022
|
-
* @see {@link MatterSpecification.
|
|
3022
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.5
|
|
3023
3023
|
*/
|
|
3024
3024
|
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
3025
3025
|
/**
|
|
@@ -3034,11 +3034,11 @@ export declare namespace EnergyEvse {
|
|
|
3034
3034
|
*
|
|
3035
3035
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
3036
3036
|
*
|
|
3037
|
-
* @see {@link MatterSpecification.
|
|
3037
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.9
|
|
3038
3038
|
*/
|
|
3039
3039
|
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
3040
3040
|
/**
|
|
3041
|
-
* @see {@link MatterSpecification.
|
|
3041
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
3042
3042
|
*/
|
|
3043
3043
|
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
3044
3044
|
};
|
|
@@ -3047,7 +3047,7 @@ export declare namespace EnergyEvse {
|
|
|
3047
3047
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
3048
3048
|
* maximum discharge current.
|
|
3049
3049
|
*
|
|
3050
|
-
* @see {@link MatterSpecification.
|
|
3050
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
|
|
3051
3051
|
*/
|
|
3052
3052
|
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3053
3053
|
/**
|
|
@@ -3056,7 +3056,7 @@ export declare namespace EnergyEvse {
|
|
|
3056
3056
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
3057
3057
|
* discharging permanently.
|
|
3058
3058
|
*
|
|
3059
|
-
* @see {@link MatterSpecification.
|
|
3059
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.1
|
|
3060
3060
|
*/
|
|
3061
3061
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3062
3062
|
/**
|
|
@@ -3064,7 +3064,7 @@ export declare namespace EnergyEvse {
|
|
|
3064
3064
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
3065
3065
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
3066
3066
|
*
|
|
3067
|
-
* @see {@link MatterSpecification.
|
|
3067
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.2
|
|
3068
3068
|
*/
|
|
3069
3069
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3070
3070
|
}>, void, any>;
|
|
@@ -3084,7 +3084,7 @@ export declare namespace EnergyEvse {
|
|
|
3084
3084
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
3085
3085
|
* enabled.
|
|
3086
3086
|
*
|
|
3087
|
-
* @see {@link MatterSpecification.
|
|
3087
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.12
|
|
3088
3088
|
*/
|
|
3089
3089
|
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
3090
3090
|
/**
|
|
@@ -3095,7 +3095,7 @@ export declare namespace EnergyEvse {
|
|
|
3095
3095
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
3096
3096
|
* enabled.
|
|
3097
3097
|
*
|
|
3098
|
-
* @see {@link MatterSpecification.
|
|
3098
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.13
|
|
3099
3099
|
*/
|
|
3100
3100
|
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
3101
3101
|
/**
|
|
@@ -3106,7 +3106,7 @@ export declare namespace EnergyEvse {
|
|
|
3106
3106
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
3107
3107
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
3108
3108
|
*
|
|
3109
|
-
* @see {@link MatterSpecification.
|
|
3109
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.14
|
|
3110
3110
|
*/
|
|
3111
3111
|
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
3112
3112
|
/**
|
|
@@ -3118,7 +3118,7 @@ export declare namespace EnergyEvse {
|
|
|
3118
3118
|
*
|
|
3119
3119
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
3120
3120
|
*
|
|
3121
|
-
* @see {@link MatterSpecification.
|
|
3121
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.15
|
|
3122
3122
|
*/
|
|
3123
3123
|
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
3124
3124
|
/**
|
|
@@ -3151,7 +3151,7 @@ export declare namespace EnergyEvse {
|
|
|
3151
3151
|
*
|
|
3152
3152
|
* = 29.82 Miles
|
|
3153
3153
|
*
|
|
3154
|
-
* @see {@link MatterSpecification.
|
|
3154
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.16
|
|
3155
3155
|
*/
|
|
3156
3156
|
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
3157
3157
|
};
|
|
@@ -3159,7 +3159,7 @@ export declare namespace EnergyEvse {
|
|
|
3159
3159
|
/**
|
|
3160
3160
|
* Allows a client to set the user specified charging targets.
|
|
3161
3161
|
*
|
|
3162
|
-
* @see {@link MatterSpecification.
|
|
3162
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
|
|
3163
3163
|
*/
|
|
3164
3164
|
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3165
3165
|
/**
|
|
@@ -3167,14 +3167,14 @@ export declare namespace EnergyEvse {
|
|
|
3167
3167
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
3168
3168
|
* this list field.
|
|
3169
3169
|
*
|
|
3170
|
-
* @see {@link MatterSpecification.
|
|
3170
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5.1
|
|
3171
3171
|
*/
|
|
3172
3172
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3173
3173
|
/**
|
|
3174
3174
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3175
3175
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3176
3176
|
*
|
|
3177
|
-
* @see {@link MatterSpecification.
|
|
3177
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
3178
3178
|
*/
|
|
3179
3179
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3180
3180
|
/**
|
|
@@ -3209,7 +3209,7 @@ export declare namespace EnergyEvse {
|
|
|
3209
3209
|
/**
|
|
3210
3210
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
3211
3211
|
*
|
|
3212
|
-
* @see {@link MatterSpecification.
|
|
3212
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
3213
3213
|
*/
|
|
3214
3214
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3215
3215
|
/**
|
|
@@ -3235,7 +3235,7 @@ export declare namespace EnergyEvse {
|
|
|
3235
3235
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3236
3236
|
* be able to reach the target.
|
|
3237
3237
|
*
|
|
3238
|
-
* @see {@link MatterSpecification.
|
|
3238
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
3239
3239
|
*/
|
|
3240
3240
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3241
3241
|
/**
|
|
@@ -3261,7 +3261,7 @@ export declare namespace EnergyEvse {
|
|
|
3261
3261
|
*
|
|
3262
3262
|
* and charge until the vehicle stops demanding a charge.
|
|
3263
3263
|
*
|
|
3264
|
-
* @see {@link MatterSpecification.
|
|
3264
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
3265
3265
|
*/
|
|
3266
3266
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3267
3267
|
/**
|
|
@@ -3284,7 +3284,7 @@ export declare namespace EnergyEvse {
|
|
|
3284
3284
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3285
3285
|
* battery during charging, or for heating or cooling the cabin.
|
|
3286
3286
|
*
|
|
3287
|
-
* @see {@link MatterSpecification.
|
|
3287
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
3288
3288
|
*/
|
|
3289
3289
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3290
3290
|
}>[]>;
|
|
@@ -3293,21 +3293,21 @@ export declare namespace EnergyEvse {
|
|
|
3293
3293
|
/**
|
|
3294
3294
|
* Allows a client to retrieve the current set of charging targets.
|
|
3295
3295
|
*
|
|
3296
|
-
* @see {@link MatterSpecification.
|
|
3296
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.6
|
|
3297
3297
|
*/
|
|
3298
3298
|
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3299
3299
|
/**
|
|
3300
3300
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3301
3301
|
* days of the week.
|
|
3302
3302
|
*
|
|
3303
|
-
* @see {@link MatterSpecification.
|
|
3303
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7.1
|
|
3304
3304
|
*/
|
|
3305
3305
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3306
3306
|
/**
|
|
3307
3307
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3308
3308
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3309
3309
|
*
|
|
3310
|
-
* @see {@link MatterSpecification.
|
|
3310
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
3311
3311
|
*/
|
|
3312
3312
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3313
3313
|
/**
|
|
@@ -3342,7 +3342,7 @@ export declare namespace EnergyEvse {
|
|
|
3342
3342
|
/**
|
|
3343
3343
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
3344
3344
|
*
|
|
3345
|
-
* @see {@link MatterSpecification.
|
|
3345
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
3346
3346
|
*/
|
|
3347
3347
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3348
3348
|
/**
|
|
@@ -3368,7 +3368,7 @@ export declare namespace EnergyEvse {
|
|
|
3368
3368
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3369
3369
|
* be able to reach the target.
|
|
3370
3370
|
*
|
|
3371
|
-
* @see {@link MatterSpecification.
|
|
3371
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
3372
3372
|
*/
|
|
3373
3373
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3374
3374
|
/**
|
|
@@ -3394,7 +3394,7 @@ export declare namespace EnergyEvse {
|
|
|
3394
3394
|
*
|
|
3395
3395
|
* and charge until the vehicle stops demanding a charge.
|
|
3396
3396
|
*
|
|
3397
|
-
* @see {@link MatterSpecification.
|
|
3397
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
3398
3398
|
*/
|
|
3399
3399
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3400
3400
|
/**
|
|
@@ -3417,7 +3417,7 @@ export declare namespace EnergyEvse {
|
|
|
3417
3417
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3418
3418
|
* battery during charging, or for heating or cooling the cabin.
|
|
3419
3419
|
*
|
|
3420
|
-
* @see {@link MatterSpecification.
|
|
3420
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
3421
3421
|
*/
|
|
3422
3422
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3423
3423
|
}>[]>;
|
|
@@ -3426,7 +3426,7 @@ export declare namespace EnergyEvse {
|
|
|
3426
3426
|
/**
|
|
3427
3427
|
* Allows a client to clear all stored charging targets.
|
|
3428
3428
|
*
|
|
3429
|
-
* @see {@link MatterSpecification.
|
|
3429
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.8
|
|
3430
3430
|
*/
|
|
3431
3431
|
readonly clearTargets: Command<void, void, any>;
|
|
3432
3432
|
};
|
|
@@ -3443,13 +3443,13 @@ export declare namespace EnergyEvse {
|
|
|
3443
3443
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
3444
3444
|
* value.
|
|
3445
3445
|
*
|
|
3446
|
-
* @see {@link MatterSpecification.
|
|
3446
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.17
|
|
3447
3447
|
*/
|
|
3448
3448
|
readonly stateOfCharge: Attribute<number | null, any>;
|
|
3449
3449
|
/**
|
|
3450
3450
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
3451
3451
|
*
|
|
3452
|
-
* @see {@link MatterSpecification.
|
|
3452
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.18
|
|
3453
3453
|
*/
|
|
3454
3454
|
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
3455
3455
|
};
|
|
@@ -3467,7 +3467,7 @@ export declare namespace EnergyEvse {
|
|
|
3467
3467
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
3468
3468
|
* this is unknown.
|
|
3469
3469
|
*
|
|
3470
|
-
* @see {@link MatterSpecification.
|
|
3470
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.19
|
|
3471
3471
|
*/
|
|
3472
3472
|
readonly vehicleId: Attribute<string | null, any>;
|
|
3473
3473
|
};
|
|
@@ -3482,13 +3482,13 @@ export declare namespace EnergyEvse {
|
|
|
3482
3482
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
3483
3483
|
* card ID and use this to authenticate and start the charging session.
|
|
3484
3484
|
*
|
|
3485
|
-
* @see {@link MatterSpecification.
|
|
3485
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
|
|
3486
3486
|
*/
|
|
3487
3487
|
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3488
3488
|
/**
|
|
3489
3489
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
3490
3490
|
*
|
|
3491
|
-
* @see {@link MatterSpecification.
|
|
3491
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6.1
|
|
3492
3492
|
*/
|
|
3493
3493
|
uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3494
3494
|
}>, any>;
|
|
@@ -3536,7 +3536,7 @@ export declare namespace EnergyEvse {
|
|
|
3536
3536
|
* EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
|
|
3537
3537
|
* method.
|
|
3538
3538
|
*
|
|
3539
|
-
* @see {@link MatterSpecification.
|
|
3539
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3
|
|
3540
3540
|
*/
|
|
3541
3541
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3542
3542
|
}
|
|
@@ -3571,7 +3571,7 @@ export declare namespace EnergyEvse {
|
|
|
3571
3571
|
*
|
|
3572
3572
|
* See the Device Energy Management Cluster for more details.
|
|
3573
3573
|
*
|
|
3574
|
-
* @see {@link MatterSpecification.
|
|
3574
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
|
|
3575
3575
|
*/
|
|
3576
3576
|
readonly chargingPreferences: BitFlag;
|
|
3577
3577
|
/**
|
|
@@ -3585,7 +3585,7 @@ export declare namespace EnergyEvse {
|
|
|
3585
3585
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
3586
3586
|
* this cluster.
|
|
3587
3587
|
*
|
|
3588
|
-
* @see {@link MatterSpecification.
|
|
3588
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
|
|
3589
3589
|
*/
|
|
3590
3590
|
readonly soCReporting: BitFlag;
|
|
3591
3591
|
/**
|
|
@@ -3595,7 +3595,7 @@ export declare namespace EnergyEvse {
|
|
|
3595
3595
|
*
|
|
3596
3596
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
3597
3597
|
*
|
|
3598
|
-
* @see {@link MatterSpecification.
|
|
3598
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
|
|
3599
3599
|
*/
|
|
3600
3600
|
readonly plugAndCharge: BitFlag;
|
|
3601
3601
|
/**
|
|
@@ -3607,7 +3607,7 @@ export declare namespace EnergyEvse {
|
|
|
3607
3607
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
3608
3608
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
3609
3609
|
*
|
|
3610
|
-
* @see {@link MatterSpecification.
|
|
3610
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
|
|
3611
3611
|
*/
|
|
3612
3612
|
readonly rfid: BitFlag;
|
|
3613
3613
|
/**
|
|
@@ -3620,7 +3620,7 @@ export declare namespace EnergyEvse {
|
|
|
3620
3620
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
3621
3621
|
* both fluctuate.
|
|
3622
3622
|
*
|
|
3623
|
-
* @see {@link MatterSpecification.
|
|
3623
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
|
|
3624
3624
|
*/
|
|
3625
3625
|
readonly v2X: BitFlag;
|
|
3626
3626
|
};
|
|
@@ -3749,7 +3749,7 @@ export declare namespace EnergyEvse {
|
|
|
3749
3749
|
*
|
|
3750
3750
|
* See the Device Energy Management Cluster for more details.
|
|
3751
3751
|
*
|
|
3752
|
-
* @see {@link MatterSpecification.
|
|
3752
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
|
|
3753
3753
|
*/
|
|
3754
3754
|
readonly chargingPreferences: BitFlag;
|
|
3755
3755
|
/**
|
|
@@ -3763,7 +3763,7 @@ export declare namespace EnergyEvse {
|
|
|
3763
3763
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
3764
3764
|
* this cluster.
|
|
3765
3765
|
*
|
|
3766
|
-
* @see {@link MatterSpecification.
|
|
3766
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
|
|
3767
3767
|
*/
|
|
3768
3768
|
readonly soCReporting: BitFlag;
|
|
3769
3769
|
/**
|
|
@@ -3773,7 +3773,7 @@ export declare namespace EnergyEvse {
|
|
|
3773
3773
|
*
|
|
3774
3774
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
3775
3775
|
*
|
|
3776
|
-
* @see {@link MatterSpecification.
|
|
3776
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
|
|
3777
3777
|
*/
|
|
3778
3778
|
readonly plugAndCharge: BitFlag;
|
|
3779
3779
|
/**
|
|
@@ -3785,7 +3785,7 @@ export declare namespace EnergyEvse {
|
|
|
3785
3785
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
3786
3786
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
3787
3787
|
*
|
|
3788
|
-
* @see {@link MatterSpecification.
|
|
3788
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
|
|
3789
3789
|
*/
|
|
3790
3790
|
readonly rfid: BitFlag;
|
|
3791
3791
|
/**
|
|
@@ -3798,7 +3798,7 @@ export declare namespace EnergyEvse {
|
|
|
3798
3798
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
3799
3799
|
* both fluctuate.
|
|
3800
3800
|
*
|
|
3801
|
-
* @see {@link MatterSpecification.
|
|
3801
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
|
|
3802
3802
|
*/
|
|
3803
3803
|
readonly v2X: BitFlag;
|
|
3804
3804
|
}>, never>;
|
|
@@ -3814,7 +3814,7 @@ export declare namespace EnergyEvse {
|
|
|
3814
3814
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
3815
3815
|
* discharging permanently.
|
|
3816
3816
|
*
|
|
3817
|
-
* @see {@link MatterSpecification.
|
|
3817
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.1
|
|
3818
3818
|
*/
|
|
3819
3819
|
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3820
3820
|
/**
|
|
@@ -3822,7 +3822,7 @@ export declare namespace EnergyEvse {
|
|
|
3822
3822
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
3823
3823
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
3824
3824
|
*
|
|
3825
|
-
* @see {@link MatterSpecification.
|
|
3825
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.2
|
|
3826
3826
|
*/
|
|
3827
3827
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3828
3828
|
}>, void, any> & {
|
|
@@ -3839,14 +3839,14 @@ export declare namespace EnergyEvse {
|
|
|
3839
3839
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
3840
3840
|
* this list field.
|
|
3841
3841
|
*
|
|
3842
|
-
* @see {@link MatterSpecification.
|
|
3842
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5.1
|
|
3843
3843
|
*/
|
|
3844
3844
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3845
3845
|
/**
|
|
3846
3846
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3847
3847
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3848
3848
|
*
|
|
3849
|
-
* @see {@link MatterSpecification.
|
|
3849
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
3850
3850
|
*/
|
|
3851
3851
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3852
3852
|
/**
|
|
@@ -3881,7 +3881,7 @@ export declare namespace EnergyEvse {
|
|
|
3881
3881
|
/**
|
|
3882
3882
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
3883
3883
|
*
|
|
3884
|
-
* @see {@link MatterSpecification.
|
|
3884
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
3885
3885
|
*/
|
|
3886
3886
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3887
3887
|
/**
|
|
@@ -3907,7 +3907,7 @@ export declare namespace EnergyEvse {
|
|
|
3907
3907
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3908
3908
|
* be able to reach the target.
|
|
3909
3909
|
*
|
|
3910
|
-
* @see {@link MatterSpecification.
|
|
3910
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
3911
3911
|
*/
|
|
3912
3912
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3913
3913
|
/**
|
|
@@ -3933,7 +3933,7 @@ export declare namespace EnergyEvse {
|
|
|
3933
3933
|
*
|
|
3934
3934
|
* and charge until the vehicle stops demanding a charge.
|
|
3935
3935
|
*
|
|
3936
|
-
* @see {@link MatterSpecification.
|
|
3936
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
3937
3937
|
*/
|
|
3938
3938
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3939
3939
|
/**
|
|
@@ -3956,7 +3956,7 @@ export declare namespace EnergyEvse {
|
|
|
3956
3956
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3957
3957
|
* battery during charging, or for heating or cooling the cabin.
|
|
3958
3958
|
*
|
|
3959
|
-
* @see {@link MatterSpecification.
|
|
3959
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
3960
3960
|
*/
|
|
3961
3961
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3962
3962
|
}>[]>;
|
|
@@ -3974,14 +3974,14 @@ export declare namespace EnergyEvse {
|
|
|
3974
3974
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3975
3975
|
* days of the week.
|
|
3976
3976
|
*
|
|
3977
|
-
* @see {@link MatterSpecification.
|
|
3977
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7.1
|
|
3978
3978
|
*/
|
|
3979
3979
|
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3980
3980
|
/**
|
|
3981
3981
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
3982
3982
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
3983
3983
|
*
|
|
3984
|
-
* @see {@link MatterSpecification.
|
|
3984
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
|
|
3985
3985
|
*/
|
|
3986
3986
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3987
3987
|
/**
|
|
@@ -4016,7 +4016,7 @@ export declare namespace EnergyEvse {
|
|
|
4016
4016
|
/**
|
|
4017
4017
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
4018
4018
|
*
|
|
4019
|
-
* @see {@link MatterSpecification.
|
|
4019
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
|
|
4020
4020
|
*/
|
|
4021
4021
|
chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4022
4022
|
/**
|
|
@@ -4042,7 +4042,7 @@ export declare namespace EnergyEvse {
|
|
|
4042
4042
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
4043
4043
|
* be able to reach the target.
|
|
4044
4044
|
*
|
|
4045
|
-
* @see {@link MatterSpecification.
|
|
4045
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
|
|
4046
4046
|
*/
|
|
4047
4047
|
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4048
4048
|
/**
|
|
@@ -4068,7 +4068,7 @@ export declare namespace EnergyEvse {
|
|
|
4068
4068
|
*
|
|
4069
4069
|
* and charge until the vehicle stops demanding a charge.
|
|
4070
4070
|
*
|
|
4071
|
-
* @see {@link MatterSpecification.
|
|
4071
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
|
|
4072
4072
|
*/
|
|
4073
4073
|
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4074
4074
|
/**
|
|
@@ -4091,7 +4091,7 @@ export declare namespace EnergyEvse {
|
|
|
4091
4091
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
4092
4092
|
* battery during charging, or for heating or cooling the cabin.
|
|
4093
4093
|
*
|
|
4094
|
-
* @see {@link MatterSpecification.
|
|
4094
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
|
|
4095
4095
|
*/
|
|
4096
4096
|
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4097
4097
|
}>[]>;
|
|
@@ -4115,14 +4115,14 @@ export declare namespace EnergyEvse {
|
|
|
4115
4115
|
/**
|
|
4116
4116
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
4117
4117
|
*
|
|
4118
|
-
* @see {@link MatterSpecification.
|
|
4118
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.1
|
|
4119
4119
|
*/
|
|
4120
4120
|
readonly disable: Command<void, void, any>;
|
|
4121
4121
|
/**
|
|
4122
4122
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
4123
4123
|
* minimum charge current.
|
|
4124
4124
|
*
|
|
4125
|
-
* @see {@link MatterSpecification.
|
|
4125
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
|
|
4126
4126
|
*/
|
|
4127
4127
|
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4128
4128
|
/**
|
|
@@ -4131,7 +4131,7 @@ export declare namespace EnergyEvse {
|
|
|
4131
4131
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
4132
4132
|
* permanently.
|
|
4133
4133
|
*
|
|
4134
|
-
* @see {@link MatterSpecification.
|
|
4134
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.1
|
|
4135
4135
|
*/
|
|
4136
4136
|
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4137
4137
|
/**
|
|
@@ -4141,7 +4141,7 @@ export declare namespace EnergyEvse {
|
|
|
4141
4141
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see Section 9.3.8.7,
|
|
4142
4142
|
* “MinimumChargeCurrent Attribute” for further details).
|
|
4143
4143
|
*
|
|
4144
|
-
* @see {@link MatterSpecification.
|
|
4144
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.2
|
|
4145
4145
|
*/
|
|
4146
4146
|
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4147
4147
|
/**
|
|
@@ -4152,14 +4152,14 @@ export declare namespace EnergyEvse {
|
|
|
4152
4152
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
4153
4153
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
4154
4154
|
*
|
|
4155
|
-
* @see {@link MatterSpecification.
|
|
4155
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.3
|
|
4156
4156
|
*/
|
|
4157
4157
|
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4158
4158
|
}>, void, any>;
|
|
4159
4159
|
/**
|
|
4160
4160
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
4161
4161
|
*
|
|
4162
|
-
* @see {@link MatterSpecification.
|
|
4162
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.4
|
|
4163
4163
|
*/
|
|
4164
4164
|
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
4165
4165
|
};
|
|
@@ -4168,7 +4168,7 @@ export declare namespace EnergyEvse {
|
|
|
4168
4168
|
/**
|
|
4169
4169
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
4170
4170
|
*
|
|
4171
|
-
* @see {@link MatterSpecification.
|
|
4171
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6.1
|
|
4172
4172
|
*/
|
|
4173
4173
|
uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4174
4174
|
}>, any> & {
|
|
@@ -4182,13 +4182,13 @@ export declare namespace EnergyEvse {
|
|
|
4182
4182
|
/**
|
|
4183
4183
|
* This event shall be generated when the EV is plugged in.
|
|
4184
4184
|
*
|
|
4185
|
-
* @see {@link MatterSpecification.
|
|
4185
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
|
|
4186
4186
|
*/
|
|
4187
4187
|
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4188
4188
|
/**
|
|
4189
4189
|
* This is the new session ID created after the vehicle is plugged in.
|
|
4190
4190
|
*
|
|
4191
|
-
* @see {@link MatterSpecification.
|
|
4191
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1.1
|
|
4192
4192
|
*/
|
|
4193
4193
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4194
4194
|
}>, any>;
|
|
@@ -4196,26 +4196,26 @@ export declare namespace EnergyEvse {
|
|
|
4196
4196
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
4197
4197
|
* in). When the vehicle is unplugged then the session is ended.
|
|
4198
4198
|
*
|
|
4199
|
-
* @see {@link MatterSpecification.
|
|
4199
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
|
|
4200
4200
|
*/
|
|
4201
4201
|
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4202
4202
|
/**
|
|
4203
4203
|
* This field shall indicate the current value of the SessionID attribute.
|
|
4204
4204
|
*
|
|
4205
|
-
* @see {@link MatterSpecification.
|
|
4205
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.1
|
|
4206
4206
|
*/
|
|
4207
4207
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4208
4208
|
/**
|
|
4209
4209
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
4210
4210
|
*
|
|
4211
|
-
* @see {@link MatterSpecification.
|
|
4211
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.2
|
|
4212
4212
|
*/
|
|
4213
4213
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4214
4214
|
/**
|
|
4215
4215
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
4216
4216
|
* plugged in, until it was unplugged.
|
|
4217
4217
|
*
|
|
4218
|
-
* @see {@link MatterSpecification.
|
|
4218
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.3
|
|
4219
4219
|
*/
|
|
4220
4220
|
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4221
4221
|
/**
|
|
@@ -4224,7 +4224,7 @@ export declare namespace EnergyEvse {
|
|
|
4224
4224
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
4225
4225
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
4226
4226
|
*
|
|
4227
|
-
* @see {@link MatterSpecification.
|
|
4227
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.4
|
|
4228
4228
|
*/
|
|
4229
4229
|
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4230
4230
|
/**
|
|
@@ -4234,7 +4234,7 @@ export declare namespace EnergyEvse {
|
|
|
4234
4234
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
4235
4235
|
* energy.
|
|
4236
4236
|
*
|
|
4237
|
-
* @see {@link MatterSpecification.
|
|
4237
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.5
|
|
4238
4238
|
*/
|
|
4239
4239
|
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4240
4240
|
}>, any>;
|
|
@@ -4243,19 +4243,19 @@ export declare namespace EnergyEvse {
|
|
|
4243
4243
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
4244
4244
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
4245
4245
|
*
|
|
4246
|
-
* @see {@link MatterSpecification.
|
|
4246
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
|
|
4247
4247
|
*/
|
|
4248
4248
|
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4249
4249
|
/**
|
|
4250
4250
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
4251
4251
|
*
|
|
4252
|
-
* @see {@link MatterSpecification.
|
|
4252
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.1
|
|
4253
4253
|
*/
|
|
4254
4254
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4255
4255
|
/**
|
|
4256
4256
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
4257
4257
|
*
|
|
4258
|
-
* @see {@link MatterSpecification.
|
|
4258
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.2
|
|
4259
4259
|
*/
|
|
4260
4260
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4261
4261
|
/**
|
|
@@ -4264,7 +4264,7 @@ export declare namespace EnergyEvse {
|
|
|
4264
4264
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
4265
4265
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
4266
4266
|
*
|
|
4267
|
-
* @see {@link MatterSpecification.
|
|
4267
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.3
|
|
4268
4268
|
*/
|
|
4269
4269
|
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4270
4270
|
/**
|
|
@@ -4274,7 +4274,7 @@ export declare namespace EnergyEvse {
|
|
|
4274
4274
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
4275
4275
|
* discharging.
|
|
4276
4276
|
*
|
|
4277
|
-
* @see {@link MatterSpecification.
|
|
4277
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.4
|
|
4278
4278
|
*/
|
|
4279
4279
|
maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4280
4280
|
}>, any>;
|
|
@@ -4283,39 +4283,39 @@ export declare namespace EnergyEvse {
|
|
|
4283
4283
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
4284
4284
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
4285
4285
|
*
|
|
4286
|
-
* @see {@link MatterSpecification.
|
|
4286
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
|
|
4287
4287
|
*/
|
|
4288
4288
|
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4289
4289
|
/**
|
|
4290
4290
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
4291
4291
|
*
|
|
4292
|
-
* @see {@link MatterSpecification.
|
|
4292
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.1
|
|
4293
4293
|
*/
|
|
4294
4294
|
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4295
4295
|
/**
|
|
4296
4296
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
4297
4297
|
*
|
|
4298
|
-
* @see {@link MatterSpecification.
|
|
4298
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.2
|
|
4299
4299
|
*/
|
|
4300
4300
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4301
4301
|
/**
|
|
4302
4302
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
4303
4303
|
*
|
|
4304
|
-
* @see {@link MatterSpecification.
|
|
4304
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.3
|
|
4305
4305
|
*/
|
|
4306
4306
|
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
4307
4307
|
/**
|
|
4308
4308
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
4309
4309
|
* EnergyTransferStarted event, in mWh.
|
|
4310
4310
|
*
|
|
4311
|
-
* @see {@link MatterSpecification.
|
|
4311
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.4
|
|
4312
4312
|
*/
|
|
4313
4313
|
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4314
4314
|
/**
|
|
4315
4315
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
4316
4316
|
* EnergyTransferStarted event, in mWh.
|
|
4317
4317
|
*
|
|
4318
|
-
* @see {@link MatterSpecification.
|
|
4318
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.5
|
|
4319
4319
|
*/
|
|
4320
4320
|
energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4321
4321
|
}>, any>;
|
|
@@ -4330,32 +4330,32 @@ export declare namespace EnergyEvse {
|
|
|
4330
4330
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
4331
4331
|
* shall be set back to its previous state.
|
|
4332
4332
|
*
|
|
4333
|
-
* @see {@link MatterSpecification.
|
|
4333
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
|
|
4334
4334
|
*/
|
|
4335
4335
|
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4336
4336
|
/**
|
|
4337
4337
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
4338
4338
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
4339
4339
|
*
|
|
4340
|
-
* @see {@link MatterSpecification.
|
|
4340
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.1
|
|
4341
4341
|
*/
|
|
4342
4342
|
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4343
4343
|
/**
|
|
4344
4344
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
4345
4345
|
*
|
|
4346
|
-
* @see {@link MatterSpecification.
|
|
4346
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.2
|
|
4347
4347
|
*/
|
|
4348
4348
|
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4349
4349
|
/**
|
|
4350
4350
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
4351
4351
|
*
|
|
4352
|
-
* @see {@link MatterSpecification.
|
|
4352
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.3
|
|
4353
4353
|
*/
|
|
4354
4354
|
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
4355
4355
|
/**
|
|
4356
4356
|
* This field shall indicate the current value of the FaultState attribute.
|
|
4357
4357
|
*
|
|
4358
|
-
* @see {@link MatterSpecification.
|
|
4358
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.4
|
|
4359
4359
|
*/
|
|
4360
4360
|
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
4361
4361
|
}>, any>;
|