Skip to content

Commit 23b5b1d

Browse files
committed
update js-controller requirement to >= 7
1 parent 918fda6 commit 23b5b1d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
111111
Placeholder for the next version (at the beginning of the line):
112112
### **WORK IN PROGRESS**
113113
-->
114+
115+
### **WORK IN PROGRESS**
116+
* (Sneak-L8) fix error sentry IOBROKER-KECONTACT-29 an IOBROKER-KECONTACT-2A
117+
* (Sneak-L8) minimum js-controller now >= 7 due to I18n
118+
* (Sneak-L8) fix roles of states in io-package.json
119+
* (Sneak-L8) log of config on level debug instead of info
120+
121+
114122
### 3.0.0 (2025-03-10)
115123
* (Sneak-L8) rebase adapter on newest version of adapter creator
116124
* (Sneak-L8) required js-controller now >= 6.0.11 and admin >= 7.0.23

io-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"supportCustoms": false,
158158
"dependencies": [
159159
{
160-
"js-controller": ">=6.0.11"
160+
"js-controller": ">=7.0.6"
161161
}
162162
],
163163
"globalDependencies": [
@@ -306,7 +306,7 @@
306306
"common": {
307307
"name": "Firmware Version",
308308
"type": "string",
309-
"role": "text",
309+
"role": "text.firmware",
310310
"read": true,
311311
"write": false
312312
},

0 commit comments

Comments
 (0)