Pushsafer: add missing stuff

git-svn-id: https://svn.fhem.de/fhem/trunk@12345 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2016-10-15 23:18:45 +00:00
parent 3b0dfbeb13
commit 3ba3cb727c

View File

@@ -52,6 +52,7 @@ sub Pushsafer_Initialize($$)
$hash->{DefFn} = "Pushsafer_Define";
$hash->{SetFn} = "Pushsafer_Set";
$hash->{AttrList} = "disable:0,1 ".
"disabledForIntervals ".
"do_not_notify:0,1 ".
$readingFnAttributes;
return undef;
@@ -77,6 +78,8 @@ sub Pushsafer_Define($$)
Log3 $hash, 4, "Pushsafer ($name) - defined with private key: ".$privatekey;
$hash->{STATE} = "Initialized";
return undef;
}