mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +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:
parent
22c4205891
commit
2e74c55f32
@ -28,7 +28,7 @@ require Exporter;
|
|||||||
@EXPORT = qw(%device_types %msgId2Cmd %msgCmd2Id $defaultWeekProfile validTemperature);
|
@EXPORT = qw(%device_types %msgId2Cmd %msgCmd2Id $defaultWeekProfile validTemperature);
|
||||||
|
|
||||||
%device_types = (
|
%device_types = (
|
||||||
|
0 => "Cube",
|
||||||
1 => "HeatingThermostat",
|
1 => "HeatingThermostat",
|
||||||
2 => "HeatingThermostatPlus",
|
2 => "HeatingThermostatPlus",
|
||||||
3 => "WallMountedThermostat",
|
3 => "WallMountedThermostat",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user