2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

49_Arlo.pm: added attribute expiryTime

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

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";
}