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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user