Tasmota Sonoff 6.5 basic fw switch.toggle not working

I just flashed a Lonsonho EU plug with Tuya-convert and it’s working fine in HA using the entity and putting it in the on/off state.

However when I use switch.toggle, nothing happens. I don’t see anything incoming on the device’s Tasmota web console, where I expect an mqtt message to flip the state.

Is the switch.toggle supported for tasmota basic fw? Before flashing tasmota fw, I was using the tuya platform and there toggle worked well.

Any ideas what might be wrong? Is there a ‘raw’ mqtt payload I can send to the device to toggle its state?

In the end I used mqtt.publish as a workaround:

{
  "payload": "2",
  "topic": "cmnd/DVES_982D00_fb/Power"
}

with the DVES being the tasmota id which you can find on the Information page of the tasmota device’s webUI.