diff --git a/io-package.json b/io-package.json index 2a7dbd4..69f439e 100644 --- a/io-package.json +++ b/io-package.json @@ -106,7 +106,7 @@ "dataSource": "push", "dependencies": [ { - "js-controller": ">=3.0.0" + "js-controller": ">=5.0.0" } ] }, diff --git a/package.json b/package.json index 2dbb0f8..8fba447 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,11 @@ "type": "git", "url": "https://github.com/arteck/ioBroker.hs100.git" }, + "engines": { + "node": ">= 18" + }, "dependencies": { - "@iobroker/adapter-core": "^3.1.3", + "@iobroker/adapter-core": "^3.1.4", "tplink-smarthome-api": "https://github.com/arteck/tplink-smarthome-api/tarball/08bcca9334c701b60d1eeb18b0ec72350aa3bf7a", "tplink-smarthome-crypto": "^4.0.0" },