Skip to content

Filter on Websocket message #23

@MrJekylleOFF

Description

@MrJekylleOFF

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions