Skip to content

Commit 2ecc52b

Browse files
authored
specify openWB Pro name (#2243)
1 parent 5049029 commit 2ecc52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/modules/chargepoints/openwb_pro

packages/modules/chargepoints/openwb_pro/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, ip_address: Optional[str] = None, duo_num: int = 0):
1111

1212
class OpenWBPro(SetupChargepoint[OpenWBProConfiguration]):
1313
def __init__(self,
14-
name: str = "openWB Pro",
14+
name: str = "openWB Pro (nicht Pro+)",
1515
type: str = "openwb_pro",
1616
id: int = 0,
1717
configuration: OpenWBProConfiguration = None) -> None:

0 commit comments

Comments
 (0)