Skip to content

Commit 5e1a942

Browse files
LKuemmelbenderl
authored andcommitted
specify openWB Pro name (openWB#2243)
1 parent 9b972a6 commit 5e1a942

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)