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:
parent
f155b5682a
commit
a627591a80
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user