Skip to content

Commit

Permalink
Merge pull request #20 from Speedbreaker12/main
Browse files Browse the repository at this point in the history
Implemented suggestions from Adapter checker
  • Loading branch information
TA2k authored Oct 3, 2024
2 parents 1f37304 + 80db810 commit 14d5519
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 TA2k <tombox2020@gmail.com>
Copyright (c) 2024 TA2k <tombox2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,19 @@ AC Heizen

## Changelog

### 0.1.3

- (Speedbreaker) Updated dependencies

### 0.1.2

- (TA2k) Fix non mac devices

### 0.1.1

- (TA2k) Fix Login


### 0.0.7

- (TA2k) add wizard app login
Expand All @@ -289,7 +302,7 @@ AC Heizen

MIT License

Copyright (c) 2022 TA2k <tombox2020@gmail.com>
© 2024 TA2k tombox2020@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 12 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "hoover",
"version": "0.1.2",
"version": "0.1.3",
"news": {
"0.1.3": {
"en": "updated dependencies",
"de": "Abhängigkeiten aktualisiert"
},
"0.1.2": {
"en": "Fix non mac devices",
"de": "Fix nicht mac Geräte"
Expand Down Expand Up @@ -64,11 +68,14 @@
"pl": "Adapter do odkurzaczy",
"zh-cn": "胡佛设备适配器"
},
"tier": 2,
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["hoover", "hon"],
"license": "MIT",
"licenseInformation": {
"text": "MIT License",
"url": "https://opensource.org/licenses/MIT"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "hoover.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.hoover/master/admin/hoover.png",
Expand All @@ -79,8 +86,8 @@
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"adminUI": {
"enabled": true,
"config": "json"
},
"plugins": {
Expand All @@ -90,7 +97,7 @@
},
"dependencies": [
{
"js-controller": ">=3.2.0"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hoover",
"version": "0.1.2",
"version": "0.1.3",
"description": "Adapter for hoover devices",
"author": {
"name": "TA2k",
Expand All @@ -9,6 +9,7 @@
"homepage": "https://github.com/TA2k/ioBroker.hoover",
"license": "MIT",
"keywords": [
"ioBroker",
"hoover",
"hon"
],
Expand All @@ -17,7 +18,7 @@
"url": "https://github.com/TA2k/ioBroker.hoover"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6",
"@iobroker/adapter-core": "^3.1.6",
"aws-iot-device-sdk": "^2.2.13",
"axios": "^1.6.8",
"http-cookie-agent": "^5.0.4",
Expand All @@ -26,14 +27,14 @@
"tough-cookie": "^4.1.3"
},
"devDependencies": {
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
},
"main": "main.js",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
Expand Down

0 comments on commit 14d5519

Please sign in to comment.