Trigger a rule by MQTT command?

stateTopic. state/sonofftrippleMultitouch/POWER1

BTW, from my understanding now this is not possible. First, if I use MQTT client and issue state/sonofftrippleMultitouch/POWER1 HOLD then state of the item is updated. But if I issue command topic, nothing happens. Further reading suggests this is by design of MQTT and binding. Item LISTENS on state topic but command topic it only uses to SEND.

I checked this topic: [SOLVED] New MQTT 2.4 - incoming State works, incoming Command does not

… and it appears to be what I’m experiancing, although I’m on OH 2.5M1

Now I’m looking for event bus option or channel triggers like mentioned in that topic.