2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +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 f63640db77
commit c53d441f92

View File

@ -2014,7 +2014,7 @@ sub Shelly_Set ($@) {
# #
$msg = Shelly_dim($hash,$channel,$cmd); $msg = Shelly_dim($hash,$channel,$cmd);
}elsif($ff==7 ){ }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 $msg if( $msg );
return; return;