I'm working on a flow that monitors and controls settings on a network device (digital audio mixer). The mixer must be the "gold" setting since it can be controlled by more than just NR/HS. HS devices need to sync to the mixer. I have a flow that polls a mixer setting and updates the HS device value. The HS device can also control the setting on the mixer by triggering a flow that sends a message to the mixer to update the setting.
Here's where I'm having trouble. The initial poll updates the HS device but if the HS device is not the same value as the mixer that also triggers the flow to send an update back to the mixer. The mixer then responds which again causes the HS device to be updated. Since the two are now in sync the HS device doesn't get a value change update. The flows are part of a much larger project so I'll work on creating a simpler flow to post here.
Here's where I'm having trouble. The initial poll updates the HS device but if the HS device is not the same value as the mixer that also triggers the flow to send an update back to the mixer. The mixer then responds which again causes the HS device to be updated. Since the two are now in sync the HS device doesn't get a value change update. The flows are part of a much larger project so I'll work on creating a simpler flow to post here.
Comment