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 083a3cc commit bcaadafCopy full SHA for bcaadaf
custom_components/ocpp/enums.py
@@ -62,7 +62,7 @@ class HAChargerSession(str, Enum):
62
63
class Profiles(IntFlag):
64
"""Flags to indicate supported feature profiles."""
65
-
+
66
__str__ = Enum.__str__
67
68
CORE = auto() # Core
0 commit comments