2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 15:59:21 +00:00

36_Shelly: bug fix on/off commands at gen1 devices

git-svn-id: https://svn.fhem.de/fhem/trunk@28364 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Starkstrombastler 2024-01-09 21:22:58 +00:00
parent e0bf69c916
commit 9f24f86548

View File

@ -2014,7 +2014,7 @@ sub Shelly_Set ($@) {
#
$msg = Shelly_dim($hash,$channel,$cmd);
}elsif($ff==7 ){
$msg = Shelly_dim($hash,"color/$channel","?turn=$cmd");
$msg = Shelly_dim($hash,"color/$channel",$cmd); #"?turn=$cmd"
}
return $msg if( $msg );
return;