2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

70_LaMetric2: bump version number

git-svn-id: https://svn.fhem.de/fhem/trunk@18396 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-01-24 09:01:31 +00:00
parent 66911e9d0f
commit cef710defe

View File

@ -268,7 +268,7 @@ sub LaMetric2_Define($$) {
$hash->{HOST} = $host;
$hash->{".API_KEY"} = $apikey;
$hash->{VERSION} = "2.2.2";
$hash->{VERSION} = "2.3.0";
$hash->{INTERVAL} =
$interval && looks_like_number($interval) ? $interval : 60;
$hash->{PORT} = $port && looks_like_number($port) ? $port : 4343;