fix little bug

This commit is contained in:
Marko Oldenburg 2019-07-04 11:37:45 +02:00
parent 8af75acca6
commit 231bd195cb

View File

@ -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;
}