From 8fdfc197fe8a2f92d39eb58932cd5db467f39046 Mon Sep 17 00:00:00 2001 From: Christian Oelschlegel <18003795+oelison@users.noreply.github.com> Date: Fri, 24 May 2024 22:23:01 +0200 Subject: [PATCH] warnings from adapter check * licenseInformation added * tier added * materialize removed [no-ticket] --- io-package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/io-package.json b/io-package.json index 898a123..c5685b6 100644 --- a/io-package.json +++ b/io-package.json @@ -130,7 +130,10 @@ "image", "camera" ], - "license": "MIT", + "licenseInformation": { + "type": "free", + "license": "MIT" + }, "platform": "Javascript/Node.js", "main": "main.js", "icon": "reolink_logo.png", @@ -138,12 +141,12 @@ "extIcon": "https://raw.githubusercontent.com/aendue/ioBroker.reolink/main/admin/reolink_logo.png", "readme": "https://github.com/aendue/ioBroker.reolink/blob/main/README.md", "loglevel": "info", + "tier": 3, "mode": "daemon", "type": "alarm", "compact": true, "connectionType": "local", "dataSource": "poll", - "materialize": true, "messagebox": true, "adminUI": { "config": "json"