From 4b82a3766d23ff335c1930f0ec97578e0f7e1631 Mon Sep 17 00:00:00 2001 From: Jared Newell Date: Fri, 1 Dec 2023 12:00:36 +0100 Subject: [PATCH] update to docstring --- ocpp/v201/enums.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ocpp/v201/enums.py b/ocpp/v201/enums.py index 8660211fa..545186ff9 100644 --- a/ocpp/v201/enums.py +++ b/ocpp/v201/enums.py @@ -1331,8 +1331,7 @@ class StatusInfoReasonType(str, Enum): class SecurityEventType(str, Enum): """ - Security Events as listed in Appendices (Appendix 1. Security Events) - Updated to include v1.3 + Security Events as listed in Appendices (Appendix 1. Security Events) v1.3 """ firmware_updated = "FirmwareUpdated"