2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

CUL_MAX: append Za.... to initString

git-svn-id: https://svn.fhem.de/fhem/trunk@2492 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-01-12 15:19:56 +00:00
parent b3092a1fa8
commit bf28b379a1

View File

@ -72,6 +72,8 @@ CUL_MAX_Define($$)
if(CUL_MAX_Check($hash)) {
#Doing this on older firmware disables MAX mode
IOWrite($hash, "", "Za". $hash->{addr});
#Append to initString, so this is resend if cul disappears and then reappears
$hash->{IODev}{initString} .= "\nZa". $hash->{addr};
}
#This interface is shared with 00_MAXLAN.pm