We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049029 commit 2ecc52bCopy full SHA for 2ecc52b
1 file changed
packages/modules/chargepoints/openwb_pro/config.py
@@ -11,7 +11,7 @@ def __init__(self, ip_address: Optional[str] = None, duo_num: int = 0):
11
12
class OpenWBPro(SetupChargepoint[OpenWBProConfiguration]):
13
def __init__(self,
14
- name: str = "openWB Pro",
+ name: str = "openWB Pro (nicht Pro+)",
15
type: str = "openwb_pro",
16
id: int = 0,
17
configuration: OpenWBProConfiguration = None) -> None:
0 commit comments