diff --git a/README.md b/README.md index f19eea79..a0a19fd6 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ response => { ### **WORK IN PROGRESS** --> ### **WORK IN PROGRESS** +- (ioBroker-Bot) Adapter requires js-controller >= 6.0.11 now. * Update dependencies ### 1.0.14 (2023-07-19) diff --git a/io-package.json b/io-package.json index ae15747a..d433c144 100644 --- a/io-package.json +++ b/io-package.json @@ -128,9 +128,9 @@ "control", "lights" ], - "licenseInformation" : { - "license" : "MIT", - "type" : "free" + "licenseInformation": { + "license": "MIT", + "type": "free" }, "platform": "Javascript/Node.js", "icon": "twinkly.png", @@ -150,7 +150,7 @@ }, "dependencies": [ { - "js-controller": ">=4.0.24" + "js-controller": ">=6.0.11" } ], "plugins": {