| 1234567891011121314151617181920212223242526272829303132 |
- <?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>
|