Skip to content

Commit 144ac3c

Browse files
committed
1 parent d23a128 commit 144ac3c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"editor.codeActionsOnSave": {
88
"source.organizeImports": true
99
}
10-
}
10+
},
11+
"cSpell.words": ["luxtronik"]
1112
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket
2929
### **WORK IN PROGRESS**
3030

3131
- (UncleSamSwiss) Filtering out empty time log entries
32+
- (UncleSamSwiss) Updated to the latest luxtronik2 dependency
3233

3334
### 0.4.1 (2021-12-30)
3435

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@iobroker/adapter-core": "^2.5.1",
2525
"@sentry/node": "^6.16.1",
26-
"luxtronik2": "^2.5.0",
26+
"luxtronik2": "^2.5.1",
2727
"ws": "^8.4.0",
2828
"xml2js": "^0.4.23"
2929
},

0 commit comments

Comments
 (0)