fix state disable problem, see Forum #1106857

This commit is contained in:
2021-01-04 14:57:08 +01:00
parent 6c715e9b5d
commit bdf9052535
2 changed files with 3 additions and 3 deletions

View File

@ -371,7 +371,7 @@ sub _CheckIsDisabledAfterSetAttr {
my $name = $hash->{NAME};
my $state = ( IsDisabled($name)
? 'disabled'
? 'inactive'
: 'ready' );
Log3( $name, 3, qq{backupToStorage ($name) - _CheckIsDisabledAfterSetAttr} );