From df620b93e36f136a6332f2efb7c7b80238d2a853 Mon Sep 17 00:00:00 2001 From: olzzon Date: Mon, 3 Jun 2019 13:23:55 +0200 Subject: [PATCH] feat: HUI-remote - Button led reflects Sisyfos state --- src/components/Channel.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Channel.tsx b/src/components/Channel.tsx index 199d1a7d..b4594632 100644 --- a/src/components/Channel.tsx +++ b/src/components/Channel.tsx @@ -33,6 +33,7 @@ class Channel extends PureComponent { channel: this.channelIndex }); this.mixerConnection.updateOutLevel(this.channelIndex); + this.props.huiRemoteConnection.updateRemotePgmPstPfl(this.channelIndex); } handlePst() { @@ -48,6 +49,7 @@ class Channel extends PureComponent { channel: this.channelIndex }); this.mixerConnection.updatePflState(this.channelIndex); + this.props.huiRemoteConnection.updateRemotePgmPstPfl(this.channelIndex); } handleLevel(event: any) {