add error trigger for notify

This commit is contained in:
Marko Oldenburg
2018-04-15 19:44:44 +02:00
parent 5c2f1b7994
commit 630b08188b
2 changed files with 7 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ use Time::Local;
eval "use JSON;1" or $missingModul .= "JSON ";
my $version = "1.0.0";
my $version = "1.0.1";
@@ -100,7 +100,7 @@ sub GardenaSmartDevice_Initialize($) {
$hash->{AttrFn} = "GardenaSmartDevice_Attr";
$hash->{AttrList} = "readingValueLanguage:de,en ".
"model ".
"model:watering_computer,sensor,mower ".
"IODev ".
$readingFnAttributes;