patch-codeRewrite #88

Merged
marko merged 4 commits from patch-codeRewrite into dev 2022-01-02 06:55:50 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 79d369b9f5 - Show all commits

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