2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

MAX: increase default polling interval to 60 seconds

git-svn-id: https://svn.fhem.de/fhem/trunk@2161 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2012-11-23 07:32:21 +00:00
parent ed6c7e8014
commit 9faef5fee4

View File

@ -40,7 +40,7 @@ my $roundtriptime = 3; #seconds
my $metadata_magic = 0x56;
my $metadata_version = 2;
my $defaultPollInterval = 10;
my $defaultPollInterval = 60;
sub
MAXLAN_Initialize($)