00_CUL.pm: WMBUS-mode dynamic switch support (Forum #25946)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user