Skip to content

Commit

Permalink
Add name to meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Feb 7, 2023
1 parent ac399ee commit fc3730c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fronius_solarweb/schema/pvsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Status(BaseModel):

class PvSystemMetaData(BaseModel):
pvSystemId: str
name: Optional[str]
status: Optional[Status]
address: Optional[Address]
timezone: Optional[datetime]
Expand Down

0 comments on commit fc3730c

Please sign in to comment.