fix little typo

This commit is contained in:
2020-10-05 12:54:33 +02:00
parent b69493ac6f
commit 1a8685eae3
2 changed files with 3 additions and 2 deletions

View File

@ -136,7 +136,8 @@ 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 in ' . ($funcHash->{attrEvent} ? 'the device' : 'globally');
$errorMessage .= '';
ShadingProcessingDriveCommand( $hash, $shuttersDev );
}
else {