sessionSetupRes.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ns0:V2G_Message xmlns:ns0="urn:iso:15118:2:2010:eval1.0:MsgDef"
  3. xmlns:ns1="urn:iso:15118:2:2010:eval1.0:MsgBody"
  4. xmlns:ns2="urn:iso:15118:2:2010:eval1.0:MsgDataTypes"
  5. xmlns:ns3="urn:iso:15118:2:2010:eval1.0:MsgHeader"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:schemaLocation="urn:iso:15118:2:2010:eval1.0:MsgDef V2G_CI_MsgDef.xsd">
  8. <ns0:Header>
  9. <ns3:SessionInformation>
  10. <ns2:SessionID>0Fb80Fb80Fb80Fb8</ns2:SessionID>
  11. <ns2:ProtocolVersion>1</ns2:ProtocolVersion>
  12. </ns3:SessionInformation>
  13. </ns0:Header>
  14. <ns0:Body>
  15. <ns1:SessionSetupRes>
  16. <ns1:ResponseCode>OK_SessionSetup</ns1:ResponseCode>
  17. <ns1:EVSEID>54</ns1:EVSEID>
  18. <ns1:EVSEStatus>
  19. <ns2:FatalError>0</ns2:FatalError>
  20. <ns2:EVSEStandby>1</ns2:EVSEStandby>
  21. <ns2:ConnectorLocked>1</ns2:ConnectorLocked>
  22. <ns2:PowerSwitchClosed>0</ns2:PowerSwitchClosed>
  23. <ns2:RCD>1</ns2:RCD>
  24. <ns2:ShutDownTime>123456789</ns2:ShutDownTime>
  25. <ns2:ChargerStandby>1</ns2:ChargerStandby>
  26. <ns2:EVSEMalfunction>false</ns2:EVSEMalfunction>
  27. <ns2:StopCharging>true</ns2:StopCharging>
  28. </ns1:EVSEStatus>
  29. <ns1:TCurrent>123456789</ns1:TCurrent>
  30. </ns1:SessionSetupRes>
  31. </ns0:Body>
  32. </ns0:V2G_Message>