diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index c95c981b3..2516bbd22 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -841,6 +841,7 @@ harmony_updateActivity($$;$) readingsSingleUpdate( $hash, "activity", $activity, 1 ); harmony_sendEngineGet($hash, "changeChannel", "channel=$hash->{channelAfterStart}:timestamp=0") if( $hash->{channelAfterStart} ); + delete $hash->{channelAfterStart}; } delete $hash->{hidDevice} if( $id == -1 );