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:
parent
b3092a1fa8
commit
bf28b379a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user