74_Unifi: fixed switchSiteLED for UC-V5.10

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19058 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wuehler 2019-03-28 17:39:12 +00:00
parent 473796040f
commit e3814a4de3

View File

@ -1625,7 +1625,7 @@ sub Unifi_SwitchSiteLEDs_Send($$) {
%{$hash->{httpParams}}, %{$hash->{httpParams}},
url => $hash->{unifi}->{url}."set/setting/mgmt", url => $hash->{unifi}->{url}."set/setting/mgmt",
callback => \&Unifi_SwitchSiteLEDs_Receive, callback => \&Unifi_SwitchSiteLEDs_Receive,
data => "{'led_enabled': ".$state."}", data => "{\"led_enabled\":".$state."}",
} ); } );
return undef; return undef;
} }