Skip to content

Commit 68a7ac5

Browse files
committed
### 0.7.3: Maintenance Release
**Enhancements** - With multiple backflow total data and status data were swapped.
1 parent 931baa9 commit 68a7ac5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.7.3: Maintenance Release
2+
3+
**Enhancements**
4+
5+
- With multiple backflow total data and status data were swapped.
6+
17
### 0.7.2: Maintenance Release
28

39
**Enhancements**

lib/growatttype.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ module.exports = {
253253
[MULTIPLEBACKFLOW]: {
254254
snParam: 'ammerSn',
255255
atIndex: 2,
256-
getTotalData: '/panel/multipleBackflow/getMultipleBackflowStatusData',
257-
getStatusData: '/panel/multipleBackflow/getMultipleBackflowTotalData',
256+
getTotalData: '/panel/multipleBackflow/getMultipleBackflowTotalData',
257+
getStatusData: '/panel/multipleBackflow/getMultipleBackflowStatusData',
258258
},
259259
};

0 commit comments

Comments
 (0)