File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+
4
+ - [ #518 ] ( https://github.com/mobilityhouse/ocpp/issues/518 ) OCPP 2.0.1 add additional reason codes from v1.3
5
+ =======
3
6
## 0.24.0 (2023-12-07)
4
7
5
8
- [ #539 ] ( https://github.com/mobilityhouse/ocpp/issues/539 ) feat: Add ChargePoint._ handle_call return value. Thanks [ @wafa-yah ] ( https://github.com/wafa-yah )
Original file line number Diff line number Diff line change @@ -1284,7 +1284,9 @@ class UnitOfMeasureType(str, Enum):
1284
1284
1285
1285
1286
1286
class StatusInfoReasonType (str , Enum ):
1287
- """Standardized reason codes for StatusInfo defined in Appendix 5."""
1287
+ """
1288
+ Standardized reason codes for StatusInfo defined in Appendix 5. v1.3
1289
+ """
1288
1290
1289
1291
cs_not_accepted = "CSNotAccepted"
1290
1292
duplicate_profile = "DuplicateProfile"
@@ -1295,11 +1297,13 @@ class StatusInfoReasonType(str, Enum):
1295
1297
invalid_certificate = "InvalidCertificate"
1296
1298
invalid_csr = "InvalidCSR"
1297
1299
invalid_id_token = "InvalidIdToken"
1300
+ invalid_message_sequence = "InvalidMessageSequence"
1298
1301
invalid_profile = "InvalidProfile"
1299
1302
invaild_schedule = "InvalidSchedule"
1300
1303
invalid_stack_level = "InvalidStackLevel"
1301
1304
invalid_url = "InvalidURL"
1302
1305
invalid_value = "InvalidValue"
1306
+ missing_device_model_info = "MissingDeviceModelInfo"
1303
1307
missing_param = "MissingParam"
1304
1308
no_cable = "NoCable"
1305
1309
no_error = "NoError"
You can’t perform that action at this time.
0 commit comments