add EnOcean TYP support

This commit is contained in:
Marko Oldenburg 2019-08-22 17:09:50 +02:00
parent a158862210
commit 1729e8eba1

View File

@ -262,6 +262,7 @@ my %posSetCmds = (
HM485 => 'level',
SELVECommeo => 'position',
SELVE => 'position',
EnOcean => 'position',
);
my $shutters = new ASC_Shutters();