From 233023f037783fe57faf1937ba4396f594daa7fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 May 2026 01:55:41 +0000 Subject: [PATCH] Update from template: X0000-updateDependency-jsController --- README.md | 1 + io-package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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": {