diff --git a/73_NUKIBridge.pm b/73_NUKIBridge.pm index 417094d..cd354cf 100644 --- a/73_NUKIBridge.pm +++ b/73_NUKIBridge.pm @@ -34,7 +34,7 @@ use JSON; #use Time::HiRes qw(gettimeofday); use HttpUtils; -my $version = "0.2.0"; +my $version = "0.2.1"; my $bridgeAPI = "1.0.2"; @@ -102,7 +102,6 @@ sub NUKIBridge_Define($$) { $hash->{TOKEN} = $token; $hash->{INTERVAL} = $interval; $hash->{VERSION} = $version; - $hash->{BRIDGEAPI} = $bridgeAPI; @@ -465,6 +464,7 @@ sub NUKIBridge_Autocreate($$;$) { readingsBulkUpdate( $hash, "smartlockCount", $autocreated ); } + readingsBulkUpdate( $hash, "bridgeAPI", $bridgeAPI ); readingsEndUpdate( $hash, 1 ); @@ -483,7 +483,7 @@ sub NUKIBridge_Autocreate($$;$) { =pod =item device -=item summary +=item summary Modul to control the Nuki Smartlock's over the Nuki Bridge. =item summary_DE Modul zur Steuerung des Nuki Smartlock über die Nuki Bridge. =begin html @@ -491,7 +491,50 @@ sub NUKIBridge_Autocreate($$;$) {

NUKIBridge

=end html @@ -524,6 +567,7 @@ sub NUKIBridge_Autocreate($$;$) {
  • 0_nukiId - ID des ersten gefundenen Nuki Smartlocks
  • 0_name - Name des ersten gefunden Nuki Smartlocks
  • smartlockCount - Anzahl aller gefundenen Smartlock
  • +
  • bridgeAPI - API Version der Bridge

  • Die vorangestellte Zahl ist forlaufend und gibt beginnend bei 0 die Eigenschaften Eines Smartlocks wieder. diff --git a/74_NUKIDevice.pm b/74_NUKIDevice.pm index 8e92e8f..a6ad8e6 100644 --- a/74_NUKIDevice.pm +++ b/74_NUKIDevice.pm @@ -33,7 +33,7 @@ use warnings; use JSON; #use Time::HiRes qw(gettimeofday); -my $version = "0.2.0"; +my $version = "0.2.1"; @@ -383,7 +383,7 @@ sub NUKIDevice_Parse($$) { =pod =item device -=item summary +=item summary Modul to control the Nuki Smartlock's =item summary_DE Modul zur Steuerung des Nuki Smartlocks. =begin html @@ -391,7 +391,54 @@ sub NUKIDevice_Parse($$) {

    NUKIDevice

    =end html