From 5947b26a8ff7f95835f96a3ea809266323971ac1 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Wed, 27 Jan 2021 17:59:58 +0000 Subject: [PATCH] 98_GoogleAuth.pm: commandref updated git-svn-id: https://svn.fhem.de/fhem/trunk@23628 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_GoogleAuth.pm | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/fhem/FHEM/98_GoogleAuth.pm b/fhem/FHEM/98_GoogleAuth.pm index 5f1ead0e6..210444679 100644 --- a/fhem/FHEM/98_GoogleAuth.pm +++ b/fhem/FHEM/98_GoogleAuth.pm @@ -331,17 +331,11 @@ sub gAuth {
Check the validity of a given token; return value is 1 for a valid token, otherwise -1.
-
- -
  • gAuth(<name>,<token>)
    -
    - For easy use in your own functions you can call function gAuth(),
    - which will return same result codes as the "get" command.

  • @@ -372,6 +366,28 @@ sub gAuth {

    + Integration with gAuth()

    + +
    +
    + =end html =begin html_DE