@@ -169,13 +169,13 @@ limitations under the License.
169
169
<arg id =" 0" name =" ChargingEnabledUntil" type =" epoch_s" isNullable =" true" />
170
170
<arg id =" 1" name =" MinimumChargeCurrent" type =" amperage_ma" min =" 0" />
171
171
<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 >
173
173
</command >
174
174
175
175
<command source =" client" code =" 0x03" name =" EnableDischarging" optional =" true" mustUseTimedInvoke =" true" apiMaturity =" provisional" >
176
176
<arg id =" 0" name =" DischargingEnabledUntil" type =" epoch_s" isNullable =" true" />
177
177
<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 >
179
179
</command >
180
180
181
181
<command source =" client" code =" 0x04" name =" StartDiagnostics" optional =" true" mustUseTimedInvoke =" true" >
@@ -188,7 +188,7 @@ limitations under the License.
188
188
</command >
189
189
190
190
<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 >
192
192
</command >
193
193
194
194
<command source =" client" code =" 0x07" name =" ClearTargets" optional =" true" mustUseTimedInvoke =" true" apiMaturity =" provisional" >
@@ -219,7 +219,7 @@ limitations under the License.
219
219
<field id =" 0" name =" SessionID" type =" int32u" />
220
220
<field id =" 1" name =" State" type =" StateEnum" min =" 0x00" max =" 0x06" />
221
221
<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" />
223
223
</event >
224
224
225
225
<event side =" server" code =" 0x03" name =" EnergyTransferStopped" priority =" info" >
0 commit comments