-
Notifications
You must be signed in to change notification settings - Fork 74
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
Added charging schedules definition #582
Merged
Merged
Commits on Mar 13, 2024
-
feat: create YAML/JSON definition for charging schedule
Note this is an API breaking change. Originally charging schedules were published: { "0": {...}, "1": {...}} using the connector number as the key. This is not supported in the YAML interface or type definitions. Instead an array is used with an additional key added: [ { "connector": 0, ...}, { "connector": 1, ...} ... ] Note is should not be assumed that the array index will match the connector number. The existing types in libocpp have not been changed. A new mapping has been created in the OCPP module. (OCPP201 doesn't publish schedules at the moment) Signed-off-by: James Chapman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adeb7f2 - Browse repository at this point
Copy the full SHA adeb7f2View commit details -
fix: Arrays not supported by the autogenerated code
The autogenerated code doesn't support a module var being an array (of a specific object type) [{},{}] Instead the array is now wrapped in an object: {"schedules": [{},{}]} Signed-off-by: James Chapman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f86d526 - Browse repository at this point
Copy the full SHA f86d526View commit details
Commits on Mar 14, 2024
-
feat: add optional EVSE id for OCPP 2.0.1
Signed-off-by: James Chapman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfe1aa6 - Browse repository at this point
Copy the full SHA bfe1aa6View commit details -
fix: addressed PR comments on use of snake_case
fix: moved conversions to separate file Signed-off-by: James Chapman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa3f464 - Browse repository at this point
Copy the full SHA fa3f464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66af61f - Browse repository at this point
Copy the full SHA 66af61fView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 755ac65 - Browse repository at this point
Copy the full SHA 755ac65View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 472ab02 - Browse repository at this point
Copy the full SHA 472ab02View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a45217a - Browse repository at this point
Copy the full SHA a45217aView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 497bfd5 - Browse repository at this point
Copy the full SHA 497bfd5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.