2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

74_Unifi: fixed switchSiteLED for UC-V5.10

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

View File

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