Skip to content

Fixes and improvements for OCPP 1.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@lorenzodonini lorenzodonini released this 10 Sep 19:11
· 309 commits to master since this release
bf7b631

Breaking changes

The following changes are small bugfixes/improvements, but will break previous implementations:

  • Modify several optional primitive types to pointers
  • Fix field name in v1.6 SetChargingProfile
  • Fix field name in v1.6 MeterValues

Additions & improvements

  • Added support for basic authentication in client and server
  • Added support TLS config on websocket server
  • Added update firmware logic in 1.6 example
  • Updated more tests and types in v1.6 features
  • Added more logging and error handling in cp1.6 example
  • Improved documentation for websocket package