@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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
|
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
300
300
|
* battery during charging, or for heating or cooling the cabin.
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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 Section 9.3.8.7,
|
|
607
607
|
* “MinimumChargeCurrent Attribute” for further details).
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Cluster} § 9.3.8.5
|
|
891
891
|
*/
|
|
892
892
|
dischargingEnabledUntil: Attribute(0x4, TlvNullable(TlvEpochS), { persistent: true }),
|
|
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.v142.Cluster} § 9.3.8.9
|
|
907
907
|
*/
|
|
908
908
|
maximumDischargeCurrent: Attribute(0x8, TlvInt64.bound({ min: 0 }), { persistent: true }),
|
|
909
909
|
|
|
910
910
|
/**
|
|
911
|
-
* @see {@link MatterSpecification.
|
|
911
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
912
912
|
*/
|
|
913
913
|
sessionEnergyDischarged: Attribute(0x43, TlvNullable(TlvInt64.bound({ min: 0 })), { persistent: true })
|
|
914
914
|
},
|
|
@@ -918,7 +918,7 @@ export namespace EnergyEvse {
|
|
|
918
918
|
* Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
|
|
919
919
|
* maximum discharge current.
|
|
920
920
|
*
|
|
921
|
-
* @see {@link MatterSpecification.
|
|
921
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
|
|
922
922
|
*/
|
|
923
923
|
enableDischarging: Command(0x3, TlvEnableDischargingRequest, 0x3, TlvNoResponse, { timed: true })
|
|
924
924
|
}
|
|
@@ -937,7 +937,7 @@ export namespace EnergyEvse {
|
|
|
937
937
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
938
938
|
* enabled.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.12
|
|
941
941
|
*/
|
|
942
942
|
nextChargeStartTime: Attribute(0x23, TlvNullable(TlvEpochS)),
|
|
943
943
|
|
|
@@ -949,7 +949,7 @@ export namespace EnergyEvse {
|
|
|
949
949
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
950
950
|
* enabled.
|
|
951
951
|
*
|
|
952
|
-
* @see {@link MatterSpecification.
|
|
952
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.13
|
|
953
953
|
*/
|
|
954
954
|
nextChargeTargetTime: Attribute(0x24, TlvNullable(TlvEpochS)),
|
|
955
955
|
|
|
@@ -961,7 +961,7 @@ export namespace EnergyEvse {
|
|
|
961
961
|
* Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
|
|
962
962
|
* enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
|
|
963
963
|
*
|
|
964
|
-
* @see {@link MatterSpecification.
|
|
964
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.14
|
|
965
965
|
*/
|
|
966
966
|
nextChargeRequiredEnergy: Attribute(0x25, TlvNullable(TlvInt64.bound({ min: 0 }))),
|
|
967
967
|
|
|
@@ -974,7 +974,7 @@ export namespace EnergyEvse {
|
|
|
974
974
|
*
|
|
975
975
|
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
976
976
|
*
|
|
977
|
-
* @see {@link MatterSpecification.
|
|
977
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.15
|
|
978
978
|
*/
|
|
979
979
|
nextChargeTargetSoC: Attribute(0x26, TlvNullable(TlvPercent)),
|
|
980
980
|
|
|
@@ -1008,7 +1008,7 @@ export namespace EnergyEvse {
|
|
|
1008
1008
|
*
|
|
1009
1009
|
* = 29.82 Miles
|
|
1010
1010
|
*
|
|
1011
|
-
* @see {@link MatterSpecification.
|
|
1011
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.16
|
|
1012
1012
|
*/
|
|
1013
1013
|
approximateEvEfficiency: OptionalWritableAttribute(
|
|
1014
1014
|
0x27,
|
|
@@ -1021,21 +1021,21 @@ export namespace EnergyEvse {
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* Allows a client to set the user specified charging targets.
|
|
1023
1023
|
*
|
|
1024
|
-
* @see {@link MatterSpecification.
|
|
1024
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
|
|
1025
1025
|
*/
|
|
1026
1026
|
setTargets: Command(0x5, TlvSetTargetsRequest, 0x5, TlvNoResponse, { timed: true }),
|
|
1027
1027
|
|
|
1028
1028
|
/**
|
|
1029
1029
|
* Allows a client to retrieve the current set of charging targets.
|
|
1030
1030
|
*
|
|
1031
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.6
|
|
1032
1032
|
*/
|
|
1033
1033
|
getTargets: Command(0x6, TlvNoArguments, 0x0, TlvGetTargetsResponse, { timed: true }),
|
|
1034
1034
|
|
|
1035
1035
|
/**
|
|
1036
1036
|
* Allows a client to clear all stored charging targets.
|
|
1037
1037
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.8
|
|
1039
1039
|
*/
|
|
1040
1040
|
clearTargets: Command(0x7, TlvNoArguments, 0x7, TlvNoResponse, { timed: true })
|
|
1041
1041
|
}
|
|
@@ -1052,14 +1052,14 @@ export namespace EnergyEvse {
|
|
|
1052
1052
|
* the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
|
|
1053
1053
|
* value.
|
|
1054
1054
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1055
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.17
|
|
1056
1056
|
*/
|
|
1057
1057
|
stateOfCharge: Attribute(0x30, TlvNullable(TlvPercent)),
|
|
1058
1058
|
|
|
1059
1059
|
/**
|
|
1060
1060
|
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
1061
1061
|
*
|
|
1062
|
-
* @see {@link MatterSpecification.
|
|
1062
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.18
|
|
1063
1063
|
*/
|
|
1064
1064
|
batteryCapacity: Attribute(0x31, TlvNullable(TlvInt64.bound({ min: 0 })))
|
|
1065
1065
|
}
|
|
@@ -1077,7 +1077,7 @@ export namespace EnergyEvse {
|
|
|
1077
1077
|
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
1078
1078
|
* this is unknown.
|
|
1079
1079
|
*
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.19
|
|
1081
1081
|
*/
|
|
1082
1082
|
vehicleId: Attribute(0x32, TlvNullable(TlvString.bound({ maxLength: 32 })))
|
|
1083
1083
|
}
|
|
@@ -1092,7 +1092,7 @@ export namespace EnergyEvse {
|
|
|
1092
1092
|
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
1093
1093
|
* card ID and use this to authenticate and start the charging session.
|
|
1094
1094
|
*
|
|
1095
|
-
* @see {@link MatterSpecification.
|
|
1095
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
|
|
1096
1096
|
*/
|
|
1097
1097
|
rfid: OptionalEvent(0x5, Priority.Info, TlvRfidEvent)
|
|
1098
1098
|
}
|
|
@@ -1129,7 +1129,7 @@ export namespace EnergyEvse {
|
|
|
1129
1129
|
*
|
|
1130
1130
|
* See the Device Energy Management Cluster for more details.
|
|
1131
1131
|
*
|
|
1132
|
-
* @see {@link MatterSpecification.
|
|
1132
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
|
|
1133
1133
|
*/
|
|
1134
1134
|
chargingPreferences: BitFlag(0),
|
|
1135
1135
|
|
|
@@ -1144,7 +1144,7 @@ export namespace EnergyEvse {
|
|
|
1144
1144
|
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
1145
1145
|
* this cluster.
|
|
1146
1146
|
*
|
|
1147
|
-
* @see {@link MatterSpecification.
|
|
1147
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
|
|
1148
1148
|
*/
|
|
1149
1149
|
soCReporting: BitFlag(1),
|
|
1150
1150
|
|
|
@@ -1155,7 +1155,7 @@ export namespace EnergyEvse {
|
|
|
1155
1155
|
*
|
|
1156
1156
|
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
1157
1157
|
*
|
|
1158
|
-
* @see {@link MatterSpecification.
|
|
1158
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
|
|
1159
1159
|
*/
|
|
1160
1160
|
plugAndCharge: BitFlag(2),
|
|
1161
1161
|
|
|
@@ -1168,7 +1168,7 @@ export namespace EnergyEvse {
|
|
|
1168
1168
|
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
1169
1169
|
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
1170
1170
|
*
|
|
1171
|
-
* @see {@link MatterSpecification.
|
|
1171
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
|
|
1172
1172
|
*/
|
|
1173
1173
|
rfid: BitFlag(3),
|
|
1174
1174
|
|
|
@@ -1182,7 +1182,7 @@ export namespace EnergyEvse {
|
|
|
1182
1182
|
* to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
|
|
1183
1183
|
* both fluctuate.
|
|
1184
1184
|
*
|
|
1185
|
-
* @see {@link MatterSpecification.
|
|
1185
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
|
|
1186
1186
|
*/
|
|
1187
1187
|
v2X: BitFlag(4)
|
|
1188
1188
|
},
|
|
@@ -1204,14 +1204,14 @@ export namespace EnergyEvse {
|
|
|
1204
1204
|
*
|
|
1205
1205
|
* A null value shall indicate that the state cannot be determined.
|
|
1206
1206
|
*
|
|
1207
|
-
* @see {@link MatterSpecification.
|
|
1207
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.1
|
|
1208
1208
|
*/
|
|
1209
1209
|
state: Attribute(0x0, TlvNullable(TlvEnum<State>())),
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
1213
1213
|
*
|
|
1214
|
-
* @see {@link MatterSpecification.
|
|
1214
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.2
|
|
1215
1215
|
*/
|
|
1216
1216
|
supplyState: Attribute(0x1, TlvEnum<SupplyState>()),
|
|
1217
1217
|
|
|
@@ -1222,7 +1222,7 @@ export namespace EnergyEvse {
|
|
|
1222
1222
|
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
1223
1223
|
* FaultState attribute shall be NoError.
|
|
1224
1224
|
*
|
|
1225
|
-
* @see {@link MatterSpecification.
|
|
1225
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.3
|
|
1226
1226
|
*/
|
|
1227
1227
|
faultState: Attribute(0x2, TlvEnum<FaultState>()),
|
|
1228
1228
|
|
|
@@ -1237,7 +1237,7 @@ export namespace EnergyEvse {
|
|
|
1237
1237
|
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
|
|
1238
1238
|
* being charged.
|
|
1239
1239
|
*
|
|
1240
|
-
* @see {@link MatterSpecification.
|
|
1240
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.4
|
|
1241
1241
|
*/
|
|
1242
1242
|
chargingEnabledUntil: Attribute(0x3, TlvNullable(TlvEpochS), { persistent: true }),
|
|
1243
1243
|
|
|
@@ -1246,7 +1246,7 @@ export namespace EnergyEvse {
|
|
|
1246
1246
|
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
1247
1247
|
* setting of such values by an installer.
|
|
1248
1248
|
*
|
|
1249
|
-
* @see {@link MatterSpecification.
|
|
1249
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.6
|
|
1250
1250
|
*/
|
|
1251
1251
|
circuitCapacity: Attribute(0x5, TlvInt64.bound({ min: 0 }), { persistent: true }),
|
|
1252
1252
|
|
|
@@ -1255,7 +1255,7 @@ export namespace EnergyEvse {
|
|
|
1255
1255
|
*
|
|
1256
1256
|
* The attribute can be set using the EnableCharging command.
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.7
|
|
1259
1259
|
*/
|
|
1260
1260
|
minimumChargeCurrent: Attribute(0x6, TlvInt64.bound({ min: 0 }), { persistent: true }),
|
|
1261
1261
|
|
|
@@ -1279,7 +1279,7 @@ export namespace EnergyEvse {
|
|
|
1279
1279
|
*
|
|
1280
1280
|
* • UserMaximumChargeCurrent attribute
|
|
1281
1281
|
*
|
|
1282
|
-
* @see {@link MatterSpecification.
|
|
1282
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.8
|
|
1283
1283
|
*/
|
|
1284
1284
|
maximumChargeCurrent: Attribute(0x7, TlvInt64.bound({ min: 0 }), { persistent: true }),
|
|
1285
1285
|
|
|
@@ -1297,7 +1297,7 @@ export namespace EnergyEvse {
|
|
|
1297
1297
|
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
|
|
1298
1298
|
* persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
1299
1299
|
*
|
|
1300
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.10
|
|
1301
1301
|
*/
|
|
1302
1302
|
userMaximumChargeCurrent: OptionalWritableAttribute(
|
|
1303
1303
|
0x9,
|
|
@@ -1316,7 +1316,7 @@ export namespace EnergyEvse {
|
|
|
1316
1316
|
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
1317
1317
|
* initial planned start time.
|
|
1318
1318
|
*
|
|
1319
|
-
* @see {@link MatterSpecification.
|
|
1319
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8.11
|
|
1320
1320
|
*/
|
|
1321
1321
|
randomizationDelayWindow: OptionalWritableAttribute(
|
|
1322
1322
|
0xa,
|
|
@@ -1325,17 +1325,17 @@ export namespace EnergyEvse {
|
|
|
1325
1325
|
),
|
|
1326
1326
|
|
|
1327
1327
|
/**
|
|
1328
|
-
* @see {@link MatterSpecification.
|
|
1328
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1329
1329
|
*/
|
|
1330
1330
|
sessionId: Attribute(0x40, TlvNullable(TlvUInt32), { persistent: true }),
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
1333
|
-
* @see {@link MatterSpecification.
|
|
1333
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1334
1334
|
*/
|
|
1335
1335
|
sessionDuration: Attribute(0x41, TlvNullable(TlvUInt32), { persistent: true }),
|
|
1336
1336
|
|
|
1337
1337
|
/**
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.8
|
|
1339
1339
|
*/
|
|
1340
1340
|
sessionEnergyCharged: Attribute(0x42, TlvNullable(TlvInt64.bound({ min: 0 })), { persistent: true })
|
|
1341
1341
|
},
|
|
@@ -1344,7 +1344,7 @@ export namespace EnergyEvse {
|
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Allows a client to disable the EVSE from charging and discharging.
|
|
1346
1346
|
*
|
|
1347
|
-
* @see {@link MatterSpecification.
|
|
1347
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.1
|
|
1348
1348
|
*/
|
|
1349
1349
|
disable: Command(0x1, TlvNoArguments, 0x1, TlvNoResponse, { timed: true }),
|
|
1350
1350
|
|
|
@@ -1352,14 +1352,14 @@ export namespace EnergyEvse {
|
|
|
1352
1352
|
* This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
|
|
1353
1353
|
* minimum charge current.
|
|
1354
1354
|
*
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
|
|
1356
1356
|
*/
|
|
1357
1357
|
enableCharging: Command(0x2, TlvEnableChargingRequest, 0x2, TlvNoResponse, { timed: true }),
|
|
1358
1358
|
|
|
1359
1359
|
/**
|
|
1360
1360
|
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
1361
1361
|
*
|
|
1362
|
-
* @see {@link MatterSpecification.
|
|
1362
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.9.4
|
|
1363
1363
|
*/
|
|
1364
1364
|
startDiagnostics: OptionalCommand(0x4, TlvNoArguments, 0x4, TlvNoResponse, { timed: true })
|
|
1365
1365
|
},
|
|
@@ -1368,7 +1368,7 @@ export namespace EnergyEvse {
|
|
|
1368
1368
|
/**
|
|
1369
1369
|
* This event shall be generated when the EV is plugged in.
|
|
1370
1370
|
*
|
|
1371
|
-
* @see {@link MatterSpecification.
|
|
1371
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
|
|
1372
1372
|
*/
|
|
1373
1373
|
evConnected: Event(0x0, Priority.Info, TlvEvConnectedEvent),
|
|
1374
1374
|
|
|
@@ -1376,7 +1376,7 @@ export namespace EnergyEvse {
|
|
|
1376
1376
|
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
1377
1377
|
* in). When the vehicle is unplugged then the session is ended.
|
|
1378
1378
|
*
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
|
|
1380
1380
|
*/
|
|
1381
1381
|
evNotDetected: Event(0x1, Priority.Info, TlvEvNotDetectedEvent),
|
|
1382
1382
|
|
|
@@ -1385,7 +1385,7 @@ export namespace EnergyEvse {
|
|
|
1385
1385
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1386
1386
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1387
1387
|
*
|
|
1388
|
-
* @see {@link MatterSpecification.
|
|
1388
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
|
|
1389
1389
|
*/
|
|
1390
1390
|
energyTransferStarted: Event(0x2, Priority.Info, TlvEnergyTransferStartedEvent),
|
|
1391
1391
|
|
|
@@ -1394,7 +1394,7 @@ export namespace EnergyEvse {
|
|
|
1394
1394
|
* switched between charging and discharging under the control of the PowerAdjustment feature of the Device
|
|
1395
1395
|
* Energy Management cluster of the associated Device Energy Management device.
|
|
1396
1396
|
*
|
|
1397
|
-
* @see {@link MatterSpecification.
|
|
1397
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
|
|
1398
1398
|
*/
|
|
1399
1399
|
energyTransferStopped: Event(0x3, Priority.Info, TlvEnergyTransferStoppedEvent),
|
|
1400
1400
|
|
|
@@ -1409,7 +1409,7 @@ export namespace EnergyEvse {
|
|
|
1409
1409
|
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
1410
1410
|
* shall be set back to its previous state.
|
|
1411
1411
|
*
|
|
1412
|
-
* @see {@link MatterSpecification.
|
|
1412
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
|
|
1413
1413
|
*/
|
|
1414
1414
|
fault: Event(0x4, Priority.Critical, TlvFaultEvent)
|
|
1415
1415
|
},
|
|
@@ -1468,7 +1468,7 @@ export namespace EnergyEvse {
|
|
|
1468
1468
|
* EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
|
|
1469
1469
|
* method.
|
|
1470
1470
|
*
|
|
1471
|
-
* @see {@link MatterSpecification.
|
|
1471
|
+
* @see {@link MatterSpecification.v142.Cluster} § 9.3
|
|
1472
1472
|
*/
|
|
1473
1473
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
1474
1474
|
|