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:
parent
e0bf69c916
commit
9f24f86548
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user