diff --git a/fhem/contrib/98_GoogleAuth.pm b/fhem/contrib/98_GoogleAuth.pm index 0c38ff8c7..7f4053d57 100644 --- a/fhem/contrib/98_GoogleAuth.pm +++ b/fhem/contrib/98_GoogleAuth.pm @@ -1,4 +1,4 @@ -$Id$ +# $Id$ package main; use strict; @@ -20,11 +20,17 @@ sub GoogleAuth_Initialize($) { $hash->{DeleteFn} = "GoogleAuth_Delete"; $hash->{SetFn} = "GoogleAuth_Set"; $hash->{GetFn} = "GoogleAuth_Get"; + $hash->{detailFn} = "GoogleAuth_Detail"; # $hash->{AttrFn} = "GoogleAuth_Attr"; $hash->{AttrList} = "ga_qrsize ". "$readingFnAttributes"; } +sub GoogleAuth_Detail { +#Debug "detailFn called"; +return; +} + sub GoogleAuth_Define($$) { my ($hash, $def) = @_; my $name = $hash->{NAME};