Commit 06e598e
authored
feat: Remove deprecated dataclass (#699)
### Changes included in this PR
#### Breaking changes:
- Removed all the deprecated dataclasses from `call.py` and
`call_result.py` for OCPP 1.6 and OCPP 2.0.1.
- Removed logic in `charge_point.py` where the deprecated dataclasses
were being handled.
### Impact
- User's need to update the codebase and migrate from old dataclass
nomenclature to the new one:
- The old dataclasses had `Payload` at the end of the class name.
- The new dataclasses don't have the `Payload` at the end of the class
name.
### Checklist
1. [x] Does your submission pass the existing tests?
2. [ ] Are there new tests that cover these additions/changes?
3. [x] Have you linted your code locally before submission?1 parent 7e6136b commit 06e598e
File tree
5 files changed
+0
-2701
lines changed- ocpp
- v16
- v201
5 files changed
+0
-2701
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | 406 | | |
410 | 407 | | |
411 | 408 | | |
| |||
0 commit comments