mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
12_HProtocolGateway: Filllevel conversion corrected
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17393 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d516618bf9
commit
cbbc24b0d3
1
CHANGED
1
CHANGED
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 12_HProtocolGateway: Filllevel conversion corrected
|
||||
- bugfix: 57_Calendar.pm: make ical file work again
|
||||
- change: 34_ESPEasy: get/set cmd handling rewritten, more supported ESP
|
||||
Easy cmds, user defined cmds/mappings, nfx plugin handling
|
||||
|
@ -363,7 +363,7 @@ sub HProtocolGateway_Tank($$$) {
|
||||
}
|
||||
close $fh;
|
||||
|
||||
my $messwert = $filllevel/10;
|
||||
my $messwert = $filllevel/100;
|
||||
my $volume = 0;
|
||||
|
||||
foreach my $level (sort keys %TankChartHash) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user