From 12254a3910088833e61814331c5f34faf7756715 Mon Sep 17 00:00:00 2001 From: Feuer-sturm <25422320+Feuer-sturm@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:01:49 +0000 Subject: [PATCH 1/4] fix hacki11/ioBroker.valloxmv#105 --- LICENSE | 2 +- README.md | 2 +- io-package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a5277d5..6346256 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 hacki11 +Copyright (c) 2022 hacki11 jur.schmid@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 diff --git a/README.md b/README.md index 147f8e7..837964b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Connects your Vallox Air Ventilation system into your ioBroker home automation. ## License MIT License -Copyright (c) 2021 hacki11 +Copyright (c) 2022 hacki11 jur.schmid@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 diff --git a/io-package.json b/io-package.json index 816ccff..f771144 100644 --- a/io-package.json +++ b/io-package.json @@ -86,7 +86,7 @@ "admin": ">=3.0.0" }, { - "js-controller": ">=1.4.2" + "js-controller": ">=3.0.0" } ] }, From 502b73a2438d321471ce333041a1488ee8bb1cbd Mon Sep 17 00:00:00 2001 From: Feuer-sturm <25422320+Feuer-sturm@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:49:52 +0000 Subject: [PATCH 2/4] fix hacki11/ioBroker.valloxmv#61 --- io-package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/io-package.json b/io-package.json index f771144..7721507 100644 --- a/io-package.json +++ b/io-package.json @@ -88,7 +88,10 @@ { "js-controller": ">=3.0.0" } - ] + ], + "adminUI": { + "config": "materialize" + } }, "native": { "host": "", From 1e1e59a421532c2bfab552219e3dcd59a7971ec2 Mon Sep 17 00:00:00 2001 From: Feuer-sturm <25422320+Feuer-sturm@users.noreply.github.com> Date: Sun, 31 Jul 2022 13:19:08 +0200 Subject: [PATCH 3/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 6346256..a62e487 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 hacki11 jur.schmid@gmail.com +Copyright (c) 2022 hacki11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 8a2b1e12cce7bc397782beba0b04c19f399d12ed Mon Sep 17 00:00:00 2001 From: Feuer-sturm <25422320+Feuer-sturm@users.noreply.github.com> Date: Sun, 31 Jul 2022 13:22:29 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 837964b..d848327 100644 --- a/README.md +++ b/README.md @@ -81,22 +81,4 @@ Connects your Vallox Air Ventilation system into your ioBroker home automation. ## License MIT License -Copyright (c) 2022 hacki11 jur.schmid@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 -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +Copyright (c) 2022 hacki11