patch_waterpump #58

Merged
marko merged 22 commits from patch_waterpump into dev 2022-05-26 09:56:04 +00:00
3 changed files with 3 additions and 4 deletions
Showing only changes of commit 33fddad023 - Show all commits

View File

@ -1 +1 @@
test
try 2

View File

@ -308,9 +308,8 @@ sub Set {
$setList =~ s/\n/ /g;
if(AttrVal($name,"useSetExtensions",undef)) {
my $a0 = $aArg[0]; $a0 =~ s/([.?*])/\\$1/g;
my $a0 = $name; $a0 =~ s/([.?*])/\\$1/g;
if($setList !~ m/\b$a0\b/) {
unshift @aArg, $name;
return SetExtensions($hash, $setList, @aArga)
}
SetExtensionsCancel($hash);

View File

@ -1,2 +1,2 @@
UPD 2022-05-15_17:15:26 49518 FHEM/73_GardenaSmartBridge.pm
UPD 2022-05-17_10:19:09 66590 FHEM/74_GardenaSmartDevice.pm
UPD 2022-05-17_10:24:40 66559 FHEM/74_GardenaSmartDevice.pm