diff --git a/README.md b/README.md index f37748b..011d417 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ To do that press the pair button just before inserting the battery and the devic --> ## Changelog + +### **WORK IN PROGRESS** +- (ioBroker-Bot) Adapter requires js-controller >= 6.0.11 now. + ### 2.0.2 (2021-11-10) * (bluefox) Fixed error by deleting of object diff --git a/io-package.json b/io-package.json index e2b84d2..da81b34 100644 --- a/io-package.json +++ b/io-package.json @@ -119,7 +119,7 @@ }, "dependencies": [ { - "js-controller": ">=2.0.0" + "js-controller": ">=6.0.11" } ] },