diff --git a/FHEM/74_Unifi.pm b/FHEM/74_Unifi.pm index 82957c198..5ddd4d0d8 100644 --- a/FHEM/74_Unifi.pm +++ b/FHEM/74_Unifi.pm @@ -1,5 +1,5 @@ ############################################################################## -# $Id: 74_Unifi.pm 2015-08-31 23:00 - rapster - rapster at x0e dot de $ +# $Id$ package main; use strict; @@ -36,6 +36,7 @@ sub Unifi_GetAccesspoints_Send($); sub Unifi_GetAccesspoints_Receive($); sub Unifi_ProcessUpdate($); sub Unifi_SetClientReadings($); +sub Unifi_SetHealthReadings($); sub Unifi_SetAccesspointReadings($); sub Unifi_DisconnectClient_Send($@); sub Unifi_DisconnectClient_Receive($); @@ -95,7 +96,7 @@ sub Unifi_Define($$) { noshutdown => 0, ignoreredirects => 1, loglevel => AttrVal($name,"httpLoglevel",5), - sslargs => { SSL_version => 'SSLv23', SSL_verify_mode => 'SSL_VERIFY_NONE' }, + sslargs => { SSL_verify_mode => 'SSL_VERIFY_NONE' }, }; if($hash->{unifi}->{version} == 3) { ( $hash->{httpParams}->{loginUrl} = $hash->{unifi}->{url} ) =~ s/api\/s.+/login/; @@ -1282,7 +1283,7 @@ Or you can use the other readings or set and get features to control your unifi- Show more details about clients.
  • get <name> events
    - Show events in specified 'timePeriod'.
  • + Show events in specified 'eventPeriod'.
  • get <name> unarchivedAlerts
    Show all unarchived Alerts.