Really basic but it is not working for me
Here is a snippet of the flow I am working with
here is the switch node setup
Here is the debug messages
3/7/2023, 12:16:23 PMnode: debug 8
fdrs/data : msg.payload : string[39]
"{"id":1,"type":3,"data":32,"time":9067}"
3/7/2023, 12:16:23 PMnode: debug 8
fdrs/data : msg.payload : string[48]
"{"id":1,"type":1,"data":22.06900024,"time":9067}"
As you can see I am getting nothing from the switch statement... what am I missing ?