git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@100 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
daniel_peintner 2017-03-24 09:56:53 +00:00 committed by Martin-P
parent da546e55d8
commit 6432bf8fe8
2 changed files with 4 additions and 3 deletions

View file

@ -25,8 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-------------------------------------------------------------------------
CHANGES from version 0.9.3:
-------------------------------------------------------------------------
* Support for 15118-2-2016 XML schema
* Support for 15118-2-2016 (ISO2) besides 15118-2-2013 (ISO1) and DIN added
* internal coding updates
* bug-fixes
-------------------------------------------------------------------------
CHANGES from version 0.9.2:

View file

@ -551,7 +551,7 @@ typedef enum {
iso1responseCodeType_FAILED_NoChargeServiceSelected = 21,
iso1responseCodeType_FAILED_WrongEnergyTransferMode = 22,
iso1responseCodeType_FAILED_ContactorError = 23,
iso1responseCodeType__FAILED_CertificateNotAllowedAtThisEVSE = 24,
iso1responseCodeType_FAILED_CertificateNotAllowedAtThisEVSE = 24,
iso1responseCodeType_FAILED_CertificateRevoked = 25
} iso1responseCodeType;