little bugfix

This commit is contained in:
Marko Oldenburg 2022-01-02 07:55:00 +01:00
parent 8109cd7ebe
commit 79d369b9f5
2 changed files with 3 additions and 1 deletions

View File

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

View File

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