-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello !
I have a little problem with ur websocket module
In the feedback field "Update variable with value from WebSocket message" i can't filter the event what i want so the variable change when other event is send
exemple:
Message received: {"id":18446744073709551615,"data":{"Patch":[{"op":"replace","path":"/mixers/S201210970CQK/levels/volumes/Music","value":75}]}}
Message received: {"id":18446744073709551615,"data":{"Patch":[{"op":"replace","path":"/mixers/S201210970CQK/levels/volumes/Mic","value":30}]}}
I can’t differentiate the two to set them on two different variables when one is update all change in same time
i want to filter with the path value like
Variable 1 is the value of the path "/mixers/S201210970CQK/levels/volumes/Music"
Variable 2 is the value of the path "/mixers/S201210970CQK/levels/volumes/Mic"