From ce2e66cd7f5573436defde9dbd83edfe799881ca Mon Sep 17 00:00:00 2001 From: maluk <> Date: Tue, 15 Oct 2019 18:12:41 +0000 Subject: [PATCH] 49_Arlo.pm: added attribute expiryTime git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20369 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/49_Arlo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/49_Arlo.pm b/FHEM/49_Arlo.pm index bfd6a9945..1c54ccaa8 100644 --- a/FHEM/49_Arlo.pm +++ b/FHEM/49_Arlo.pm @@ -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"; }