CUL_MAX: set default pairmode duration to 60 seconds
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2359 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -19,7 +19,7 @@ sub CUL_MAX_SendAck($$$);
|
||||
sub CUL_MAX_SendTimeInformation(@);
|
||||
sub CUL_MAX_Send(@);
|
||||
|
||||
my $pairmodeDuration = 30; #seconds
|
||||
my $pairmodeDuration = 60; #seconds
|
||||
|
||||
my $timeBroadcastInterval = 6*60*60; #= 6 hours, the same time that the cube uses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user