@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -42,7 +42,7 @@ export namespace EnergyEvse {
|
|
|
42
42
|
/**
|
|
43
43
|
* These are optional features supported by EnergyEvseCluster.
|
|
44
44
|
*
|
|
45
|
-
* @see {@link MatterSpecification.
|
|
45
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4
|
|
46
46
|
*/
|
|
47
47
|
export enum Feature {
|
|
48
48
|
/**
|
|
@@ -69,7 +69,7 @@ export namespace EnergyEvse {
|
|
|
69
69
|
*
|
|
70
70
|
* See the Device Energy Management Cluster for more details.
|
|
71
71
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
73
73
|
*/
|
|
74
74
|
ChargingPreferences = "ChargingPreferences",
|
|
75
75
|
|
|
@@ -86,7 +86,7 @@ export namespace EnergyEvse {
|
|
|
86
86
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
87
87
|
* this cluster.
|
|
88
88
|
*
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
90
90
|
*/
|
|
91
91
|
SoCReporting = "SoCReporting",
|
|
92
92
|
|
|
@@ -99,7 +99,7 @@ export namespace EnergyEvse {
|
|
|
99
99
|
*
|
|
100
100
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
103
103
|
*/
|
|
104
104
|
PlugAndCharge = "PlugAndCharge",
|
|
105
105
|
|
|
@@ -114,7 +114,7 @@ export namespace EnergyEvse {
|
|
|
114
114
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge or
|
|
115
115
|
* discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
116
116
|
*
|
|
117
|
-
* @see {@link MatterSpecification.
|
|
117
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
118
118
|
*/
|
|
119
119
|
Rfid = "Rfid",
|
|
120
120
|
|
|
@@ -130,7 +130,7 @@ export namespace EnergyEvse {
|
|
|
130
130
|
* minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home both
|
|
131
131
|
* fluctuate.
|
|
132
132
|
*
|
|
133
|
-
* @see {@link MatterSpecification.
|
|
133
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
134
134
|
*/
|
|
135
135
|
V2X = "V2X"
|
|
136
136
|
}
|
|
@@ -138,7 +138,7 @@ export namespace EnergyEvse {
|
|
|
138
138
|
/**
|
|
139
139
|
* Input to the EnergyEvse enableDischarging command
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
142
142
|
*/
|
|
143
143
|
export const TlvEnableDischargingRequest = TlvObject({
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export namespace EnergyEvse {
|
|
|
147
147
|
* A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
|
|
148
148
|
* discharging permanently.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
|
|
151
151
|
*/
|
|
152
152
|
dischargingEnabledUntil: TlvField(0, TlvNullable(TlvEpochS)),
|
|
153
153
|
|
|
@@ -156,7 +156,7 @@ export namespace EnergyEvse {
|
|
|
156
156
|
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
157
157
|
* stored and persisted across reboots by the EVSE to the value of this field.
|
|
158
158
|
*
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
|
|
160
160
|
*/
|
|
161
161
|
maximumDischargeCurrent: TlvField(1, TlvInt64.bound({ min: 0 }))
|
|
162
162
|
});
|
|
@@ -164,12 +164,12 @@ export namespace EnergyEvse {
|
|
|
164
164
|
/**
|
|
165
165
|
* Input to the EnergyEvse enableDischarging command
|
|
166
166
|
*
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
168
168
|
*/
|
|
169
169
|
export interface EnableDischargingRequest extends TypeFromSchema<typeof TlvEnableDischargingRequest> {}
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.1
|
|
173
173
|
*/
|
|
174
174
|
export const TargetDayOfWeek = {
|
|
175
175
|
/**
|
|
@@ -222,7 +222,7 @@ export namespace EnergyEvse {
|
|
|
222
222
|
*
|
|
223
223
|
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
224
224
|
*
|
|
225
|
-
* @see {@link MatterSpecification.
|
|
225
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6
|
|
226
226
|
*/
|
|
227
227
|
export const TlvChargingTarget = TlvObject({
|
|
228
228
|
/**
|
|
@@ -248,7 +248,7 @@ export namespace EnergyEvse {
|
|
|
248
248
|
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
249
249
|
* be able to reach the target.
|
|
250
250
|
*
|
|
251
|
-
* @see {@link MatterSpecification.
|
|
251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
|
|
252
252
|
*/
|
|
253
253
|
targetTimeMinutesPastMidnight: TlvField(0, TlvUInt16.bound({ max: 1439 })),
|
|
254
254
|
|
|
@@ -274,7 +274,7 @@ export namespace EnergyEvse {
|
|
|
274
274
|
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
275
275
|
* until the vehicle stops demanding a charge.
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
|
|
278
278
|
*/
|
|
279
279
|
targetSoC: TlvOptionalField(1, TlvPercent),
|
|
280
280
|
|
|
@@ -298,7 +298,7 @@ export namespace EnergyEvse {
|
|
|
298
298
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
299
299
|
* battery during charging, or for heating or cooling the cabin.
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
|
|
302
302
|
*/
|
|
303
303
|
addedEnergy: TlvOptionalField(2, TlvInt64.bound({ min: 0 }))
|
|
304
304
|
});
|
|
@@ -317,28 +317,28 @@ export namespace EnergyEvse {
|
|
|
317
317
|
*
|
|
318
318
|
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
319
319
|
*
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6
|
|
321
321
|
*/
|
|
322
322
|
export interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {}
|
|
323
323
|
|
|
324
324
|
/**
|
|
325
325
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
326
326
|
*
|
|
327
|
-
* @see {@link MatterSpecification.
|
|
327
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.7
|
|
328
328
|
*/
|
|
329
329
|
export const TlvChargingTargetSchedule = TlvObject({
|
|
330
330
|
/**
|
|
331
331
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
332
332
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
|
|
335
335
|
*/
|
|
336
336
|
dayOfWeekForSequence: TlvField(0, TlvBitmap(TlvUInt8, TargetDayOfWeek)),
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
339
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
340
340
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
341
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
|
|
342
342
|
*/
|
|
343
343
|
chargingTargets: TlvField(1, TlvArray(TlvChargingTarget, { maxLength: 10 }))
|
|
344
344
|
});
|
|
@@ -346,14 +346,14 @@ export namespace EnergyEvse {
|
|
|
346
346
|
/**
|
|
347
347
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.7
|
|
350
350
|
*/
|
|
351
351
|
export interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {}
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
354
|
* Input to the EnergyEvse setTargets command
|
|
355
355
|
*
|
|
356
|
-
* @see {@link MatterSpecification.
|
|
356
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
357
357
|
*/
|
|
358
358
|
export const TlvSetTargetsRequest = TlvObject({
|
|
359
359
|
/**
|
|
@@ -361,7 +361,7 @@ export namespace EnergyEvse {
|
|
|
361
361
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
362
362
|
* this list field.
|
|
363
363
|
*
|
|
364
|
-
* @see {@link MatterSpecification.
|
|
364
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
|
|
365
365
|
*/
|
|
366
366
|
chargingTargetSchedules: TlvField(0, TlvArray(TlvChargingTargetSchedule, { maxLength: 7 }))
|
|
367
367
|
});
|
|
@@ -369,21 +369,21 @@ export namespace EnergyEvse {
|
|
|
369
369
|
/**
|
|
370
370
|
* Input to the EnergyEvse setTargets command
|
|
371
371
|
*
|
|
372
|
-
* @see {@link MatterSpecification.
|
|
372
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
373
373
|
*/
|
|
374
374
|
export interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {}
|
|
375
375
|
|
|
376
376
|
/**
|
|
377
377
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
378
378
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
379
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7
|
|
380
380
|
*/
|
|
381
381
|
export const TlvGetTargetsResponse = TlvObject({
|
|
382
382
|
/**
|
|
383
383
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
384
384
|
* days of the week.
|
|
385
385
|
*
|
|
386
|
-
* @see {@link MatterSpecification.
|
|
386
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
|
|
387
387
|
*/
|
|
388
388
|
chargingTargetSchedules: TlvField(0, TlvArray(TlvChargingTargetSchedule, { maxLength: 7 }))
|
|
389
389
|
});
|
|
@@ -391,20 +391,20 @@ export namespace EnergyEvse {
|
|
|
391
391
|
/**
|
|
392
392
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
393
393
|
*
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
394
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7
|
|
395
395
|
*/
|
|
396
396
|
export interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {}
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
399
|
* Body of the EnergyEvse rfid event
|
|
400
400
|
*
|
|
401
|
-
* @see {@link MatterSpecification.
|
|
401
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
402
402
|
*/
|
|
403
403
|
export const TlvRfidEvent = TlvObject({
|
|
404
404
|
/**
|
|
405
405
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
|
|
408
408
|
*/
|
|
409
409
|
uid: TlvField(0, TlvByteString.bound({ maxLength: 10 }))
|
|
410
410
|
});
|
|
@@ -412,12 +412,12 @@ export namespace EnergyEvse {
|
|
|
412
412
|
/**
|
|
413
413
|
* Body of the EnergyEvse rfid event
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
416
416
|
*/
|
|
417
417
|
export interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {}
|
|
418
418
|
|
|
419
419
|
/**
|
|
420
|
-
* @see {@link MatterSpecification.
|
|
420
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.2
|
|
421
421
|
*/
|
|
422
422
|
export enum State {
|
|
423
423
|
/**
|
|
@@ -457,7 +457,7 @@ export namespace EnergyEvse {
|
|
|
457
457
|
}
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
|
-
* @see {@link MatterSpecification.
|
|
460
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.3
|
|
461
461
|
*/
|
|
462
462
|
export enum SupplyState {
|
|
463
463
|
/**
|
|
@@ -493,7 +493,7 @@ export namespace EnergyEvse {
|
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
/**
|
|
496
|
-
* @see {@link MatterSpecification.
|
|
496
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.4
|
|
497
497
|
*/
|
|
498
498
|
export enum FaultState {
|
|
499
499
|
/**
|
|
@@ -585,7 +585,7 @@ export namespace EnergyEvse {
|
|
|
585
585
|
/**
|
|
586
586
|
* Input to the EnergyEvse enableCharging command
|
|
587
587
|
*
|
|
588
|
-
* @see {@link MatterSpecification.
|
|
588
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
589
589
|
*/
|
|
590
590
|
export const TlvEnableChargingRequest = TlvObject({
|
|
591
591
|
/**
|
|
@@ -594,7 +594,7 @@ export namespace EnergyEvse {
|
|
|
594
594
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
595
595
|
* permanently.
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.1
|
|
598
598
|
*/
|
|
599
599
|
chargingEnabledUntil: TlvField(0, TlvNullable(TlvEpochS)),
|
|
600
600
|
|
|
@@ -605,7 +605,7 @@ export namespace EnergyEvse {
|
|
|
605
605
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
606
606
|
* MinimumChargeCurrent attribute for further details).
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.2
|
|
609
609
|
*/
|
|
610
610
|
minimumChargeCurrent: TlvField(1, TlvInt64.bound({ min: 0 })),
|
|
611
611
|
|
|
@@ -617,7 +617,7 @@ export namespace EnergyEvse {
|
|
|
617
617
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
618
618
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
619
619
|
*
|
|
620
|
-
* @see {@link MatterSpecification.
|
|
620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.3
|
|
621
621
|
*/
|
|
622
622
|
maximumChargeCurrent: TlvField(2, TlvInt64.bound({ min: 0 }))
|
|
623
623
|
});
|
|
@@ -625,20 +625,20 @@ export namespace EnergyEvse {
|
|
|
625
625
|
/**
|
|
626
626
|
* Input to the EnergyEvse enableCharging command
|
|
627
627
|
*
|
|
628
|
-
* @see {@link MatterSpecification.
|
|
628
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
629
629
|
*/
|
|
630
630
|
export interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {}
|
|
631
631
|
|
|
632
632
|
/**
|
|
633
633
|
* Body of the EnergyEvse evConnected event
|
|
634
634
|
*
|
|
635
|
-
* @see {@link MatterSpecification.
|
|
635
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
636
636
|
*/
|
|
637
637
|
export const TlvEvConnectedEvent = TlvObject({
|
|
638
638
|
/**
|
|
639
639
|
* This is the new session ID created after the vehicle is plugged in.
|
|
640
640
|
*
|
|
641
|
-
* @see {@link MatterSpecification.
|
|
641
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1.1
|
|
642
642
|
*/
|
|
643
643
|
sessionId: TlvField(0, TlvUInt32)
|
|
644
644
|
});
|
|
@@ -646,27 +646,27 @@ export namespace EnergyEvse {
|
|
|
646
646
|
/**
|
|
647
647
|
* Body of the EnergyEvse evConnected event
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
650
650
|
*/
|
|
651
651
|
export interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {}
|
|
652
652
|
|
|
653
653
|
/**
|
|
654
654
|
* Body of the EnergyEvse evNotDetected event
|
|
655
655
|
*
|
|
656
|
-
* @see {@link MatterSpecification.
|
|
656
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
657
657
|
*/
|
|
658
658
|
export const TlvEvNotDetectedEvent = TlvObject({
|
|
659
659
|
/**
|
|
660
660
|
* This field shall indicate the current value of the SessionID attribute.
|
|
661
661
|
*
|
|
662
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.1
|
|
663
663
|
*/
|
|
664
664
|
sessionId: TlvField(0, TlvUInt32),
|
|
665
665
|
|
|
666
666
|
/**
|
|
667
667
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.2
|
|
670
670
|
*/
|
|
671
671
|
state: TlvField(1, TlvEnum<State>()),
|
|
672
672
|
|
|
@@ -674,7 +674,7 @@ export namespace EnergyEvse {
|
|
|
674
674
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
675
675
|
* plugged in, until it was unplugged.
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.3
|
|
678
678
|
*/
|
|
679
679
|
sessionDuration: TlvField(2, TlvUInt32),
|
|
680
680
|
|
|
@@ -684,7 +684,7 @@ export namespace EnergyEvse {
|
|
|
684
684
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
685
685
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.4
|
|
688
688
|
*/
|
|
689
689
|
sessionEnergyCharged: TlvField(3, TlvInt64.bound({ min: 0 })),
|
|
690
690
|
|
|
@@ -695,7 +695,7 @@ export namespace EnergyEvse {
|
|
|
695
695
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
696
696
|
* energy.
|
|
697
697
|
*
|
|
698
|
-
* @see {@link MatterSpecification.
|
|
698
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.5
|
|
699
699
|
*/
|
|
700
700
|
sessionEnergyDischarged: TlvOptionalField(4, TlvInt64.bound({ min: 0 }))
|
|
701
701
|
});
|
|
@@ -703,27 +703,27 @@ export namespace EnergyEvse {
|
|
|
703
703
|
/**
|
|
704
704
|
* Body of the EnergyEvse evNotDetected event
|
|
705
705
|
*
|
|
706
|
-
* @see {@link MatterSpecification.
|
|
706
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
707
707
|
*/
|
|
708
708
|
export interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {}
|
|
709
709
|
|
|
710
710
|
/**
|
|
711
711
|
* Body of the EnergyEvse energyTransferStarted event
|
|
712
712
|
*
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
713
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
714
714
|
*/
|
|
715
715
|
export const TlvEnergyTransferStartedEvent = TlvObject({
|
|
716
716
|
/**
|
|
717
717
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
718
718
|
*
|
|
719
|
-
* @see {@link MatterSpecification.
|
|
719
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.1
|
|
720
720
|
*/
|
|
721
721
|
sessionId: TlvField(0, TlvUInt32),
|
|
722
722
|
|
|
723
723
|
/**
|
|
724
724
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.2
|
|
727
727
|
*/
|
|
728
728
|
state: TlvField(1, TlvEnum<State>()),
|
|
729
729
|
|
|
@@ -733,7 +733,7 @@ export namespace EnergyEvse {
|
|
|
733
733
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
734
734
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
735
735
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.3
|
|
737
737
|
*/
|
|
738
738
|
maximumCurrent: TlvField(2, TlvInt64.bound({ min: 0 })),
|
|
739
739
|
|
|
@@ -744,7 +744,7 @@ export namespace EnergyEvse {
|
|
|
744
744
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
745
745
|
* discharging.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.4
|
|
748
748
|
*/
|
|
749
749
|
maximumDischargeCurrent: TlvOptionalField(3, TlvInt64.bound({ min: 0 }))
|
|
750
750
|
});
|
|
@@ -752,12 +752,12 @@ export namespace EnergyEvse {
|
|
|
752
752
|
/**
|
|
753
753
|
* Body of the EnergyEvse energyTransferStarted event
|
|
754
754
|
*
|
|
755
|
-
* @see {@link MatterSpecification.
|
|
755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
756
756
|
*/
|
|
757
757
|
export interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {}
|
|
758
758
|
|
|
759
759
|
/**
|
|
760
|
-
* @see {@link MatterSpecification.
|
|
760
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.7.5
|
|
761
761
|
*/
|
|
762
762
|
export enum EnergyTransferStoppedReason {
|
|
763
763
|
/**
|
|
@@ -779,27 +779,27 @@ export namespace EnergyEvse {
|
|
|
779
779
|
/**
|
|
780
780
|
* Body of the EnergyEvse energyTransferStopped event
|
|
781
781
|
*
|
|
782
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
783
783
|
*/
|
|
784
784
|
export const TlvEnergyTransferStoppedEvent = TlvObject({
|
|
785
785
|
/**
|
|
786
786
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.1
|
|
789
789
|
*/
|
|
790
790
|
sessionId: TlvField(0, TlvUInt32),
|
|
791
791
|
|
|
792
792
|
/**
|
|
793
793
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.2
|
|
796
796
|
*/
|
|
797
797
|
state: TlvField(1, TlvEnum<State>()),
|
|
798
798
|
|
|
799
799
|
/**
|
|
800
800
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
801
801
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.3
|
|
803
803
|
*/
|
|
804
804
|
reason: TlvField(2, TlvEnum<EnergyTransferStoppedReason>()),
|
|
805
805
|
|
|
@@ -807,7 +807,7 @@ export namespace EnergyEvse {
|
|
|
807
807
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
808
808
|
* EnergyTransferStarted event, in mWh.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.4
|
|
811
811
|
*/
|
|
812
812
|
energyTransferred: TlvField(4, TlvInt64.bound({ min: 0 })),
|
|
813
813
|
|
|
@@ -815,7 +815,7 @@ export namespace EnergyEvse {
|
|
|
815
815
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
816
816
|
* EnergyTransferStarted event, in mWh.
|
|
817
817
|
*
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
818
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.5
|
|
819
819
|
*/
|
|
820
820
|
energyDischarged: TlvOptionalField(5, TlvInt64.bound({ min: 0 }))
|
|
821
821
|
});
|
|
@@ -823,42 +823,42 @@ export namespace EnergyEvse {
|
|
|
823
823
|
/**
|
|
824
824
|
* Body of the EnergyEvse energyTransferStopped event
|
|
825
825
|
*
|
|
826
|
-
* @see {@link MatterSpecification.
|
|
826
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
827
827
|
*/
|
|
828
828
|
export interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {}
|
|
829
829
|
|
|
830
830
|
/**
|
|
831
831
|
* Body of the EnergyEvse fault event
|
|
832
832
|
*
|
|
833
|
-
* @see {@link MatterSpecification.
|
|
833
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
834
834
|
*/
|
|
835
835
|
export const TlvFaultEvent = TlvObject({
|
|
836
836
|
/**
|
|
837
837
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
838
838
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
839
839
|
*
|
|
840
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.1
|
|
841
841
|
*/
|
|
842
842
|
sessionId: TlvField(0, TlvNullable(TlvUInt32)),
|
|
843
843
|
|
|
844
844
|
/**
|
|
845
845
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
846
846
|
*
|
|
847
|
-
* @see {@link MatterSpecification.
|
|
847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.2
|
|
848
848
|
*/
|
|
849
849
|
state: TlvField(1, TlvEnum<State>()),
|
|
850
850
|
|
|
851
851
|
/**
|
|
852
852
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
853
853
|
*
|
|
854
|
-
* @see {@link MatterSpecification.
|
|
854
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.3
|
|
855
855
|
*/
|
|
856
856
|
faultStatePreviousState: TlvField(2, TlvEnum<FaultState>()),
|
|
857
857
|
|
|
858
858
|
/**
|
|
859
859
|
* This field shall indicate the current value of the FaultState attribute.
|
|
860
860
|
*
|
|
861
|
-
* @see {@link MatterSpecification.
|
|
861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.4
|
|
862
862
|
*/
|
|
863
863
|
faultStateCurrentState: TlvField(4, TlvEnum<FaultState>())
|
|
864
864
|
});
|
|
@@ -866,7 +866,7 @@ export namespace EnergyEvse {
|
|
|
866
866
|
/**
|
|
867
867
|
* Body of the EnergyEvse fault event
|
|
868
868
|
*
|
|
869
|
-
* @see {@link MatterSpecification.
|
|
869
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
870
870
|
*/
|
|
871
871
|
export interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {}
|
|
872
872
|
|
|
@@ -886,7 +886,7 @@ export namespace EnergyEvse {
|
|
|
886
886
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
887
887
|
* being discharged.
|
|
888
888
|
*
|
|
889
|
-
* @see {@link MatterSpecification.
|
|
889
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.5
|
|
890
890
|
*/
|
|
891
891
|
dischargingEnabledUntil: Attribute(0x4, TlvNullable(TlvEpochS), { persistent: true, default: 0 }),
|
|
892
892
|
|
|
@@ -902,12 +902,12 @@ export namespace EnergyEvse {
|
|
|
902
902
|
*
|
|
903
903
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
904
904
|
*
|
|
905
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.9
|
|
906
906
|
*/
|
|
907
907
|
maximumDischargeCurrent: Attribute(0x8, TlvInt64.bound({ min: 0 }), { persistent: true, default: 0 }),
|
|
908
908
|
|
|
909
909
|
/**
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
911
911
|
*/
|
|
912
912
|
sessionEnergyDischarged: Attribute(
|
|
913
913
|
0x43,
|
|
@@ -921,7 +921,7 @@ export namespace EnergyEvse {
|
|
|
921
921
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
922
922
|
* maximum discharge current.
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
|
|
925
925
|
*/
|
|
926
926
|
enableDischarging: Command(0x3, TlvEnableDischargingRequest, 0x3, TlvNoResponse, { timed: true })
|
|
927
927
|
}
|
|
@@ -940,7 +940,7 @@ export namespace EnergyEvse {
|
|
|
940
940
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
941
941
|
* enabled.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.12
|
|
944
944
|
*/
|
|
945
945
|
nextChargeStartTime: Attribute(0x23, TlvNullable(TlvEpochS), { default: null }),
|
|
946
946
|
|
|
@@ -952,7 +952,7 @@ export namespace EnergyEvse {
|
|
|
952
952
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
953
953
|
* enabled.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.13
|
|
956
956
|
*/
|
|
957
957
|
nextChargeTargetTime: Attribute(0x24, TlvNullable(TlvEpochS), { default: null }),
|
|
958
958
|
|
|
@@ -964,7 +964,7 @@ export namespace EnergyEvse {
|
|
|
964
964
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
965
965
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
966
966
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.14
|
|
968
968
|
*/
|
|
969
969
|
nextChargeRequiredEnergy: Attribute(0x25, TlvNullable(TlvInt64.bound({ min: 0 })), { default: null }),
|
|
970
970
|
|
|
@@ -977,7 +977,7 @@ export namespace EnergyEvse {
|
|
|
977
977
|
*
|
|
978
978
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
979
979
|
*
|
|
980
|
-
* @see {@link MatterSpecification.
|
|
980
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.15
|
|
981
981
|
*/
|
|
982
982
|
nextChargeTargetSoC: Attribute(0x26, TlvNullable(TlvPercent), { default: null }),
|
|
983
983
|
|
|
@@ -1011,7 +1011,7 @@ export namespace EnergyEvse {
|
|
|
1011
1011
|
*
|
|
1012
1012
|
* = 29.82 Miles
|
|
1013
1013
|
*
|
|
1014
|
-
* @see {@link MatterSpecification.
|
|
1014
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.16
|
|
1015
1015
|
*/
|
|
1016
1016
|
approximateEvEfficiency: OptionalWritableAttribute(
|
|
1017
1017
|
0x27,
|
|
@@ -1024,21 +1024,21 @@ export namespace EnergyEvse {
|
|
|
1024
1024
|
/**
|
|
1025
1025
|
* Allows a client to set the user specified charging targets.
|
|
1026
1026
|
*
|
|
1027
|
-
* @see {@link MatterSpecification.
|
|
1027
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
|
|
1028
1028
|
*/
|
|
1029
1029
|
setTargets: Command(0x5, TlvSetTargetsRequest, 0x5, TlvNoResponse, { timed: true }),
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Allows a client to retrieve the current set of charging targets.
|
|
1033
1033
|
*
|
|
1034
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.6
|
|
1035
1035
|
*/
|
|
1036
1036
|
getTargets: Command(0x6, TlvNoArguments, 0x0, TlvGetTargetsResponse, { timed: true }),
|
|
1037
1037
|
|
|
1038
1038
|
/**
|
|
1039
1039
|
* Allows a client to clear all stored charging targets.
|
|
1040
1040
|
*
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.8
|
|
1042
1042
|
*/
|
|
1043
1043
|
clearTargets: Command(0x7, TlvNoArguments, 0x7, TlvNoResponse, { timed: true })
|
|
1044
1044
|
}
|
|
@@ -1055,14 +1055,14 @@ export namespace EnergyEvse {
|
|
|
1055
1055
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
1056
1056
|
* value.
|
|
1057
1057
|
*
|
|
1058
|
-
* @see {@link MatterSpecification.
|
|
1058
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.17
|
|
1059
1059
|
*/
|
|
1060
1060
|
stateOfCharge: Attribute(0x30, TlvNullable(TlvPercent), { default: null }),
|
|
1061
1061
|
|
|
1062
1062
|
/**
|
|
1063
1063
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
1064
1064
|
*
|
|
1065
|
-
* @see {@link MatterSpecification.
|
|
1065
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.18
|
|
1066
1066
|
*/
|
|
1067
1067
|
batteryCapacity: Attribute(0x31, TlvNullable(TlvInt64.bound({ min: 0 })), { default: null })
|
|
1068
1068
|
}
|
|
@@ -1080,7 +1080,7 @@ export namespace EnergyEvse {
|
|
|
1080
1080
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
1081
1081
|
* this is unknown.
|
|
1082
1082
|
*
|
|
1083
|
-
* @see {@link MatterSpecification.
|
|
1083
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.19
|
|
1084
1084
|
*/
|
|
1085
1085
|
vehicleId: Attribute(0x32, TlvNullable(TlvString.bound({ maxLength: 32 })), { default: null })
|
|
1086
1086
|
}
|
|
@@ -1095,7 +1095,7 @@ export namespace EnergyEvse {
|
|
|
1095
1095
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
1096
1096
|
* card ID and use this to authenticate and start the charging session.
|
|
1097
1097
|
*
|
|
1098
|
-
* @see {@link MatterSpecification.
|
|
1098
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
|
|
1099
1099
|
*/
|
|
1100
1100
|
rfid: OptionalEvent(0x5, EventPriority.Info, TlvRfidEvent)
|
|
1101
1101
|
}
|
|
@@ -1132,7 +1132,7 @@ export namespace EnergyEvse {
|
|
|
1132
1132
|
*
|
|
1133
1133
|
* See the Device Energy Management Cluster for more details.
|
|
1134
1134
|
*
|
|
1135
|
-
* @see {@link MatterSpecification.
|
|
1135
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
|
|
1136
1136
|
*/
|
|
1137
1137
|
chargingPreferences: BitFlag(0),
|
|
1138
1138
|
|
|
@@ -1147,7 +1147,7 @@ export namespace EnergyEvse {
|
|
|
1147
1147
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
1148
1148
|
* this cluster.
|
|
1149
1149
|
*
|
|
1150
|
-
* @see {@link MatterSpecification.
|
|
1150
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
|
|
1151
1151
|
*/
|
|
1152
1152
|
soCReporting: BitFlag(1),
|
|
1153
1153
|
|
|
@@ -1158,7 +1158,7 @@ export namespace EnergyEvse {
|
|
|
1158
1158
|
*
|
|
1159
1159
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
1160
1160
|
*
|
|
1161
|
-
* @see {@link MatterSpecification.
|
|
1161
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
|
|
1162
1162
|
*/
|
|
1163
1163
|
plugAndCharge: BitFlag(2),
|
|
1164
1164
|
|
|
@@ -1171,7 +1171,7 @@ export namespace EnergyEvse {
|
|
|
1171
1171
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
1172
1172
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
1173
1173
|
*
|
|
1174
|
-
* @see {@link MatterSpecification.
|
|
1174
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
|
|
1175
1175
|
*/
|
|
1176
1176
|
rfid: BitFlag(3),
|
|
1177
1177
|
|
|
@@ -1185,7 +1185,7 @@ export namespace EnergyEvse {
|
|
|
1185
1185
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
1186
1186
|
* both fluctuate.
|
|
1187
1187
|
*
|
|
1188
|
-
* @see {@link MatterSpecification.
|
|
1188
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
|
|
1189
1189
|
*/
|
|
1190
1190
|
v2X: BitFlag(4)
|
|
1191
1191
|
},
|
|
@@ -1206,14 +1206,14 @@ export namespace EnergyEvse {
|
|
|
1206
1206
|
* The Fault state is used to indicate that the FaultState attribute is not NoError. A null value shall
|
|
1207
1207
|
* indicate that the state cannot be determined.
|
|
1208
1208
|
*
|
|
1209
|
-
* @see {@link MatterSpecification.
|
|
1209
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.1
|
|
1210
1210
|
*/
|
|
1211
1211
|
state: Attribute(0x0, TlvNullable(TlvEnum<State>())),
|
|
1212
1212
|
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
1215
1215
|
*
|
|
1216
|
-
* @see {@link MatterSpecification.
|
|
1216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.2
|
|
1217
1217
|
*/
|
|
1218
1218
|
supplyState: Attribute(0x1, TlvEnum<SupplyState>()),
|
|
1219
1219
|
|
|
@@ -1224,7 +1224,7 @@ export namespace EnergyEvse {
|
|
|
1224
1224
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
1225
1225
|
* FaultState attribute shall be NoError.
|
|
1226
1226
|
*
|
|
1227
|
-
* @see {@link MatterSpecification.
|
|
1227
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.3
|
|
1228
1228
|
*/
|
|
1229
1229
|
faultState: Attribute(0x2, TlvEnum<FaultState>()),
|
|
1230
1230
|
|
|
@@ -1239,7 +1239,7 @@ export namespace EnergyEvse {
|
|
|
1239
1239
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1240
1240
|
* being charged.
|
|
1241
1241
|
*
|
|
1242
|
-
* @see {@link MatterSpecification.
|
|
1242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.4
|
|
1243
1243
|
*/
|
|
1244
1244
|
chargingEnabledUntil: Attribute(0x3, TlvNullable(TlvEpochS), { persistent: true, default: 0 }),
|
|
1245
1245
|
|
|
@@ -1248,7 +1248,7 @@ export namespace EnergyEvse {
|
|
|
1248
1248
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
1249
1249
|
* setting of such values by an installer.
|
|
1250
1250
|
*
|
|
1251
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.6
|
|
1252
1252
|
*/
|
|
1253
1253
|
circuitCapacity: Attribute(0x5, TlvInt64.bound({ min: 0 }), { persistent: true, default: 0 }),
|
|
1254
1254
|
|
|
@@ -1256,7 +1256,7 @@ export namespace EnergyEvse {
|
|
|
1256
1256
|
* Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set using
|
|
1257
1257
|
* the EnableCharging command.
|
|
1258
1258
|
*
|
|
1259
|
-
* @see {@link MatterSpecification.
|
|
1259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.7
|
|
1260
1260
|
*/
|
|
1261
1261
|
minimumChargeCurrent: Attribute(0x6, TlvInt64.bound({ min: 0 }), { persistent: true, default: 6000 }),
|
|
1262
1262
|
|
|
@@ -1280,7 +1280,7 @@ export namespace EnergyEvse {
|
|
|
1280
1280
|
*
|
|
1281
1281
|
* • UserMaximumChargeCurrent attribute
|
|
1282
1282
|
*
|
|
1283
|
-
* @see {@link MatterSpecification.
|
|
1283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.8
|
|
1284
1284
|
*/
|
|
1285
1285
|
maximumChargeCurrent: Attribute(0x7, TlvInt64.bound({ min: 0 }), { persistent: true, default: 0 }),
|
|
1286
1286
|
|
|
@@ -1298,7 +1298,7 @@ export namespace EnergyEvse {
|
|
|
1298
1298
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
1299
1299
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
1300
1300
|
*
|
|
1301
|
-
* @see {@link MatterSpecification.
|
|
1301
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.10
|
|
1302
1302
|
*/
|
|
1303
1303
|
userMaximumChargeCurrent: OptionalWritableAttribute(
|
|
1304
1304
|
0x9,
|
|
@@ -1317,7 +1317,7 @@ export namespace EnergyEvse {
|
|
|
1317
1317
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
1318
1318
|
* initial planned start time.
|
|
1319
1319
|
*
|
|
1320
|
-
* @see {@link MatterSpecification.
|
|
1320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8.11
|
|
1321
1321
|
*/
|
|
1322
1322
|
randomizationDelayWindow: OptionalWritableAttribute(
|
|
1323
1323
|
0xa,
|
|
@@ -1326,17 +1326,17 @@ export namespace EnergyEvse {
|
|
|
1326
1326
|
),
|
|
1327
1327
|
|
|
1328
1328
|
/**
|
|
1329
|
-
* @see {@link MatterSpecification.
|
|
1329
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1330
1330
|
*/
|
|
1331
1331
|
sessionId: Attribute(0x40, TlvNullable(TlvUInt32), { persistent: true, default: null }),
|
|
1332
1332
|
|
|
1333
1333
|
/**
|
|
1334
|
-
* @see {@link MatterSpecification.
|
|
1334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1335
1335
|
*/
|
|
1336
1336
|
sessionDuration: Attribute(0x41, TlvNullable(TlvUInt32), { persistent: true, default: null }),
|
|
1337
1337
|
|
|
1338
1338
|
/**
|
|
1339
|
-
* @see {@link MatterSpecification.
|
|
1339
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.8
|
|
1340
1340
|
*/
|
|
1341
1341
|
sessionEnergyCharged: Attribute(
|
|
1342
1342
|
0x42,
|
|
@@ -1349,7 +1349,7 @@ export namespace EnergyEvse {
|
|
|
1349
1349
|
/**
|
|
1350
1350
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
1351
1351
|
*
|
|
1352
|
-
* @see {@link MatterSpecification.
|
|
1352
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.1
|
|
1353
1353
|
*/
|
|
1354
1354
|
disable: Command(0x1, TlvNoArguments, 0x1, TlvNoResponse, { timed: true }),
|
|
1355
1355
|
|
|
@@ -1357,14 +1357,14 @@ export namespace EnergyEvse {
|
|
|
1357
1357
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
1358
1358
|
* minimum charge current.
|
|
1359
1359
|
*
|
|
1360
|
-
* @see {@link MatterSpecification.
|
|
1360
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
|
|
1361
1361
|
*/
|
|
1362
1362
|
enableCharging: Command(0x2, TlvEnableChargingRequest, 0x2, TlvNoResponse, { timed: true }),
|
|
1363
1363
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.9.4
|
|
1368
1368
|
*/
|
|
1369
1369
|
startDiagnostics: OptionalCommand(0x4, TlvNoArguments, 0x4, TlvNoResponse, { timed: true })
|
|
1370
1370
|
},
|
|
@@ -1373,7 +1373,7 @@ export namespace EnergyEvse {
|
|
|
1373
1373
|
/**
|
|
1374
1374
|
* This event shall be generated when the EV is plugged in.
|
|
1375
1375
|
*
|
|
1376
|
-
* @see {@link MatterSpecification.
|
|
1376
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
|
|
1377
1377
|
*/
|
|
1378
1378
|
evConnected: Event(0x0, EventPriority.Info, TlvEvConnectedEvent),
|
|
1379
1379
|
|
|
@@ -1381,7 +1381,7 @@ export namespace EnergyEvse {
|
|
|
1381
1381
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
1382
1382
|
* in). When the vehicle is unplugged then the session is ended.
|
|
1383
1383
|
*
|
|
1384
|
-
* @see {@link MatterSpecification.
|
|
1384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
|
|
1385
1385
|
*/
|
|
1386
1386
|
evNotDetected: Event(0x1, EventPriority.Info, TlvEvNotDetectedEvent),
|
|
1387
1387
|
|
|
@@ -1390,7 +1390,7 @@ export namespace EnergyEvse {
|
|
|
1390
1390
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1391
1391
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1392
1392
|
*
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1393
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
|
|
1394
1394
|
*/
|
|
1395
1395
|
energyTransferStarted: Event(0x2, EventPriority.Info, TlvEnergyTransferStartedEvent),
|
|
1396
1396
|
|
|
@@ -1399,7 +1399,7 @@ export namespace EnergyEvse {
|
|
|
1399
1399
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1400
1400
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1401
1401
|
*
|
|
1402
|
-
* @see {@link MatterSpecification.
|
|
1402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
|
|
1403
1403
|
*/
|
|
1404
1404
|
energyTransferStopped: Event(0x3, EventPriority.Info, TlvEnergyTransferStoppedEvent),
|
|
1405
1405
|
|
|
@@ -1414,7 +1414,7 @@ export namespace EnergyEvse {
|
|
|
1414
1414
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
1415
1415
|
* shall be set back to its previous state.
|
|
1416
1416
|
*
|
|
1417
|
-
* @see {@link MatterSpecification.
|
|
1417
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
|
|
1418
1418
|
*/
|
|
1419
1419
|
fault: Event(0x4, EventPriority.Critical, TlvFaultEvent)
|
|
1420
1420
|
},
|
|
@@ -1473,7 +1473,7 @@ export namespace EnergyEvse {
|
|
|
1473
1473
|
* EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
|
|
1474
1474
|
* method.
|
|
1475
1475
|
*
|
|
1476
|
-
* @see {@link MatterSpecification.
|
|
1476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 9.3
|
|
1477
1477
|
*/
|
|
1478
1478
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
1479
1479
|
|