2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

battery corrected for wind sensors

git-svn-id: https://svn.fhem.de/fhem/trunk@2418 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2013-01-03 17:29:35 +00:00
parent 6b53949c41
commit 6eaae58024

View File

@ -392,7 +392,7 @@ sub TRX_WEATHER_common_anemometer {
units => 'degrees', units => 'degrees',
}; };
TRX_WEATHER_simple_battery($bytes, $dev_str, \@res, 15); TRX_WEATHER_battery($bytes, $dev_str, \@res, 15);
return @res; return @res;
} }