mirror of
https://github.com/Martin-P/OpenV2G.git
synced 2024-11-08 12:45:42 +00:00
7799eeb24a
git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@36 d9f2db14-54d0-4bde-b00c-16405c910529
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ns0:V2G_Message xmlns:ns0="urn:iso:15118:2:2010:eval1.0:MsgDef"
|
|
xmlns:ns1="urn:iso:15118:2:2010:eval1.0:MsgBody"
|
|
xmlns:ns2="urn:iso:15118:2:2010:eval1.0:MsgDataTypes"
|
|
xmlns:ns3="urn:iso:15118:2:2010:eval1.0:MsgHeader"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:iso:15118:2:2010:eval1.0:MsgDef V2G_CI_MsgDef.xsd">
|
|
<ns0:Header>
|
|
<ns3:SessionInformation>
|
|
<ns2:SessionID>0Fb80Fb80Fb80Fb8</ns2:SessionID>
|
|
<ns2:ProtocolVersion>1</ns2:ProtocolVersion>
|
|
</ns3:SessionInformation>
|
|
</ns0:Header>
|
|
<ns0:Body>
|
|
<ns1:SessionSetupRes>
|
|
<ns1:ResponseCode>OK_SessionSetup</ns1:ResponseCode>
|
|
<ns1:EVSEID>54</ns1:EVSEID>
|
|
<ns1:EVSEStatus>
|
|
<ns2:FatalError>0</ns2:FatalError>
|
|
<ns2:EVSEStandby>1</ns2:EVSEStandby>
|
|
<ns2:ConnectorLocked>1</ns2:ConnectorLocked>
|
|
<ns2:PowerSwitchClosed>0</ns2:PowerSwitchClosed>
|
|
<ns2:RCD>1</ns2:RCD>
|
|
<ns2:ShutDownTime>123456789</ns2:ShutDownTime>
|
|
<ns2:ChargerStandby>1</ns2:ChargerStandby>
|
|
<ns2:EVSEMalfunction>false</ns2:EVSEMalfunction>
|
|
<ns2:StopCharging>true</ns2:StopCharging>
|
|
</ns1:EVSEStatus>
|
|
<ns1:TCurrent>123456789</ns1:TCurrent>
|
|
</ns1:SessionSetupRes>
|
|
</ns0:Body>
|
|
</ns0:V2G_Message>
|