From 7172b4a51cfc3879f73ebaf0401e471010716e63 Mon Sep 17 00:00:00 2001 From: wuehler Date: Fri, 20 Apr 2018 19:15:38 +0000 Subject: [PATCH] 74_Unifi: fixed start-typo in poe git-svn-id: https://svn.fhem.de/fhem/trunk@16638 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/74_Unifi.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/74_Unifi.pm b/fhem/FHEM/74_Unifi.pm index 81379f2ee..8fbfcb4c7 100644 --- a/fhem/FHEM/74_Unifi.pm +++ b/fhem/FHEM/74_Unifi.pm @@ -20,6 +20,8 @@ # - feature: 74_Unifi: added set updateClien, encrypt user and password # V 2.2.1 # - feature: 74_Unifi: update VC-readings immediately when getting voucher +# V 2.2.2 +# - fixed: 74_Unifi: restart-typo in poe package main; @@ -364,7 +366,7 @@ sub Unifi_Set($@) { $port_overrides->[$idx]{poe_mode} = "passthrough"; Unifi_RestJson_Send($hash, $apRef->{device_id}, {port_overrides => $port_overrides }); - } elsif( $setVal3 eq 'restsart' ) { + } elsif( $setVal3 eq 'restart' ) { Unifi_ApJson_Send($hash,{cmd => 'power-cycle', mac => $apRef->{mac}, port_idx => $setVal2+0}); } else {