Skip to content

Commit

Permalink
update iopackege
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 21, 2024
1 parent 46ec827 commit a9e02c4
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,9 @@
"pl": "Adapter do odkurzaczy",
"zh-cn": "胡佛设备适配器"
},
"authors": [
"TA2k <tombox2020@gmail.com>"
],
"keywords": [
"hoover",
"hon"
],
"tier": 2,
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["hoover", "hon"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand All @@ -82,8 +78,8 @@
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"adminUI": {
"enabled": true,
"config": "json"
},
"plugins": {
Expand All @@ -93,7 +89,7 @@
},
"dependencies": [
{
"js-controller": ">=3.2.0"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand All @@ -102,12 +98,8 @@
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"username": "",
"password": "",
Expand Down

0 comments on commit a9e02c4

Please sign in to comment.