diff --git a/README.md b/README.md index d0ddbee..76c90ec 100644 --- a/README.md +++ b/README.md @@ -525,35 +525,44 @@ The time read from the inverter is stored here. On the US3000 it is called RTC a If true without ack is written to set, the current time is sent to the Pylontech. When the command has been executed, the status is set to ack = true. -## Changelog +# Changelog -### 0.0.8 (16.02.2024) + + +## **WORK IN PROGRESS** + +- (PLCHome) Configure this adapter to use the release script. + +## 0.0.8 (16.02.2024) - (PLCHome) improved bat n for E-BOX-48100V-D -### 0.0.7 (01.11.2023) +## 0.0.7 (01.11.2023) - (PLCHome) issue "Cannot read properties of undefined (reading 'trim') at Parser" fixed, so E-BOX-4850P works now. -### 0.0.6 (09.10.2023) +## 0.0.6 (09.10.2023) - (PLCHome) The sent command was recognized from the response. Now the command is passed to the parser. -### 0.0.5 (05.10.2023) +## 0.0.5 (05.10.2023) - (PLCHome) Implemenmt the force H2. Thanx to radi for suppoting this project! -### 0.0.4 (04.10.2023) +## 0.0.4 (04.10.2023) - (PLCHome) Removed RFC2217. - (PLCHome) Changed interval to this.interval. - (PLCHome) Change the connection procedure to catch the exception. -### 0.0.3 +## 0.0.3 - (PLCHome) initial release -## License +# License MIT License diff --git a/package-lock.json b/package-lock.json index b01f2f2..876ca39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.pylontech", - "version": "0.0.", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.pylontech", - "version": "0.0.", + "version": "0.0.8", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4",