mirror of
https://github.com/Martin-P/OpenV2G.git
synced 2024-11-08 12:45:42 +00:00
enum fix
git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@100 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
parent
3d6ad81223
commit
a671b75778
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
* internal coding updates
|
||||
* 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:
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue