2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

CUL_MAX: adjust TimeInformation message type

git-svn-id: https://svn.fhem.de/fhem/trunk@2668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-02-08 19:44:23 +00:00
parent 555d6d0fd5
commit 5713cd8f40

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