Skip to content

Commit

Permalink
Consistent name for aiways soc module
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Jan 9, 2025
1 parent 26f3d5e commit b7817f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/vehicles/aiways/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, user_id: Optional[str] = None, vin: Optional[str] = None, dev

class AiwaysVehicleSoc:
def __init__(self,
name: str = "Aiways SoC module",
name: str = "Aiways",
type: str = "aiways",
configuration: AiwaysVehicleSocConfiguration = None) -> None:
self.name = name
Expand Down

0 comments on commit b7817f9

Please sign in to comment.