mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
473796040f
commit
e3814a4de3
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user