-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solve issues detected by repository checker
- Loading branch information
DutchmanNL
committed
Oct 26, 2024
1 parent
015c9c6
commit cf0fa0f
Showing
5 changed files
with
55 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 DutchmanNL <[email protected]> | ||
Copyright (c) 2024 DutchmanNL <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ When the adapter crashes or another Code error happens, this error message that | |
## License | ||
MIT License | ||
|
||
Copyright (c) 2023 DutchmanNL <[email protected]> | ||
Copyright (c) 2024 DutchmanNL <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,6 @@ | |
"uk": "Виправлення: додано відсутність залежності axios" | ||
} | ||
}, | ||
"title": "WLED", | ||
"titleLang": { | ||
"en": "WLED", | ||
"de": "WLED", | ||
|
@@ -131,9 +130,12 @@ | |
"RGB", | ||
"RGBW" | ||
], | ||
"license": "MIT", | ||
"licenseInformation": { | ||
"license": "MIT", | ||
"link": "https://github.com/DrozmotiX/ioBroker.wled/blob/main/LICENSE", | ||
"type": "free" | ||
}, | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "wled.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.wled/main/admin/wled.png", | ||
|
@@ -144,7 +146,6 @@ | |
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"materialize": true, | ||
"plugins": { | ||
"sentry": { | ||
"dsn": "https://[email protected]/3" | ||
|
@@ -156,9 +157,10 @@ | |
"messagebox": true, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.0.0" | ||
"js-controller": ">=5.0.19" | ||
} | ||
] | ||
], | ||
"tier": 3 | ||
}, | ||
"native": { | ||
"devices": [], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters