Hi,
I have a vuetify based radio button set. 3 Buttons. They output the state fine but I can't get them to change state given on input. I'd like to save all of the states to a database and then when DB2 fires up, it get's initialised from the database.
This is the code I have so far:
I am aware that there is nothing in here to listen to the input. I have tried many things and GPT4 is not going to replace us all yet, I can confirm that..
If you then don't want the node to emit on first load due to your watch on status, you could utilise the second argument of the watch which is oldValue, check if that oldValue was equal to '', and if it was, don't emit via send()
Unfortunately, because this is client-side, we don't have access to flow or global. We only send msg over the websocket connection. The best option here is to have change node prior to this node, and set a msg.<something> to the relevant flow. or global. variable.