patch_setExtention #85

Merged
marko merged 3 commits from patch_setExtention into dev 2023-03-15 17:15:48 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 608719ba2f - Show all commits

View File

@ -144,7 +144,8 @@ BEGIN {
modules modules
IOWrite IOWrite
defs defs
makeDeviceName) makeDeviceName
SetExtensions)
); );
} }
@ -616,7 +617,7 @@ sub Set {
# all devices has abilitie to fall a sleep # all devices has abilitie to fall a sleep
$list .= ' winter_mode:awake,hibernate'; $list .= ' winter_mode:awake,hibernate';
return SetExtensions($hash, $list, $name, $cmd, @aArg); return SetExtensions($hash, $list, $name, $cmd, @$aArg);
# return "Unknown argument $cmd, choose one of $list"; # return "Unknown argument $cmd, choose one of $list";
} }

View File

@ -1,2 +1,2 @@
UPD 2023-03-02_11:14:34 49646 FHEM/73_GardenaSmartBridge.pm UPD 2023-03-02_11:14:34 49646 FHEM/73_GardenaSmartBridge.pm
UPD 2023-03-02_11:24:07 126390 FHEM/74_GardenaSmartDevice.pm UPD 2023-03-02_11:44:46 126415 FHEM/74_GardenaSmartDevice.pm