@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 9.3.7.6.1
|
|
252
252
|
*/
|
|
253
253
|
targetTimeMinutesPastMidnight: TlvField(0, TlvUInt16.bound({ max: 1439 })),
|
|
254
254
|
|
|
@@ -275,7 +275,7 @@ export namespace EnergyEvse {
|
|
|
275
275
|
*
|
|
276
276
|
* and charge until the vehicle stops demanding a charge.
|
|
277
277
|
*
|
|
278
|
-
* @see {@link MatterSpecification.
|
|
278
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
|
|
279
279
|
*/
|
|
280
280
|
targetSoC: TlvOptionalField(1, TlvPercent),
|
|
281
281
|
|
|
@@ -299,7 +299,7 @@ export namespace EnergyEvse {
|
|
|
299
299
|
* Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
|
|
300
300
|
* during charging, or for heating or cooling the cabin.
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
|
|
303
303
|
*/
|
|
304
304
|
addedEnergy: TlvOptionalField(2, TlvInt64.bound({ min: 0 }))
|
|
305
305
|
});
|
|
@@ -318,28 +318,28 @@ export namespace EnergyEvse {
|
|
|
318
318
|
*
|
|
319
319
|
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
320
320
|
*
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6
|
|
322
322
|
*/
|
|
323
323
|
export interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {}
|
|
324
324
|
|
|
325
325
|
/**
|
|
326
326
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.7
|
|
329
329
|
*/
|
|
330
330
|
export const TlvChargingTargetSchedule = TlvObject({
|
|
331
331
|
/**
|
|
332
332
|
* This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
|
|
333
333
|
* is a bitmap and therefore the associated targets could be applied to multiple days.
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
|
|
336
336
|
*/
|
|
337
337
|
dayOfWeekForSequence: TlvField(0, TlvBitmap(TlvUInt8, TargetDayOfWeek)),
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
340
|
* This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
|
|
343
343
|
*/
|
|
344
344
|
chargingTargets: TlvField(1, TlvArray(TlvChargingTarget, { maxLength: 10 }))
|
|
345
345
|
});
|
|
@@ -347,14 +347,14 @@ export namespace EnergyEvse {
|
|
|
347
347
|
/**
|
|
348
348
|
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
349
349
|
*
|
|
350
|
-
* @see {@link MatterSpecification.
|
|
350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.7
|
|
351
351
|
*/
|
|
352
352
|
export interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {}
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
355
|
* Input to the EnergyEvse setTargets command
|
|
356
356
|
*
|
|
357
|
-
* @see {@link MatterSpecification.
|
|
357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
|
|
358
358
|
*/
|
|
359
359
|
export const TlvSetTargetsRequest = TlvObject({
|
|
360
360
|
/**
|
|
@@ -362,7 +362,7 @@ export namespace EnergyEvse {
|
|
|
362
362
|
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
|
|
363
363
|
* this list field.
|
|
364
364
|
*
|
|
365
|
-
* @see {@link MatterSpecification.
|
|
365
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5.1
|
|
366
366
|
*/
|
|
367
367
|
chargingTargetSchedules: TlvField(0, TlvArray(TlvChargingTargetSchedule, { maxLength: 7 }))
|
|
368
368
|
});
|
|
@@ -370,21 +370,21 @@ export namespace EnergyEvse {
|
|
|
370
370
|
/**
|
|
371
371
|
* Input to the EnergyEvse setTargets command
|
|
372
372
|
*
|
|
373
|
-
* @see {@link MatterSpecification.
|
|
373
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
|
|
374
374
|
*/
|
|
375
375
|
export interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {}
|
|
376
376
|
|
|
377
377
|
/**
|
|
378
378
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
379
379
|
*
|
|
380
|
-
* @see {@link MatterSpecification.
|
|
380
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7
|
|
381
381
|
*/
|
|
382
382
|
export const TlvGetTargetsResponse = TlvObject({
|
|
383
383
|
/**
|
|
384
384
|
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
385
385
|
* days of the week.
|
|
386
386
|
*
|
|
387
|
-
* @see {@link MatterSpecification.
|
|
387
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7.1
|
|
388
388
|
*/
|
|
389
389
|
chargingTargetSchedules: TlvField(0, TlvArray(TlvChargingTargetSchedule, { maxLength: 7 }))
|
|
390
390
|
});
|
|
@@ -392,20 +392,20 @@ export namespace EnergyEvse {
|
|
|
392
392
|
/**
|
|
393
393
|
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
394
394
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
395
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7
|
|
396
396
|
*/
|
|
397
397
|
export interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {}
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
400
|
* Body of the EnergyEvse rfid event
|
|
401
401
|
*
|
|
402
|
-
* @see {@link MatterSpecification.
|
|
402
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
|
|
403
403
|
*/
|
|
404
404
|
export const TlvRfidEvent = TlvObject({
|
|
405
405
|
/**
|
|
406
406
|
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6.1
|
|
409
409
|
*/
|
|
410
410
|
uid: TlvField(0, TlvByteString.bound({ maxLength: 10 }))
|
|
411
411
|
});
|
|
@@ -413,12 +413,12 @@ export namespace EnergyEvse {
|
|
|
413
413
|
/**
|
|
414
414
|
* Body of the EnergyEvse rfid event
|
|
415
415
|
*
|
|
416
|
-
* @see {@link MatterSpecification.
|
|
416
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
|
|
417
417
|
*/
|
|
418
418
|
export interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {}
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
|
-
* @see {@link MatterSpecification.
|
|
421
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.2
|
|
422
422
|
*/
|
|
423
423
|
export enum State {
|
|
424
424
|
/**
|
|
@@ -458,7 +458,7 @@ export namespace EnergyEvse {
|
|
|
458
458
|
}
|
|
459
459
|
|
|
460
460
|
/**
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.3
|
|
462
462
|
*/
|
|
463
463
|
export enum SupplyState {
|
|
464
464
|
/**
|
|
@@ -494,7 +494,7 @@ export namespace EnergyEvse {
|
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.4
|
|
498
498
|
*/
|
|
499
499
|
export enum FaultState {
|
|
500
500
|
/**
|
|
@@ -586,7 +586,7 @@ export namespace EnergyEvse {
|
|
|
586
586
|
/**
|
|
587
587
|
* Input to the EnergyEvse enableCharging command
|
|
588
588
|
*
|
|
589
|
-
* @see {@link MatterSpecification.
|
|
589
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
|
|
590
590
|
*/
|
|
591
591
|
export const TlvEnableChargingRequest = TlvObject({
|
|
592
592
|
/**
|
|
@@ -595,7 +595,7 @@ export namespace EnergyEvse {
|
|
|
595
595
|
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
596
596
|
* permanently.
|
|
597
597
|
*
|
|
598
|
-
* @see {@link MatterSpecification.
|
|
598
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.1
|
|
599
599
|
*/
|
|
600
600
|
chargingEnabledUntil: TlvField(0, TlvNullable(TlvEpochS)),
|
|
601
601
|
|
|
@@ -606,7 +606,7 @@ export namespace EnergyEvse {
|
|
|
606
606
|
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
607
607
|
* MinimumChargeCurrent attribute for further details).
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.2
|
|
610
610
|
*/
|
|
611
611
|
minimumChargeCurrent: TlvField(1, TlvInt64.bound({ min: 0 })),
|
|
612
612
|
|
|
@@ -618,7 +618,7 @@ export namespace EnergyEvse {
|
|
|
618
618
|
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
|
|
619
619
|
* later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
|
|
620
620
|
*
|
|
621
|
-
* @see {@link MatterSpecification.
|
|
621
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.3
|
|
622
622
|
*/
|
|
623
623
|
maximumChargeCurrent: TlvField(2, TlvInt64.bound({ min: 0 }))
|
|
624
624
|
});
|
|
@@ -626,20 +626,20 @@ export namespace EnergyEvse {
|
|
|
626
626
|
/**
|
|
627
627
|
* Input to the EnergyEvse enableCharging command
|
|
628
628
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
|
|
630
630
|
*/
|
|
631
631
|
export interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {}
|
|
632
632
|
|
|
633
633
|
/**
|
|
634
634
|
* Body of the EnergyEvse evConnected event
|
|
635
635
|
*
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
|
|
637
637
|
*/
|
|
638
638
|
export const TlvEvConnectedEvent = TlvObject({
|
|
639
639
|
/**
|
|
640
640
|
* This is the new session ID created after the vehicle is plugged in.
|
|
641
641
|
*
|
|
642
|
-
* @see {@link MatterSpecification.
|
|
642
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1.1
|
|
643
643
|
*/
|
|
644
644
|
sessionId: TlvField(0, TlvUInt32)
|
|
645
645
|
});
|
|
@@ -647,27 +647,27 @@ export namespace EnergyEvse {
|
|
|
647
647
|
/**
|
|
648
648
|
* Body of the EnergyEvse evConnected event
|
|
649
649
|
*
|
|
650
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
|
|
651
651
|
*/
|
|
652
652
|
export interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {}
|
|
653
653
|
|
|
654
654
|
/**
|
|
655
655
|
* Body of the EnergyEvse evNotDetected event
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
|
|
658
658
|
*/
|
|
659
659
|
export const TlvEvNotDetectedEvent = TlvObject({
|
|
660
660
|
/**
|
|
661
661
|
* This field shall indicate the current value of the SessionID attribute.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.1
|
|
664
664
|
*/
|
|
665
665
|
sessionId: TlvField(0, TlvUInt32),
|
|
666
666
|
|
|
667
667
|
/**
|
|
668
668
|
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
669
669
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.2
|
|
671
671
|
*/
|
|
672
672
|
state: TlvField(1, TlvEnum<State>()),
|
|
673
673
|
|
|
@@ -675,7 +675,7 @@ export namespace EnergyEvse {
|
|
|
675
675
|
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
676
676
|
* plugged in, until it was unplugged.
|
|
677
677
|
*
|
|
678
|
-
* @see {@link MatterSpecification.
|
|
678
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.3
|
|
679
679
|
*/
|
|
680
680
|
sessionDuration: TlvField(2, TlvUInt32),
|
|
681
681
|
|
|
@@ -685,7 +685,7 @@ export namespace EnergyEvse {
|
|
|
685
685
|
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
|
|
686
686
|
* energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.4
|
|
689
689
|
*/
|
|
690
690
|
sessionEnergyCharged: TlvField(3, TlvInt64.bound({ min: 0 })),
|
|
691
691
|
|
|
@@ -696,7 +696,7 @@ export namespace EnergyEvse {
|
|
|
696
696
|
* of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
697
697
|
* energy.
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.5
|
|
700
700
|
*/
|
|
701
701
|
sessionEnergyDischarged: TlvOptionalField(4, TlvInt64.bound({ min: 0 }))
|
|
702
702
|
});
|
|
@@ -704,27 +704,27 @@ export namespace EnergyEvse {
|
|
|
704
704
|
/**
|
|
705
705
|
* Body of the EnergyEvse evNotDetected event
|
|
706
706
|
*
|
|
707
|
-
* @see {@link MatterSpecification.
|
|
707
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
|
|
708
708
|
*/
|
|
709
709
|
export interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {}
|
|
710
710
|
|
|
711
711
|
/**
|
|
712
712
|
* Body of the EnergyEvse energyTransferStarted event
|
|
713
713
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
|
|
715
715
|
*/
|
|
716
716
|
export const TlvEnergyTransferStartedEvent = TlvObject({
|
|
717
717
|
/**
|
|
718
718
|
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.1
|
|
721
721
|
*/
|
|
722
722
|
sessionId: TlvField(0, TlvUInt32),
|
|
723
723
|
|
|
724
724
|
/**
|
|
725
725
|
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
726
726
|
*
|
|
727
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.2
|
|
728
728
|
*/
|
|
729
729
|
state: TlvField(1, TlvEnum<State>()),
|
|
730
730
|
|
|
@@ -734,7 +734,7 @@ export namespace EnergyEvse {
|
|
|
734
734
|
* A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
|
|
735
735
|
* MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
|
|
736
736
|
*
|
|
737
|
-
* @see {@link MatterSpecification.
|
|
737
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.3
|
|
738
738
|
*/
|
|
739
739
|
maximumCurrent: TlvField(2, TlvInt64.bound({ min: 0 })),
|
|
740
740
|
|
|
@@ -745,7 +745,7 @@ export namespace EnergyEvse {
|
|
|
745
745
|
* the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
|
|
746
746
|
* discharging.
|
|
747
747
|
*
|
|
748
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.4
|
|
749
749
|
*/
|
|
750
750
|
maximumDischargeCurrent: TlvOptionalField(3, TlvInt64.bound({ min: 0 }))
|
|
751
751
|
});
|
|
@@ -753,12 +753,12 @@ export namespace EnergyEvse {
|
|
|
753
753
|
/**
|
|
754
754
|
* Body of the EnergyEvse energyTransferStarted event
|
|
755
755
|
*
|
|
756
|
-
* @see {@link MatterSpecification.
|
|
756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
|
|
757
757
|
*/
|
|
758
758
|
export interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {}
|
|
759
759
|
|
|
760
760
|
/**
|
|
761
|
-
* @see {@link MatterSpecification.
|
|
761
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.7.5
|
|
762
762
|
*/
|
|
763
763
|
export enum EnergyTransferStoppedReason {
|
|
764
764
|
/**
|
|
@@ -780,27 +780,27 @@ export namespace EnergyEvse {
|
|
|
780
780
|
/**
|
|
781
781
|
* Body of the EnergyEvse energyTransferStopped event
|
|
782
782
|
*
|
|
783
|
-
* @see {@link MatterSpecification.
|
|
783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
|
|
784
784
|
*/
|
|
785
785
|
export const TlvEnergyTransferStoppedEvent = TlvObject({
|
|
786
786
|
/**
|
|
787
787
|
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
788
788
|
*
|
|
789
|
-
* @see {@link MatterSpecification.
|
|
789
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.1
|
|
790
790
|
*/
|
|
791
791
|
sessionId: TlvField(0, TlvUInt32),
|
|
792
792
|
|
|
793
793
|
/**
|
|
794
794
|
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.2
|
|
797
797
|
*/
|
|
798
798
|
state: TlvField(1, TlvEnum<State>()),
|
|
799
799
|
|
|
800
800
|
/**
|
|
801
801
|
* This field shall indicate the reason why the energy transferred stopped.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.3
|
|
804
804
|
*/
|
|
805
805
|
reason: TlvField(2, TlvEnum<EnergyTransferStoppedReason>()),
|
|
806
806
|
|
|
@@ -808,7 +808,7 @@ export namespace EnergyEvse {
|
|
|
808
808
|
* This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
|
|
809
809
|
* EnergyTransferStarted event, in mWh.
|
|
810
810
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.4
|
|
812
812
|
*/
|
|
813
813
|
energyTransferred: TlvField(4, TlvInt64.bound({ min: 0 })),
|
|
814
814
|
|
|
@@ -816,7 +816,7 @@ export namespace EnergyEvse {
|
|
|
816
816
|
* This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
|
|
817
817
|
* EnergyTransferStarted event, in mWh.
|
|
818
818
|
*
|
|
819
|
-
* @see {@link MatterSpecification.
|
|
819
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.5
|
|
820
820
|
*/
|
|
821
821
|
energyDischarged: TlvOptionalField(5, TlvInt64.bound({ min: 0 }))
|
|
822
822
|
});
|
|
@@ -824,42 +824,42 @@ export namespace EnergyEvse {
|
|
|
824
824
|
/**
|
|
825
825
|
* Body of the EnergyEvse energyTransferStopped event
|
|
826
826
|
*
|
|
827
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
|
|
828
828
|
*/
|
|
829
829
|
export interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {}
|
|
830
830
|
|
|
831
831
|
/**
|
|
832
832
|
* Body of the EnergyEvse fault event
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
|
|
835
835
|
*/
|
|
836
836
|
export const TlvFaultEvent = TlvObject({
|
|
837
837
|
/**
|
|
838
838
|
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
839
839
|
* value of null indicates no sessions have occurred before the fault occurred.
|
|
840
840
|
*
|
|
841
|
-
* @see {@link MatterSpecification.
|
|
841
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.1
|
|
842
842
|
*/
|
|
843
843
|
sessionId: TlvField(0, TlvNullable(TlvUInt32)),
|
|
844
844
|
|
|
845
845
|
/**
|
|
846
846
|
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
847
847
|
*
|
|
848
|
-
* @see {@link MatterSpecification.
|
|
848
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.2
|
|
849
849
|
*/
|
|
850
850
|
state: TlvField(1, TlvEnum<State>()),
|
|
851
851
|
|
|
852
852
|
/**
|
|
853
853
|
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
854
854
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
855
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.3
|
|
856
856
|
*/
|
|
857
857
|
faultStatePreviousState: TlvField(2, TlvEnum<FaultState>()),
|
|
858
858
|
|
|
859
859
|
/**
|
|
860
860
|
* This field shall indicate the current value of the FaultState attribute.
|
|
861
861
|
*
|
|
862
|
-
* @see {@link MatterSpecification.
|
|
862
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.4
|
|
863
863
|
*/
|
|
864
864
|
faultStateCurrentState: TlvField(4, TlvEnum<FaultState>())
|
|
865
865
|
});
|
|
@@ -867,7 +867,7 @@ export namespace EnergyEvse {
|
|
|
867
867
|
/**
|
|
868
868
|
* Body of the EnergyEvse fault event
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
|
|
871
871
|
*/
|
|
872
872
|
export interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {}
|
|
873
873
|
|
|
@@ -887,7 +887,7 @@ export namespace EnergyEvse {
|
|
|
887
887
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
888
888
|
* being discharged.
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.5
|
|
891
891
|
*/
|
|
892
892
|
dischargingEnabledUntil: Attribute(0x4, TlvNullable(TlvEpochS), { persistent: true, default: 0 }),
|
|
893
893
|
|
|
@@ -903,12 +903,12 @@ export namespace EnergyEvse {
|
|
|
903
903
|
*
|
|
904
904
|
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
905
905
|
*
|
|
906
|
-
* @see {@link MatterSpecification.
|
|
906
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.9
|
|
907
907
|
*/
|
|
908
908
|
maximumDischargeCurrent: Attribute(0x8, TlvInt64.bound({ min: 0 }), { persistent: true, default: 0 }),
|
|
909
909
|
|
|
910
910
|
/**
|
|
911
|
-
* @see {@link MatterSpecification.
|
|
911
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8
|
|
912
912
|
*/
|
|
913
913
|
sessionEnergyDischarged: Attribute(
|
|
914
914
|
0x43,
|
|
@@ -922,7 +922,7 @@ export namespace EnergyEvse {
|
|
|
922
922
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
923
923
|
* maximum discharge current.
|
|
924
924
|
*
|
|
925
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3
|
|
926
926
|
*/
|
|
927
927
|
enableDischarging: Command(0x3, TlvEnableDischargingRequest, 0x3, TlvNoResponse, { timed: true })
|
|
928
928
|
}
|
|
@@ -941,7 +941,7 @@ export namespace EnergyEvse {
|
|
|
941
941
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
942
942
|
* enabled.
|
|
943
943
|
*
|
|
944
|
-
* @see {@link MatterSpecification.
|
|
944
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.12
|
|
945
945
|
*/
|
|
946
946
|
nextChargeStartTime: Attribute(0x23, TlvNullable(TlvEpochS), { default: null }),
|
|
947
947
|
|
|
@@ -953,7 +953,7 @@ export namespace EnergyEvse {
|
|
|
953
953
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
954
954
|
* enabled.
|
|
955
955
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.13
|
|
957
957
|
*/
|
|
958
958
|
nextChargeTargetTime: Attribute(0x24, TlvNullable(TlvEpochS), { default: null }),
|
|
959
959
|
|
|
@@ -965,7 +965,7 @@ export namespace EnergyEvse {
|
|
|
965
965
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
966
966
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
967
967
|
*
|
|
968
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.14
|
|
969
969
|
*/
|
|
970
970
|
nextChargeRequiredEnergy: Attribute(0x25, TlvNullable(TlvInt64.bound({ min: 0 })), { default: null }),
|
|
971
971
|
|
|
@@ -979,7 +979,7 @@ export namespace EnergyEvse {
|
|
|
979
979
|
*
|
|
980
980
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
981
981
|
*
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.15
|
|
983
983
|
*/
|
|
984
984
|
nextChargeTargetSoC: Attribute(0x26, TlvNullable(TlvPercent), { default: null }),
|
|
985
985
|
|
|
@@ -1013,7 +1013,7 @@ export namespace EnergyEvse {
|
|
|
1013
1013
|
*
|
|
1014
1014
|
* = 29.82 Miles
|
|
1015
1015
|
*
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1016
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.16
|
|
1017
1017
|
*/
|
|
1018
1018
|
approximateEvEfficiency: OptionalWritableAttribute(
|
|
1019
1019
|
0x27,
|
|
@@ -1026,21 +1026,21 @@ export namespace EnergyEvse {
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Allows a client to set the user specified charging targets.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
|
|
1030
1030
|
*/
|
|
1031
1031
|
setTargets: Command(0x5, TlvSetTargetsRequest, 0x5, TlvNoResponse, { timed: true }),
|
|
1032
1032
|
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Allows a client to retrieve the current set of charging targets.
|
|
1035
1035
|
*
|
|
1036
|
-
* @see {@link MatterSpecification.
|
|
1036
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.6
|
|
1037
1037
|
*/
|
|
1038
1038
|
getTargets: Command(0x6, TlvNoArguments, 0x0, TlvGetTargetsResponse, { timed: true }),
|
|
1039
1039
|
|
|
1040
1040
|
/**
|
|
1041
1041
|
* Allows a client to clear all stored charging targets.
|
|
1042
1042
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1043
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.8
|
|
1044
1044
|
*/
|
|
1045
1045
|
clearTargets: Command(0x7, TlvNoArguments, 0x7, TlvNoResponse, { timed: true })
|
|
1046
1046
|
}
|
|
@@ -1057,14 +1057,14 @@ export namespace EnergyEvse {
|
|
|
1057
1057
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
1058
1058
|
* value.
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.17
|
|
1061
1061
|
*/
|
|
1062
1062
|
stateOfCharge: Attribute(0x30, TlvNullable(TlvPercent), { default: null }),
|
|
1063
1063
|
|
|
1064
1064
|
/**
|
|
1065
1065
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
1066
1066
|
*
|
|
1067
|
-
* @see {@link MatterSpecification.
|
|
1067
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.18
|
|
1068
1068
|
*/
|
|
1069
1069
|
batteryCapacity: Attribute(0x31, TlvNullable(TlvInt64.bound({ min: 0 })), { default: null })
|
|
1070
1070
|
}
|
|
@@ -1082,7 +1082,7 @@ export namespace EnergyEvse {
|
|
|
1082
1082
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
1083
1083
|
* this is unknown.
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.19
|
|
1086
1086
|
*/
|
|
1087
1087
|
vehicleId: Attribute(0x32, TlvNullable(TlvString.bound({ maxLength: 32 })), { default: null })
|
|
1088
1088
|
}
|
|
@@ -1097,7 +1097,7 @@ export namespace EnergyEvse {
|
|
|
1097
1097
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
1098
1098
|
* card ID and use this to authenticate and start the charging session.
|
|
1099
1099
|
*
|
|
1100
|
-
* @see {@link MatterSpecification.
|
|
1100
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
|
|
1101
1101
|
*/
|
|
1102
1102
|
rfid: OptionalEvent(0x5, EventPriority.Info, TlvRfidEvent)
|
|
1103
1103
|
}
|
|
@@ -1136,7 +1136,7 @@ export namespace EnergyEvse {
|
|
|
1136
1136
|
*
|
|
1137
1137
|
* See the Device Energy Management Cluster for more details.
|
|
1138
1138
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.
|
|
1139
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.4.1
|
|
1140
1140
|
*/
|
|
1141
1141
|
chargingPreferences: BitFlag(0),
|
|
1142
1142
|
|
|
@@ -1153,7 +1153,7 @@ export namespace EnergyEvse {
|
|
|
1153
1153
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
1154
1154
|
* this cluster.
|
|
1155
1155
|
*
|
|
1156
|
-
* @see {@link MatterSpecification.
|
|
1156
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.4.2
|
|
1157
1157
|
*/
|
|
1158
1158
|
soCReporting: BitFlag(1),
|
|
1159
1159
|
|
|
@@ -1166,7 +1166,7 @@ export namespace EnergyEvse {
|
|
|
1166
1166
|
*
|
|
1167
1167
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
1168
1168
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1169
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.4.3
|
|
1170
1170
|
*/
|
|
1171
1171
|
plugAndCharge: BitFlag(2),
|
|
1172
1172
|
|
|
@@ -1181,7 +1181,7 @@ export namespace EnergyEvse {
|
|
|
1181
1181
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
1182
1182
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
1183
1183
|
*
|
|
1184
|
-
* @see {@link MatterSpecification.
|
|
1184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.4.4
|
|
1185
1185
|
*/
|
|
1186
1186
|
rfid: BitFlag(3),
|
|
1187
1187
|
|
|
@@ -1197,7 +1197,7 @@ export namespace EnergyEvse {
|
|
|
1197
1197
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
1198
1198
|
* both fluctuate.
|
|
1199
1199
|
*
|
|
1200
|
-
* @see {@link MatterSpecification.
|
|
1200
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.4.5
|
|
1201
1201
|
*/
|
|
1202
1202
|
v2X: BitFlag(4)
|
|
1203
1203
|
},
|
|
@@ -1219,14 +1219,14 @@ export namespace EnergyEvse {
|
|
|
1219
1219
|
*
|
|
1220
1220
|
* A null value shall indicate that the state cannot be determined.
|
|
1221
1221
|
*
|
|
1222
|
-
* @see {@link MatterSpecification.
|
|
1222
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.1
|
|
1223
1223
|
*/
|
|
1224
1224
|
state: Attribute(0x0, TlvNullable(TlvEnum<State>())),
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
1227
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
1228
1228
|
*
|
|
1229
|
-
* @see {@link MatterSpecification.
|
|
1229
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.2
|
|
1230
1230
|
*/
|
|
1231
1231
|
supplyState: Attribute(0x1, TlvEnum<SupplyState>()),
|
|
1232
1232
|
|
|
@@ -1237,7 +1237,7 @@ export namespace EnergyEvse {
|
|
|
1237
1237
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
1238
1238
|
* FaultState attribute shall be NoError.
|
|
1239
1239
|
*
|
|
1240
|
-
* @see {@link MatterSpecification.
|
|
1240
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.3
|
|
1241
1241
|
*/
|
|
1242
1242
|
faultState: Attribute(0x2, TlvEnum<FaultState>()),
|
|
1243
1243
|
|
|
@@ -1252,7 +1252,7 @@ export namespace EnergyEvse {
|
|
|
1252
1252
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1253
1253
|
* being charged.
|
|
1254
1254
|
*
|
|
1255
|
-
* @see {@link MatterSpecification.
|
|
1255
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.4
|
|
1256
1256
|
*/
|
|
1257
1257
|
chargingEnabledUntil: Attribute(0x3, TlvNullable(TlvEpochS), { persistent: true, default: 0 }),
|
|
1258
1258
|
|
|
@@ -1261,7 +1261,7 @@ export namespace EnergyEvse {
|
|
|
1261
1261
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
1262
1262
|
* setting of such values by an installer.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.6
|
|
1265
1265
|
*/
|
|
1266
1266
|
circuitCapacity: Attribute(0x5, TlvInt64.bound({ min: 0 }), { persistent: true, default: 0 }),
|
|
1267
1267
|
|
|
@@ -1270,7 +1270,7 @@ export namespace EnergyEvse {
|
|
|
1270
1270
|
*
|
|
1271
1271
|
* The attribute can be set using the EnableCharging command.
|
|
1272
1272
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1273
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.7
|
|
1274
1274
|
*/
|
|
1275
1275
|
minimumChargeCurrent: Attribute(0x6, TlvInt64.bound({ min: 0 }), { persistent: true, default: 6000 }),
|
|
1276
1276
|
|
|
@@ -1294,7 +1294,7 @@ export namespace EnergyEvse {
|
|
|
1294
1294
|
*
|
|
1295
1295
|
* • UserMaximumChargeCurrent attribute
|
|
1296
1296
|
*
|
|
1297
|
-
* @see {@link MatterSpecification.
|
|
1297
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.8
|
|
1298
1298
|
*/
|
|
1299
1299
|
maximumChargeCurrent: Attribute(0x7, TlvInt64.bound({ min: 0 }), { persistent: true, default: 0 }),
|
|
1300
1300
|
|
|
@@ -1314,7 +1314,7 @@ export namespace EnergyEvse {
|
|
|
1314
1314
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
1315
1315
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
1316
1316
|
*
|
|
1317
|
-
* @see {@link MatterSpecification.
|
|
1317
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.10
|
|
1318
1318
|
*/
|
|
1319
1319
|
userMaximumChargeCurrent: OptionalWritableAttribute(
|
|
1320
1320
|
0x9,
|
|
@@ -1333,7 +1333,7 @@ export namespace EnergyEvse {
|
|
|
1333
1333
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
1334
1334
|
* initial planned start time.
|
|
1335
1335
|
*
|
|
1336
|
-
* @see {@link MatterSpecification.
|
|
1336
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8.11
|
|
1337
1337
|
*/
|
|
1338
1338
|
randomizationDelayWindow: OptionalWritableAttribute(
|
|
1339
1339
|
0xa,
|
|
@@ -1342,17 +1342,17 @@ export namespace EnergyEvse {
|
|
|
1342
1342
|
),
|
|
1343
1343
|
|
|
1344
1344
|
/**
|
|
1345
|
-
* @see {@link MatterSpecification.
|
|
1345
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8
|
|
1346
1346
|
*/
|
|
1347
1347
|
sessionId: Attribute(0x40, TlvNullable(TlvUInt32), { persistent: true, default: null }),
|
|
1348
1348
|
|
|
1349
1349
|
/**
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8
|
|
1351
1351
|
*/
|
|
1352
1352
|
sessionDuration: Attribute(0x41, TlvNullable(TlvUInt32), { persistent: true, default: null }),
|
|
1353
1353
|
|
|
1354
1354
|
/**
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.8
|
|
1356
1356
|
*/
|
|
1357
1357
|
sessionEnergyCharged: Attribute(
|
|
1358
1358
|
0x42,
|
|
@@ -1365,7 +1365,7 @@ export namespace EnergyEvse {
|
|
|
1365
1365
|
/**
|
|
1366
1366
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
1367
1367
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1368
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.1
|
|
1369
1369
|
*/
|
|
1370
1370
|
disable: Command(0x1, TlvNoArguments, 0x1, TlvNoResponse, { timed: true }),
|
|
1371
1371
|
|
|
@@ -1373,14 +1373,14 @@ export namespace EnergyEvse {
|
|
|
1373
1373
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
1374
1374
|
* minimum charge current.
|
|
1375
1375
|
*
|
|
1376
|
-
* @see {@link MatterSpecification.
|
|
1376
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
|
|
1377
1377
|
*/
|
|
1378
1378
|
enableCharging: Command(0x2, TlvEnableChargingRequest, 0x2, TlvNoResponse, { timed: true }),
|
|
1379
1379
|
|
|
1380
1380
|
/**
|
|
1381
1381
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
1382
1382
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.9.4
|
|
1384
1384
|
*/
|
|
1385
1385
|
startDiagnostics: OptionalCommand(0x4, TlvNoArguments, 0x4, TlvNoResponse, { timed: true })
|
|
1386
1386
|
},
|
|
@@ -1389,7 +1389,7 @@ export namespace EnergyEvse {
|
|
|
1389
1389
|
/**
|
|
1390
1390
|
* This event shall be generated when the EV is plugged in.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
|
|
1393
1393
|
*/
|
|
1394
1394
|
evConnected: Event(0x0, EventPriority.Info, TlvEvConnectedEvent),
|
|
1395
1395
|
|
|
@@ -1397,7 +1397,7 @@ export namespace EnergyEvse {
|
|
|
1397
1397
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
1398
1398
|
* in). When the vehicle is unplugged then the session is ended.
|
|
1399
1399
|
*
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
|
|
1401
1401
|
*/
|
|
1402
1402
|
evNotDetected: Event(0x1, EventPriority.Info, TlvEvNotDetectedEvent),
|
|
1403
1403
|
|
|
@@ -1406,7 +1406,7 @@ export namespace EnergyEvse {
|
|
|
1406
1406
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1407
1407
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1408
1408
|
*
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1409
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
|
|
1410
1410
|
*/
|
|
1411
1411
|
energyTransferStarted: Event(0x2, EventPriority.Info, TlvEnergyTransferStartedEvent),
|
|
1412
1412
|
|
|
@@ -1415,7 +1415,7 @@ export namespace EnergyEvse {
|
|
|
1415
1415
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1416
1416
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
|
|
1419
1419
|
*/
|
|
1420
1420
|
energyTransferStopped: Event(0x3, EventPriority.Info, TlvEnergyTransferStoppedEvent),
|
|
1421
1421
|
|
|
@@ -1430,7 +1430,7 @@ export namespace EnergyEvse {
|
|
|
1430
1430
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
1431
1431
|
* shall be set back to its previous state.
|
|
1432
1432
|
*
|
|
1433
|
-
* @see {@link MatterSpecification.
|
|
1433
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
|
|
1434
1434
|
*/
|
|
1435
1435
|
fault: Event(0x4, EventPriority.Critical, TlvFaultEvent)
|
|
1436
1436
|
},
|
|
@@ -1490,7 +1490,7 @@ export namespace EnergyEvse {
|
|
|
1490
1490
|
* EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
|
|
1491
1491
|
* method.
|
|
1492
1492
|
*
|
|
1493
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 9.3
|
|
1494
1494
|
*/
|
|
1495
1495
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
1496
1496
|
|