Skip to content

Commit

Permalink
Fix channels schema
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Feb 7, 2023
1 parent fc3730c commit e2ad3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fronius_solarweb/schema/pvsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Channel(BaseModel):

class Data(BaseModel):
logDateTime: Optional[datetime]
channels: Optional[Channel]
channels: Optional[list[Channel]]


class Status(BaseModel):
Expand Down

0 comments on commit e2ad3cd

Please sign in to comment.