CUL_MAX: adjust TimeInformation message type

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-02-08 19:44:23 +00:00
parent a81a400feb
commit 96d5958123

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