Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V201/missing component and type enums #300 #487

Merged
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
715bd7a
partial_before_errarta
Jared-Newell-Mobility Oct 11, 2023
34d94a6
added errata components
Jared-Newell-Mobility Oct 11, 2023
7711acf
confirmed, one missing
Jared-Newell-Mobility Oct 11, 2023
98316eb
completion_of_referenced_components_variables_instance_201
Jared-Newell-Mobility Oct 13, 2023
7180348
Corrections
Jared-Newell-Mobility Oct 13, 2023
385c496
Merge branch 'master' into v201/missing-component-and-type-enums-#300
Jared-Newell-Mobility Oct 13, 2023
c80786a
formatted
Jared-Newell-Mobility Oct 13, 2023
6afbae8
Merge remote-tracking branch 'origin/v201/missing-component-and-type-…
Jared-Newell-Mobility Oct 13, 2023
fa72697
snake corrections
Jared-Newell-Mobility Oct 13, 2023
68f6c07
Merge branch 'master' into v201/missing-component-and-type-enums-#300
Jared-Newell-Mobility Nov 6, 2023
b9a5352
change log update
Jared-Newell-Mobility Nov 6, 2023
a97558e
component corrections
Jared-Newell-Mobility Nov 6, 2023
02a3f0f
ordering of components
Jared-Newell-Mobility Nov 6, 2023
b70f6ea
ordering of components
Jared-Newell-Mobility Nov 6, 2023
183ee8c
added to ConnectedEVVariableName
Jared-Newell-Mobility Nov 7, 2023
ece9175
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
c224cb2
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
e9ffbc2
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
3ca67d4
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
b067a1e
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
6f0ea2f
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
f3aa85a
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
e0587b4
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
0d0b880
added enums per appendix 3
Jared-Newell-Mobility Nov 7, 2023
bf44135
final enums per appendix 3
Jared-Newell-Mobility Nov 8, 2023
ed544b2
plus black
Jared-Newell-Mobility Nov 8, 2023
934d773
Merge branch 'master' into v201/missing-component-and-type-enums-#300
Jared-Newell-Mobility Dec 6, 2023
cc35bb5
ConnectedEVVariableName correction
Jared-Newell-Mobility Dec 21, 2023
5ac3214
ChargingStateVariableName correction
Jared-Newell-Mobility Dec 21, 2023
9065bb2
change of CPPWMController variable name
Jared-Newell-Mobility Dec 21, 2023
504dad7
change of DistributionPanelVariableNames
Jared-Newell-Mobility Dec 21, 2023
f7e6777
change of TokenReaderVariableName
Jared-Newell-Mobility Dec 21, 2023
c020087
change of UpstreamProtectionTrigger
Jared-Newell-Mobility Dec 21, 2023
023e323
Update ocpp/v201/enums.py
Jared-Newell-Mobility Dec 21, 2023
7e678c4
Merge branch 'master' into v201/missing-component-and-type-enums-#300
Jared-Newell-Mobility Dec 22, 2023
872bf37
black'd
Jared-Newell-Mobility Dec 22, 2023
815d79b
removed duplicate key
Jared-Newell-Mobility Dec 22, 2023
37cacbf
removed duplicate key
Jared-Newell-Mobility Dec 22, 2023
acff81f
removed duplicate key
Jared-Newell-Mobility Dec 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Change log

- [#300](https://github.com/mobilityhouse/ocpp/issues/300) - v2.0.1 add reference components and variables

## 0.23.0 (2023-11-30)

- [#531] Feat: Add 1.6 security extension datatypes. Thanks [@proelke](https://github.com/proelke)
- [#528](https://github.com/mobilityhouse/ocpp/issues/528) v2.0.1 CertificateHashDataChainType childCertificateHashData requires the default of None.
- [#510](https://github.com/mobilityhouse/ocpp/issues/510) v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics.
- [#508](https://github.com/mobilityhouse/ocpp/issues/508) Exception - OccurrenceConstraintViolationError doc string correction.


## 0.22.0 (2023-11-03)

- [#493](https://github.com/mobilityhouse/ocpp/issues/493) Reduce use of NotSupportedError in favor of NotImplementedError. Thanks [drc38](@https://github.com/drc38).
Expand Down
Loading