Skip to content

Commit

Permalink
- (PLCHome) Solved the problem that no inverter list but result 2 was…
Browse files Browse the repository at this point in the history
… returned in NOAH.

- (PLCHome) Added NOAH.
  • Loading branch information
PLCHome committed Aug 13, 2024
1 parent 4027c53 commit 597dfc0
Show file tree
Hide file tree
Showing 5 changed files with 1,033 additions and 987 deletions.
2 changes: 1 addition & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["iobroker", "license", "manual-review"],
"plugins": ["iobroker", "license", "manual-review"]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@ Therefore, the description has also been removed.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**

- (PLCHome) Solved the problem that no inverter list but result 2 was returned in NOAH.
- (PLCHome) Added NOAH.

### 3.2.4 (2024-07-03)

- (PLCHome) Configure this adapter to use the release script.
Expand Down
7 changes: 5 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@
},
"authors": ["PLCHome"],
"keywords": ["growatt", "shine", "shinephone", "shineapi", "solarenergy", "home automation", "solar power", "solar power plant", "solaranlage"],
"license": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"main": "growattMain.js",
"icon": "growatt.png",
Expand All @@ -146,7 +149,7 @@
"loglevel": "info",
"mode": "daemon",
"messagebox": true,
"subscribe": "messagebox",
"tier": 3,
"type": "energy",
"compact": true,
"connectionType": "cloud",
Expand Down
Loading

0 comments on commit 597dfc0

Please sign in to comment.