mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
98_GoogleAuth.pm: under development
git-svn-id: https://svn.fhem.de/fhem/trunk@13074 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
393b768687
commit
9d0ae31080
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user