GetLocalListVersion queries the Charging Station to find out which version of the local authorization list is currently installed. Use this before sending SendLocalList to determine if an update is needed.
Expected Response
versionNumber: Integer version number (0 means no list or list not supported)
Usage Notes
Version 0 means either no list is installed or the feature is not supported
Sync your CSMS’s known version with the station’s version before sending updates
Use SendLocalList with updateType: Full if versions are out of sync
Testing Tips
Verify version 0 on a fresh station
Send a SendLocalList and verify the version increments
Common Errors
RpcFrameworkError
Cause: Non-empty payload sent
Solution: GetLocalListVersion request payload must be an empty object {}