2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

37_harmony.pm: cleanup cannelAfterStart

git-svn-id: https://svn.fhem.de/fhem/trunk@10918 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-02-22 12:44:33 +00:00
parent ff6e0122ba
commit f7b1971a8f

View File

@ -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 );