We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29099a5 commit 5e3512dCopy full SHA for 5e3512d
custom_components/ocpp/enums.py
@@ -63,6 +63,8 @@ class HAChargerSession(str, Enum):
63
class Profiles(IntFlag):
64
"""Flags to indicate supported feature profiles."""
65
66
+ __str__ = Enum.__str__
67
+
68
CORE = auto() # Core
69
FW = auto() # FirmwareManagement
70
SMART = auto() # SmartCharging
0 commit comments