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:
parent
6b53949c41
commit
6eaae58024
@ -392,7 +392,7 @@ sub TRX_WEATHER_common_anemometer {
|
||||
units => 'degrees',
|
||||
};
|
||||
|
||||
TRX_WEATHER_simple_battery($bytes, $dev_str, \@res, 15);
|
||||
TRX_WEATHER_battery($bytes, $dev_str, \@res, 15);
|
||||
|
||||
return @res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user