fix little bug
This commit is contained in:
parent
8af75acca6
commit
231bd195cb
@ -385,7 +385,7 @@ sub Set($@) {
|
||||
|
||||
my $list = '';
|
||||
$list .= 'powerwalls:run,stop'
|
||||
if ( AttrVal( $name, 'devel', 'none' ) == 1 );
|
||||
if ( AttrVal( $name, 'devel', 0 ) == 1 );
|
||||
|
||||
return 'Unknown argument ' . $cmd . ', choose one of ' . $list;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user