I'm receiving the following status messages originating via MQTT;

...and trying to use a switch node to discriminate between msg.payload.POWER and msg.payload.Delay. Is this possible with a switch node?
I can of course use a function node and javascript, or maybe 2 switch nodes, but thought that this should maybe be an option for a single switch node, or am I (probably) missing the obvious?