Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35d9aac

Browse files
committedJul 8, 2024
Updated energy-evse-cluster using Alchemy to match Spec PR:9317 based on review that DischargingCurrent was inconsistent.
1 parent b7b7631 commit 35d9aac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/app/zap-templates/zcl/data-model/chip/energy-evse-cluster.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ limitations under the License.
169169
<arg id="0" name="ChargingEnabledUntil" type="epoch_s" isNullable="true"/>
170170
<arg id="1" name="MinimumChargeCurrent" type="amperage_ma" min="0"/>
171171
<arg id="2" name="MaximumChargeCurrent" type="amperage_ma" min="0"/>
172-
<description>Allows a client to enable the EVSE to charge an EV.</description>
172+
<description>This command allows a client to enable the EVSE to charge an EV,</description>
173173
</command>
174174

175175
<command source="client" code="0x03" name="EnableDischarging" optional="true" mustUseTimedInvoke="true" apiMaturity="provisional">
176176
<arg id="0" name="DischargingEnabledUntil" type="epoch_s" isNullable="true"/>
177177
<arg id="1" name="MaximumDischargeCurrent" type="amperage_ma" min="0"/>
178-
<description>Allows a client to enable the EVSE to discharge an EV.</description>
178+
<description>Upon receipt, this SHALL allow a client to enable the discharge of an EV,</description>
179179
</command>
180180

181181
<command source="client" code="0x04" name="StartDiagnostics" optional="true" mustUseTimedInvoke="true">
@@ -188,7 +188,7 @@ limitations under the License.
188188
</command>
189189

190190
<command source="client" code="0x06" name="GetTargets" optional="true" response="GetTargetsResponse" mustUseTimedInvoke="true" apiMaturity="provisional">
191-
<description>Allows a client to retrieve the user specified charging targets.</description>
191+
<description>Allows a client to retrieve the current set of charging targets.</description>
192192
</command>
193193

194194
<command source="client" code="0x07" name="ClearTargets" optional="true" mustUseTimedInvoke="true" apiMaturity="provisional">
@@ -219,7 +219,7 @@ limitations under the License.
219219
<field id="0" name="SessionID" type="int32u"/>
220220
<field id="1" name="State" type="StateEnum" min="0x00" max="0x06"/>
221221
<field id="2" name="MaximumCurrent" type="amperage_ma" min="0"/>
222-
<field id="3" name="MaximumDischargingCurrent" type="amperage_ma" optional="true" min="0"/>
222+
<field id="3" name="MaximumDischargeCurrent" type="amperage_ma" optional="true" min="0"/>
223223
</event>
224224

225225
<event side="server" code="0x03" name="EnergyTransferStopped" priority="info">

0 commit comments

Comments
 (0)
Please sign in to comment.