little bugfix
This commit is contained in:
parent
8109cd7ebe
commit
79d369b9f5
@ -1,5 +1,5 @@
|
||||
UPD 2022-01-01_20:15:38 115601 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2022-01-02_07:48:22 75806 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2022-01-02_07:52:37 75828 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2022-01-02_06:39:39 2691 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||
UPD 2022-01-02_06:34:39 2677 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2022-01-02_07:04:24 32028 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
|
@ -518,6 +518,8 @@ sub Set {
|
||||
my $cmd = shift @$aArg
|
||||
// return qq{"set $name" needs at least one argument};
|
||||
|
||||
$cmd = lc($cmd);
|
||||
|
||||
given ($cmd) {
|
||||
when ('renewalltimer') {
|
||||
return "usage: $cmd" if ( scalar( @{$aArg} ) != 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user