MaxCommon.pm: add Cube to %device_types

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21896 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut 2020-05-08 17:28:42 +00:00
parent adeea89b27
commit 31c4a9c7d9

View File

@ -28,7 +28,7 @@ require Exporter;
@EXPORT = qw(%device_types %msgId2Cmd %msgCmd2Id $defaultWeekProfile validTemperature);
%device_types = (
0 => "Cube",
1 => "HeatingThermostat",
2 => "HeatingThermostatPlus",
3 => "WallMountedThermostat",