mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
MaxCommon: add virtual devices
git-svn-id: https://svn.fhem.de/fhem/trunk@21381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
61a0518c84
commit
971094bd0c
@ -33,7 +33,9 @@ require Exporter;
|
|||||||
2 => "HeatingThermostatPlus",
|
2 => "HeatingThermostatPlus",
|
||||||
3 => "WallMountedThermostat",
|
3 => "WallMountedThermostat",
|
||||||
4 => "ShutterContact",
|
4 => "ShutterContact",
|
||||||
5 => "PushButton"
|
5 => "PushButton",
|
||||||
|
6 => "virtualShutterContact",
|
||||||
|
7 => "virtualThermostat"
|
||||||
);
|
);
|
||||||
|
|
||||||
%msgId2Cmd = (
|
%msgId2Cmd = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user