49_Arlo.pm: added attribute expiryTime

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20369 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
maluk 2019-10-15 18:12:41 +00:00
parent e66b3a915e
commit ce2e66cd7f

View File

@ -21,7 +21,7 @@ sub Arlo_Initialize($$) {
$hash->{UndefFn} = "Arlo_Undef";
$hash->{GetFn} = "Arlo_Get";
$hash->{SetFn} = "Arlo_Set";
$hash->{AttrList} = "disable:1 pingInterval updateInterval downloadDir downloadLink ssePollingInterval videoDownloadFix:0,1 ".$readingFnAttributes;
$hash->{AttrList} = "disable:1 expiryTime pingInterval updateInterval downloadDir downloadLink ssePollingInterval videoDownloadFix:0,1 ".$readingFnAttributes;
$hash->{AttrFn} = "Arlo_Attr";
}