diff --git a/README.md b/README.md index 75c4eee..6674d10 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,10 @@ To test telegram handling create a channel with name development and in this cha ## Changelog + +### **WORK IN PROGRESS** +- (ioBroker-Bot) Adapter requires js-controller >= 6.0.11 now. + ### 0.9.4 (2024-10-12) * (Jey Cee) fix use gateway fgw(-14) with ser2net * (Jey Cee) add notice to the ser2net switch diff --git a/io-package.json b/io-package.json index 7a1e122..a6ef482 100644 --- a/io-package.json +++ b/io-package.json @@ -84,7 +84,6 @@ "compact": true, "connectionType": "local", "dataSource": "poll", - "materialize": true, "adminUI": { "config": "materialize" }, @@ -94,7 +93,7 @@ }, "dependencies": [ { - "js-controller": ">=3.0.0" + "js-controller": ">=6.0.11" } ] },