From 2e74c55f32b2899c52169e5dcd83d6cebb6c1325 Mon Sep 17 00:00:00 2001 From: Wzut <> Date: Fri, 8 May 2020 17:28:42 +0000 Subject: [PATCH] MaxCommon.pm: add Cube to %device_types git-svn-id: https://svn.fhem.de/fhem/trunk@21896 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/MaxCommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/MaxCommon.pm b/fhem/FHEM/MaxCommon.pm index 36c6e81f5..d42fe0a56 100644 --- a/fhem/FHEM/MaxCommon.pm +++ b/fhem/FHEM/MaxCommon.pm @@ -28,7 +28,7 @@ require Exporter; @EXPORT = qw(%device_types %msgId2Cmd %msgCmd2Id $defaultWeekProfile validTemperature); %device_types = ( - + 0 => "Cube", 1 => "HeatingThermostat", 2 => "HeatingThermostatPlus", 3 => "WallMountedThermostat",