fix Global symbol "$shutters" requires explicit package name
This commit is contained in:
@ -130,7 +130,7 @@ sub _RainUnprotected {
|
||||
$FHEM::Automation::ShuttersControl::shutters->setLastDrive(
|
||||
'rain un-protected');
|
||||
|
||||
if ( $shutters->getRainUnprotectionDelayObj ne 'none' ) {
|
||||
if ( $FHEM::Automation::ShuttersControl::shutters->getRainUnprotectionDelayObj ne 'none' ) {
|
||||
::Remove::InternalTimer($FHEM::Automation::ShuttersControl::shutters->getRainUnprotectionDelayObj);
|
||||
$FHEM::Automation::ShuttersControl::shutters->setRainUnprotectionDelayObj('none');
|
||||
}
|
||||
|
Reference in New Issue
Block a user