This commit is contained in:
2020-10-05 12:57:40 +02:00
parent 1a8685eae3
commit 5cfcd4de2b
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ sub _CheckShuttersConditionsForShadingFn {
if ( $value eq 'off' ) {
$FHEM::Automation::ShuttersControl::shutters->setShadingStatus('out');
$infoMessage .= ' shading was deactivated in ' . ($funcHash->{attrEvent} ? 'the device' : 'globally');
$infoMessage .= ' shading was deactivated ' . ($funcHash->{attrEvent} ? 'in the device' : 'globally');
$errorMessage .= '';
ShadingProcessingDriveCommand( $hash, $shuttersDev );
}