2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 23:36:37 +00:00

fhem.pl: changed featurelevel to 5.8

git-svn-id: https://svn.fhem.de/fhem/trunk@13447 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-02-19 13:24:25 +00:00
parent 36d4a5b0f9
commit 26a0c55af6

View File

@ -259,7 +259,7 @@ my %sleepers; # list of sleepers
$init_done = 0;
$lastDefChange = 0;
$readytimeout = ($^O eq "MSWin32") ? 0.1 : 5.0;
$featurelevel = 5.7;
$featurelevel = 5.8;
$modules{Global}{ORDER} = -1;