23 Commits

Author SHA1 Message Date
fa9817885c Merge pull request 'patch-remove-experimental' (#3) from patch-remove-experimental into dev
Reviewed-on: #3
2025-10-14 03:33:33 +00:00
7dae759870 Update copyright information and contributors list
Improved the copyright year for the maintainer Marko Oldenburg in
the 77_UWZ.pm file to reflect the current year (2025). This ensures
the file remains up-to-date with regards to authorship.

Additionally, a new contributor, betateilchen, has been added to
the special thanks section for their contribution related to
removing experimental Perl code. Updating the contributors list
acknowledges their efforts in improving the codebase.

No other functional changes were made to the code, and there are
no breaking changes associated with this update.
2025-10-14 04:54:53 +02:00
a469315070 Refactor language handling and cleanup in 77_UWZ.pm
This commit includes several improvements and refactoring to the
77_UWZ.pm file. The primary changes involve unifying language
handling by replacing direct comparisons of the country code with
a call to a new utility function, `contains_string`, which checks
if the `CountryCode` exists within an array. This change enhances
the readability and maintainability of the code.

Additionally, certain code cleanup has been performed, including
minor formatting adjustments for better alignment and spacing,
removing deprecated warning pragmas, and correcting the 'Mäy'
month name spelling in the English months array.

These changes do not introduce any breaking changes, but they
improve the overall structure and consistency of the code, making
future modifications and updates easier.
2025-10-14 04:50:00 +02:00
e25ded22b9 Merge pull request 'change get URL from HTTP to HTTPS' (#2) from patch-https into devel
Reviewed-on: #2
2021-12-06 06:11:56 +01:00
b4aaa9861d change get URL from HTTP to HTTPS 2021-12-02 10:34:09 +01:00
Marko Oldenburg
523aeeeb7c code fix 2020-05-01 15:43:18 +02:00
Marko Oldenburg
ecc2b44efa fix encode_utf8 error 2020-04-30 23:01:42 +02:00
Marko Oldenburg
798de737bd fix searchAreaID Fkt 2020-04-29 15:01:32 +02:00
Marko Oldenburg
e8f92c5f0b code style and version number changed 2020-04-28 14:42:56 +02:00
Marko Oldenburg
2529758f86 add mor error handling 2020-04-28 14:39:32 +02:00
Marko Oldenburg
f6b7e997e4 change logging 2020-02-05 14:02:02 +01:00
Marko Oldenburg
5f5b811f1f fix sub call 2019-07-29 10:19:40 +02:00
Marko Oldenburg
800fb15cbf new Subs and rewrite UWZAsHtml with smaler Code and more 2019-07-29 10:01:55 +02:00
Marko Oldenburg
d47e6d673c remove last parameter for InternalTimer call 2019-07-20 15:57:34 +02:00
Marko Oldenburg
dba09f0920 change http call to HttpUtils_BlockingGet 2019-07-06 08:51:10 +02:00
Marko Oldenburg
17935b319c add new Maintainer 2019-07-04 13:01:10 +02:00
Marko Oldenburg
50258542e5 fix subroutine &FHEM::UWZ::strftime 2019-07-03 22:07:43 +02:00
Marko Oldenburg
2cb1cf7f7b change Commandref 2019-07-03 14:58:58 +02:00
Marko Oldenburg
bcaef89c9e add LICENSE and README.md 2019-07-03 14:49:05 +02:00
Marko Oldenburg
e95b278c50 code style 2019-07-03 14:45:28 +02:00
Marko Oldenburg
efa9d3e528 change to packages, add Meta Support, fix little Bugs 2019-07-03 14:44:53 +02:00
Marko Oldenburg
81bc6457d8 add Holländisch and French, add disable Attribut 2018-10-30 11:15:32 +01:00
Marko Oldenburg
5a39a3173d first commit 2018-08-26 08:06:06 +02:00