mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
00_CUL.pm: WMBUS-mode dynamic switch support (Forum #25946)
git-svn-id: https://svn.fhem.de/fhem/trunk@6687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ddaad27799
commit
342df28bf5
@ -1032,6 +1032,7 @@ CUL_Attr(@)
|
|||||||
$hash->{initString} = "X21";
|
$hash->{initString} = "X21";
|
||||||
CUL_SimpleWrite($hash, "Ax") if ($hash->{CMDS} =~ m/A/); # reset AskSin
|
CUL_SimpleWrite($hash, "Ax") if ($hash->{CMDS} =~ m/A/); # reset AskSin
|
||||||
CUL_SimpleWrite($hash, "Zx") if ($hash->{CMDS} =~ m/Z/); # reset Moritz
|
CUL_SimpleWrite($hash, "Zx") if ($hash->{CMDS} =~ m/Z/); # reset Moritz
|
||||||
|
CUL_SimpleWrite($hash, "brx") if ($hash->{CMDS} =~ m/b/); # reset WMBus
|
||||||
CUL_WriteInit($hash);
|
CUL_WriteInit($hash);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user