Skip to content

v0.9.1

Choose a tag to compare

@aaearon aaearon released this 13 May 06:03
· 6 commits to main since this release
b1a0a0e

[0.9.1] — 2026-05-13

Fixed

  • OcppDiagnosticStatus.cpms_name now reads the centralSystem key from the
    cloud ocppStatus.cpms object. Previously it looked up name (which the
    cloud never emits), so cpms_name was always None for real payloads.
    Verified against ConfiguredCpms$$serializer.java and a live capture.