change default values for wind parameters
This commit is contained in:
parent
654b4e84a9
commit
55305dd8e0
@ -201,7 +201,7 @@ my %userAttrList = (
|
|||||||
'ASC_BrightnessMinVal' => -1,
|
'ASC_BrightnessMinVal' => -1,
|
||||||
'ASC_BrightnessMaxVal' => -1,
|
'ASC_BrightnessMaxVal' => -1,
|
||||||
'ASC_WiggleValue' => 5,
|
'ASC_WiggleValue' => 5,
|
||||||
'ASC_WindParameters' => [ '', '50:20 100', '50:20 0' ],
|
'ASC_WindParameters' => [ '', '-1', '-1' ],
|
||||||
);
|
);
|
||||||
|
|
||||||
my %posSetCmds = (
|
my %posSetCmds = (
|
||||||
@ -262,8 +262,6 @@ sub Define($$) {
|
|||||||
if ( $ascDev->getAutoShuttersControlMorning eq 'none' );
|
if ( $ascDev->getAutoShuttersControlMorning eq 'none' );
|
||||||
CommandAttr( undef, $name . ' ASC_autoShuttersControlEvening on' )
|
CommandAttr( undef, $name . ' ASC_autoShuttersControlEvening on' )
|
||||||
if ( $ascDev->getAutoShuttersControlEvening eq 'none' );
|
if ( $ascDev->getAutoShuttersControlEvening eq 'none' );
|
||||||
CommandAttr( undef, $name . ' ASC_temperatureReading temperature' )
|
|
||||||
if ( $ascDev->getTempReading eq 'none' );
|
|
||||||
CommandAttr( undef, $name . ' ASC_freezeTemp 3' )
|
CommandAttr( undef, $name . ' ASC_freezeTemp 3' )
|
||||||
if ( $ascDev->getFreezeTemp eq 'none' );
|
if ( $ascDev->getFreezeTemp eq 'none' );
|
||||||
CommandAttr( undef,
|
CommandAttr( undef,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user