CUL_MAX: adjust TimeInformation message type

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-02-08 19:44:23 +00:00
parent 265ae29bd6
commit c51855352f

View File

@@ -354,7 +354,7 @@ CUL_MAX_SendTimeInformation(@)
my ($hash,$addr,$payload) = @_;
$payload = CUL_MAX_GetTimeInformationPayload() if(!defined($payload));
Log 5, "broadcast time to $addr";
CUL_MAX_Send($hash, "TimeInformation", $addr, $payload, "03");
CUL_MAX_Send($hash, "TimeInformation", $addr, $payload, "04");
}
sub