I have two MQTT topics ending with DATA and EVENT,
e.g. device/deviceId/DATA and device/deviceId/Event
How can I perform two separate internal flows based on DATA and EVENT?
Current I able to do by parsing topic in function node and than using switch node. Is there any better way to do so?