File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " riedel-mediornet" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "main" : " dist/index.js" ,
55 "scripts" : {
66 "prepare" : " husky install" ,
3838 "typescript" : " ~5.3.3"
3939 },
4040 "packageManager" : " yarn@4.9.1"
41- }
41+ }
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { QualifiedParameter } from 'node-emberplus/lib/common/qualified-paramete
77import { CompanionVariableValues } from '@companion-module/base'
88import * as console from 'console'
99import { FeedbackId } from './feedback'
10+ import { updateSelectedTargetVariables } from "./variables"
1011
1112export enum matrixnames {
1213 video ,
@@ -313,6 +314,7 @@ export class DeviceState {
313314 variableValuesnew [ `output_${ this . matrices [ mtx ] . variableName } _${ Number ( connectionsKey ) + 1 } _input_id` ] =
314315 activeInputIdx + 1
315316 this . self . setVariableValues ( variableValuesnew )
317+ updateSelectedTargetVariables ( this . self , this )
316318 } // if sources != undefined
317319 }
318320 } //if 'connections' in matrixUpdate
You can’t perform that action at this time.
0 commit comments