Skip to content

Commit

Permalink
fixed iobroker checker things
Browse files Browse the repository at this point in the history
  • Loading branch information
misanorot committed Aug 25, 2024
1 parent 3baefd6 commit a13ec7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"zh-cn": "固定编号168"
}
},
"title": "Alarm",
"titleLang": {
"en": "Alarm",
"de": "Alarm",
Expand All @@ -119,6 +118,7 @@
"it": "Il tuo piccolo sistema di allarme",
"es": "Tu propio pequeño sistema de alarma",
"pl": "Twój własny mały system alarmowy",
"uk": "Ваша власна маленька система сигналізації",
"zh-cn": "你自己的小警报系统"
},
"authors": [
Expand All @@ -129,9 +129,8 @@
"security",
"protection"
],
"license": "MIT",
"licenseInformation": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "alarm.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/misanorot/ioBroker.alarm/master/admin/alarm.png",
Expand All @@ -140,14 +139,15 @@
"mode": "daemon",
"type": "alarm",
"compact": true,
"tier": 2,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "materialize"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=4.0.24"
}
],
"globalDependencies": [
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
"keywords": [
"alarm system",
"security",
"protection"
"protection",
"ioBroker"
],
"repository": {
"type": "git",
"url": "[email protected]:misanorot/ioBroker.alarm.git"
},
"engines": {
"node": ">= 16"
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
Expand Down

0 comments on commit a13ec7b

Please sign in to comment.