Publish rf command via sonoff bridge

Hey All,

I’m perplexed with this one…

I have a set of LED lights that are RF433 based, when i use the native remote i can see the commands land in the bridge console

20:00:31 MQT: tele/sonoff_bridge3/RESULT = {"Time":"2021-01-01T20:00:31","RfReceived":{"Sync":12160,"Low":450,"High":1230,"Data":"181D01","RfKey":"None"}}

Yet when i publish it back via mqtt it just doesn’t work. I’m using dev tools to mqtt.publish service:

  payload: "#181D01"
  topic: cmnd/sonoff_bridge3/RfCode

For the life of me I cannot work out why it isn’t working.