Skip to content

Commit

Permalink
### 0.7.3: Maintenance Release
Browse files Browse the repository at this point in the history
**Enhancements**

- With multiple backflow total data and status data were swapped.
  • Loading branch information
PLCHome committed Feb 1, 2024
1 parent 931baa9 commit 68a7ac5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.7.3: Maintenance Release

**Enhancements**

- With multiple backflow total data and status data were swapped.

### 0.7.2: Maintenance Release

**Enhancements**
Expand Down
4 changes: 2 additions & 2 deletions lib/growatttype.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module.exports = {
[MULTIPLEBACKFLOW]: {
snParam: 'ammerSn',
atIndex: 2,
getTotalData: '/panel/multipleBackflow/getMultipleBackflowStatusData',
getStatusData: '/panel/multipleBackflow/getMultipleBackflowTotalData',
getTotalData: '/panel/multipleBackflow/getMultipleBackflowTotalData',
getStatusData: '/panel/multipleBackflow/getMultipleBackflowStatusData',
},
};

0 comments on commit 68a7ac5

Please sign in to comment.