Skip to content

Commit

Permalink
specify openWB Pro name
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Mar 5, 2025
1 parent 5049029 commit b108ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/chargepoints/openwb_pro/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, ip_address: Optional[str] = None, duo_num: int = 0):

class OpenWBPro(SetupChargepoint[OpenWBProConfiguration]):
def __init__(self,
name: str = "openWB Pro",
name: str = "openWB Pro (nicht Pro+)",
type: str = "openwb_pro",
id: int = 0,
configuration: OpenWBProConfiguration = None) -> None:
Expand Down

0 comments on commit b108ee4

Please sign in to comment.