]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ocpp): use Volatile instead of invented Ephemeral for CertificatePrivateKey persi...
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Apr 2026 22:39:21 +0000 (00:39 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Apr 2026 22:39:21 +0000 (00:39 +0200)
commitd73a43d926e9a11cf38d5d57294ba47baa117a87
tree896b3aad18add22521e4df6dbcf0ec4d0b000707
parent66d6967de66c742f8db1a9ea1e81f1a5c56c2ff7
fix(ocpp): use Volatile instead of invented Ephemeral for CertificatePrivateKey persistence

Remove non-spec PersistenceEnumType.Ephemeral value. Use existing
Volatile which correctly prevents disk persistence and is already
used for ~25 other runtime-only variables in the registry.
src/charging-station/ocpp/2.0/OCPP20VariableRegistry.ts
src/types/ocpp/2.0/Variables.ts