From d0129aa5a85fc73a14eece2cc3bfc7db36467ba6 Mon Sep 17 00:00:00 2001 From: barsnick Date: Tue, 6 Aug 2024 14:48:17 +0200 Subject: [PATCH] types/evse_manager: document new Session Event enum `SwitchingPhases` (#818) This doc was missing in commit f6b74763c0b3de2cd1efffc78d03af81e21bb323, where this enum value was added. Signed-off-by: Moritz Barsnick --- types/evse_manager.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/types/evse_manager.yaml b/types/evse_manager.yaml index aa2994112..e28cc88e0 100644 --- a/types/evse_manager.yaml +++ b/types/evse_manager.yaml @@ -109,6 +109,7 @@ types: ReplugStarted: Signaled when the EVSE Manager virtually replugs without interrupting the session or transaction ReplugFinished: Signaled when the virtual replug process has finished PluginTimeout: Signaled when an EV has been plugged in but no authorization is present within specified ConnectionTimeout + SwitchingPhases: Signaled when the EVSE Manager starts switching phases SessionResumed: Signaled when a session is resumed at startup (e.g. because of previous powerloss) type: string enum: