2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

MaxCommon.pm: add Cube to %device_types

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

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",