Skip to content

Commit

Permalink
feat: HUI-remote - Button led reflects Sisyfos state
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jun 3, 2019
1 parent bd40f81 commit df620b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Channel extends PureComponent<any, any> {
channel: this.channelIndex
});
this.mixerConnection.updateOutLevel(this.channelIndex);
this.props.huiRemoteConnection.updateRemotePgmPstPfl(this.channelIndex);
}

handlePst() {
Expand All @@ -48,6 +49,7 @@ class Channel extends PureComponent<any, any> {
channel: this.channelIndex
});
this.mixerConnection.updatePflState(this.channelIndex);
this.props.huiRemoteConnection.updateRemotePgmPstPfl(this.channelIndex);
}

handleLevel(event: any) {
Expand Down

0 comments on commit df620b9

Please sign in to comment.