mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
36_Shelly.pm: Version 1.81 Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@18479 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ab46de6b66
commit
6baefcf1b9
@ -38,7 +38,7 @@ use vars qw{%attr %defs};
|
||||
sub Log($$);
|
||||
|
||||
#-- globals on start
|
||||
my $version = "1.8";
|
||||
my $version = "1.81";
|
||||
|
||||
#-- these we may get on request
|
||||
my %gets = (
|
||||
@ -425,7 +425,7 @@ sub Shelly_Set ($@) {
|
||||
Shelly_configure($hash,"rc");
|
||||
}
|
||||
|
||||
if( $hash->{MOVING} ne "stopped" ){
|
||||
if( ($hash->{MOVING} ne "stopped") && ($cmd ne "stop") ){
|
||||
$msg = "Error: roller blind still moving, wait for some time";
|
||||
Log3 $name,1,"[Shelly_Set] ".$msg;
|
||||
return $msg
|
||||
@ -1091,7 +1091,7 @@ sub Shelly_updown2($){
|
||||
|
||||
<h3>Shelly</h3>
|
||||
<ul>
|
||||
Absichtlich keine deutsche Dokumentation vorhanden, die englische Version gibt es hier: <a href="/fhem/docs/commandref.html#Shelly">Shelly</a>
|
||||
Absichtlich keine deutsche Dokumentation vorhanden, die englische Version gibt es hier: <a href="commandref.html#Shelly">Shelly</a>
|
||||
</ul>
|
||||
=end html_DE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user