From 5a76c9897ec52417c4d72659e024c4712256d294 Mon Sep 17 00:00:00 2001 From: sailor-fhem <> Date: Wed, 29 Jun 2016 04:38:06 +0000 Subject: [PATCH] 73_GasCalculator: Bugfix for "Can't use an undefined value as a HASH reference" git-svn-id: https://svn.fhem.de/fhem/trunk@11724 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index 4c4052b16..a4187de64 100644 --- a/fhem/CHANGED +++ b/fhem/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: 73_GasCalculator: Bugfix for "Can't use an undefined value..." - bugfix: 10_pilight_ctrl: Experimental splice on scalar is now forbidden. - feature: 73_GasCalculator: "set" and "get" - command in GUI implemented. - bugfix: 50_TelegramBot: Unicode / Umlaute handling reworked