Skip to content

Commit

Permalink
add test for Gen24 GetInverterInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Aug 22, 2021
1 parent c6f2552 commit 7e2bbda
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
"Show": 1,
"StatusCode": 7,
"UniqueID": "100372"
},
"240": {
"CustomName": "tr-3pn-01",
"DT": 1,
"PVPower": 0,
"Show": 1,
"StatusCode": "Running",
"UniqueID": "29301000987160033"
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions pyfronius/tests/web_raw/v1/web_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,14 @@
"StatusCode": 7,
"UniqueID": "100372",
},
{
"device_id": "240",
"CustomName" : "tr-3pn-01",
"DT" : 1,
"PVPower" : 0,
"Show" : 1,
"StatusCode" : "Running",
"UniqueID" : "29301000987160033"
},
]
}

0 comments on commit 7e2bbda

Please sign in to comment.