mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
74_GardenaSmartDevice: change output for illigal year
git-svn-id: https://svn.fhem.de/fhem/trunk@19245 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6930604d49
commit
ba3d220605
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- change: 74_GardenaSmartDevice: change output for illigal year
|
||||
- bugfix: 98_Text2Speech: now working without mp3wrap too
|
||||
thanks to Mumpitzstuff
|
||||
- feature: 70_BOTVAC: add cleaning statistics
|
||||
|
@ -59,7 +59,7 @@ use strict;
|
||||
use warnings;
|
||||
use FHEM::Meta;
|
||||
|
||||
my $version = "1.6.0";
|
||||
my $version = "1.6.1";
|
||||
|
||||
sub GardenaSmartDevice_Initialize($) {
|
||||
|
||||
@ -741,7 +741,7 @@ sub Zulu2LocalString($) {
|
||||
);
|
||||
}
|
||||
elsif ( $lyear < 2000 ) {
|
||||
return "illegal year";
|
||||
return 'temporarily unavailable';
|
||||
}
|
||||
else {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user