mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
e66b3a915e
commit
ce2e66cd7f
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user