Skip to content

Commit

Permalink
added new inverter and powermeter states
Browse files Browse the repository at this point in the history
- closes #297
- thanks to @ichaufgithub
  • Loading branch information
foxriver76 committed Mar 18, 2024
1 parent 4efdad5 commit 27f22fe
Show file tree
Hide file tree
Showing 10 changed files with 533 additions and 91 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ The channel provides battery specific information like the number of cycle count
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
* (foxriver76) added new inverter and powermeter states

### 1.17.0 (2023-12-20)
* (foxriver76) sync brightness status of eclipse led
* (foxriver76) fixed issue with eclipse led status (closes #293)
Expand Down
196 changes: 196 additions & 0 deletions build/lib/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/lib/utils.js.map

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/main.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
"type": "energy",
"connectionType": "local",
"dataSource": "poll",
"license": "MIT",
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"messagebox": false,
"restartAdapters": [
"vis",
Expand Down
Loading

0 comments on commit 27f22fe

Please sign in to comment.