From 53bc8b2e7649a2537e38829e3bae49ad9fcc0b62 Mon Sep 17 00:00:00 2001 From: andreas13 <> Date: Sun, 10 Oct 2021 14:13:07 +0000 Subject: [PATCH] vitoconnect: Bugfix release git-svn-id: https://svn.fhem.de/fhem/trunk@25061 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_vitoconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_vitoconnect.pm b/fhem/FHEM/98_vitoconnect.pm index 9569cedc9..cf2274d24 100644 --- a/fhem/FHEM/98_vitoconnect.pm +++ b/fhem/FHEM/98_vitoconnect.pm @@ -638,7 +638,7 @@ my $RequestList = { "Gasverbrauch_Heizung/Jahr_gelesen_am", "heating.gas.consumption.heating.unit" => "Gasverbrauch_Heizung/Einheit", "heating.gas.consumption.total.day" => "Gasverbrauch_Total/Tag", - "heating.gas.consumption.total.month" => "Gasverbrauch_Total/Woche", + "heating.gas.consumption.total.month" => "Gasverbrauch_Total/Monat", "heating.gas.consumption.total.unit" => "Gasverbrauch_Total/Einheit", "heating.gas.consumption.total.week" => "Gasverbrauch_Total/Woche", "heating.gas.consumption.total.year" => "Gasverbrauch_Total/Jahr",