36_Shelly.pm: Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@17724 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -38,7 +38,7 @@ use vars qw{%attr %defs};
|
||||
sub Log($$);
|
||||
|
||||
#-- globals on start
|
||||
my $version = "1.40";
|
||||
my $version = "1.41";
|
||||
|
||||
#-- these we may get on request
|
||||
my %gets = (
|
||||
@@ -100,7 +100,7 @@ sub Shelly_Initialize ($) {
|
||||
#$hash->{NotifyFn} = "Shelly_Notify";
|
||||
#$hash->{InitFn} = "Shelly_Init";
|
||||
|
||||
$hash->{AttrList}= "verbose model:".join(",",(keys %shelly_models))." mode:relay,roller defchannel maxtime maxpower interval pct100:open:closed ".
|
||||
$hash->{AttrList}= "verbose model:".join(",",(keys %shelly_models))." mode:relay,roller defchannel maxtime maxpower interval pct100:open,closed ".
|
||||
$readingFnAttributes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user