Compare commits

...

26 Commits

Author SHA1 Message Date
Gwendal Roulleau
fe8f06aa09
Merge 5487ef17bc into adacdebb9f 2025-01-08 23:13:42 +01:00
Robert Michalak
adacdebb9f
[digiplex] Handle erroneous responses and restart the bridge (#18035)
Signed-off-by: Robert Michalak <rbrt.michalak@gmail.com>
2025-01-08 22:21:07 +01:00
jimtng
d36b2a8d82
[basicprofiles] Add a table-of-contents at top of README.md (#18058)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-01-08 20:15:25 +01:00
Mark Herwege
5ac2780749
fix offline when image not available (#18066)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2025-01-08 20:03:21 +01:00
Holger Friedrich
ffa2d1722d
Fix JavaDoc output directory (#18064)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-07 22:56:07 +01:00
Jacob Laursen
d1227151e1
Correct maintainer for the Broadlink binding (#18044)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-01-07 22:40:43 +01:00
Wouter Born
8672ed0208
Start license headers with /* instead of /** (#18061)
Prevents JavaDoc tooling issues because these tools check comments starting with `/**`.

Signed-off-by: Wouter Born <github@maindrain.net>
2025-01-07 22:33:03 +01:00
Wouter Born
993129a2c3
Upgrade SAT to 0.17.0 (#18060)
For release notes, see:

https://github.com/openhab/static-code-analysis/releases/tag/0.17.0

Signed-off-by: Wouter Born <github@maindrain.net>
2025-01-07 21:21:10 +01:00
lsiepel
7639b1c3e5
Fix SAT errors (#18047)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-01-06 21:56:13 +01:00
Jeremy
8a442d9aff
[insteon] Fix scene channel state updates (#18050)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-06 21:51:11 +01:00
Jeremy
51b5c89b6b
[insteon] Add device refresh all command parameter (#18051)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-06 13:09:20 +01:00
Jeremy
19ca89c301
[insteon] Fix legacy all link broadcast message not processed (#18049)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-06 13:08:17 +01:00
mlobstein
b4bcf802f4
[benqprojector] Fix response processing for newer projectors (#18009)
* Fix message processing for newer projectors

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-05 22:14:30 +01:00
Anton Jansen
b5203ebff4
Fixed bug in documentation for migrating old configurations. (#18045)
Signed-off-by: AntonJansen <gradius@fmf.nl>
2025-01-05 15:59:39 +01:00
Michael Fielding
304f51f66e
Update Broadlink binding README.md (#18039)
Clarify some aspects and add context for less familiar users. Correct a few typos.

Signed-off-by: Michael Fielding <michael.fielding@gmail.com>
2025-01-05 15:57:13 +01:00
Holger Friedrich
bbec3d59f8
Upgrade plugins (#18042)
* maven-site-plugin to 3.21.0
* maven-plugin-plugin to 3.15.1

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-05 14:18:03 +01:00
Holger Friedrich
32586c096f
[velbus] Update license headers to 2025 (#18041)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-05 10:03:00 +01:00
Holger Friedrich
26749f0fc1
Upgrade plugins (#18037)
* frontend-maven-plugin to 1.15.1
* license-maven-plugin to 4.6
https://github.com/mathieucarbou/license-maven-plugin/releases
* maven-clean-plugin to 3.4.0
https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-3.4.0
* maven-dependency-plugin to 3.8.1
* maven-deploy-plugin to 3.1.3
* maven-enforcer-plugin to 3.5.0
https://github.com/apache/maven-enforcer/releases
* maven-failsafe-plugin to 3.5.2
* maven-install-plugin to 3.1.3
https://github.com/apache/maven-install-plugin/releases
* maven-jar-plugin to 3.4.2
https://github.com/apache/maven-jar-plugin/releases/tag/maven-jar-plugin-3.4.2
* maven-javadoc-plugin to 3.11.2
* maven-release-plugin to 3.1.1
* maven-site-plugin to 3.21.0
* maven-surefire-plugin to 3.5.2
* build-helper-maven-plugin to 3.6.0
https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/3.6.0

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-05 00:47:18 +01:00
Jeremy
11baab4231
[insteon] Fix x10 device message handling (#18031)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-05 00:44:31 +01:00
Daniel Rosengarten
e611b5d368
[velbus] New functionality & Bug fix (#17926)
* [velbus] New functionnality & Bug fix

Signed-off-by: Daniel Rosengarten <github@praetorians.be>
Signed-off-by: Daniel Rosengarten <rosengarten01@hotmail.com>
Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
2025-01-04 21:15:44 +01:00
Jeremy
d54a51b732
[insteon] Add modem database backup restore console commands (#17958)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
2025-01-04 21:10:41 +01:00
Catalin Sanda
36cff511b9
Fix issue openhab/openhab-addons#17959 where new channels could not be added in the Web UI (#18016)
Signed-off-by: Catalin Sanda <catalin.sanda@gmail.com>
2025-01-04 21:05:43 +01:00
Jacob Laursen
8a3baf8003
Fix NullPointerException (#18034)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-01-04 19:59:11 +01:00
lsiepel
7cc9903158
Add Christmas Tree (#17950)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-01-04 16:24:23 +01:00
Gwendal Roulleau
5487ef17bc [whisper] Add OpenAI API compatibility
Apply PR comments

Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
2024-12-30 11:47:42 +01:00
Gwendal Roulleau
e40473594a [whisper] Add OpenAI API compatibility
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
2024-12-17 23:04:36 +01:00
13313 changed files with 20533 additions and 18220 deletions

View File

@ -58,7 +58,7 @@
/bundles/org.openhab.binding.boschindego/ @jofleck @jlaur /bundles/org.openhab.binding.boschindego/ @jofleck @jlaur
/bundles/org.openhab.binding.boschshc/ @david-pace @GerdZanker /bundles/org.openhab.binding.boschshc/ @david-pace @GerdZanker
/bundles/org.openhab.binding.bosesoundtouch/ @marvkis @tratho /bundles/org.openhab.binding.bosesoundtouch/ @marvkis @tratho
/bundles/org.openhab.binding.broadlink/ @dag81 /bundles/org.openhab.binding.broadlink/ @AntonJansen
/bundles/org.openhab.binding.broadlinkthermostat/ @flo-02-mu /bundles/org.openhab.binding.broadlinkthermostat/ @flo-02-mu
/bundles/org.openhab.binding.bsblan/ @hypetsch /bundles/org.openhab.binding.bsblan/ @hypetsch
/bundles/org.openhab.binding.bticinosmarther/ @MrRonfo /bundles/org.openhab.binding.bticinosmarther/ @MrRonfo

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -62,7 +62,7 @@
<plugin> <plugin>
<groupId>com.github.eirslett</groupId> <groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId> <artifactId>frontend-maven-plugin</artifactId>
<version>1.15.0</version> <version>1.15.1</version>
<configuration> <configuration>
<nodeVersion>v16.17.1</nodeVersion> <!-- DO NOT DOWNGRADE: NodeJS < 16 doesn't support Apple Silicon --> <nodeVersion>v16.17.1</nodeVersion> <!-- DO NOT DOWNGRADE: NodeJS < 16 doesn't support Apple Silicon -->
<workingDirectory>target/js</workingDirectory> <workingDirectory>target/js</workingDirectory>

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional
@ -45,7 +45,11 @@ final class CollectionDate {
/** /**
* Light packaging. * Light packaging.
*/ */
LIGHT_PACKAGES; LIGHT_PACKAGES,
/**
* Christmas Tree.
*/
CHRISTMAS_TREES;
/** /**
* Parses the {@link WasteType} from the given Value from the Web-page. * Parses the {@link WasteType} from the given Value from the Web-page.
@ -60,6 +64,8 @@ final class CollectionDate {
return PAPER; return PAPER;
case "Leichtverpackungen": case "Leichtverpackungen":
return LIGHT_PACKAGES; return LIGHT_PACKAGES;
case "Weihnachtsbäume":
return CHRISTMAS_TREES;
default: default:
throw new IllegalArgumentException("Unknown waste type: " + value); throw new IllegalArgumentException("Unknown waste type: " + value);
} }

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010-2025 Contributors to the openHAB project * Copyright (c) 2010-2025 Contributors to the openHAB project
* *
* See the NOTICE file(s) distributed with this work for additional * See the NOTICE file(s) distributed with this work for additional

Some files were not shown because too many files have changed in this diff Show More