change Siro Values
This commit is contained in:
parent
13b8245941
commit
3a65b172c4
@ -47,7 +47,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use FHEM::Meta;
|
use FHEM::Meta;
|
||||||
|
|
||||||
my $version = '0.6.14';
|
my $version = '0.6.15';
|
||||||
|
|
||||||
sub AutoShuttersControl_Initialize($) {
|
sub AutoShuttersControl_Initialize($) {
|
||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
@ -220,7 +220,7 @@ my %userAttrList = (
|
|||||||
|
|
||||||
my %posSetCmds = (
|
my %posSetCmds = (
|
||||||
ZWave => 'dim',
|
ZWave => 'dim',
|
||||||
Siro => 'position',
|
Siro => 'pct',
|
||||||
CUL_HM => 'pct',
|
CUL_HM => 'pct',
|
||||||
ROLLO => 'pct',
|
ROLLO => 'pct',
|
||||||
SOMFY => 'position',
|
SOMFY => 'position',
|
||||||
|
Loading…
Reference in New Issue
Block a user