mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
CUL_MAX: check for new culfw
git-svn-id: https://svn.fhem.de/fhem/trunk@3057 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6690ebb87e
commit
010b6cb57b
@ -128,7 +128,7 @@ CUL_MAX_Check($@)
|
|||||||
$version =~ m/V (.*)\.(.*) .*/;
|
$version =~ m/V (.*)\.(.*) .*/;
|
||||||
my ($major_version,$minorversion) = ($1, $2);
|
my ($major_version,$minorversion) = ($1, $2);
|
||||||
$version = 100*$major_version + $minorversion;
|
$version = 100*$major_version + $minorversion;
|
||||||
if($version < 153) {
|
if($version < 154) {
|
||||||
Log 2, "You are using an old version of the CUL firmware, which has known bugs with respect to MAX! support. Please update.";
|
Log 2, "You are using an old version of the CUL firmware, which has known bugs with respect to MAX! support. Please update.";
|
||||||
}
|
}
|
||||||
return $version;
|
return $version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user