Home Assistant Integration Issue

I have a device that raises and lowers a TV. This device uses 3 different remote buttons. There are Run, Up, and Down buttons. When clicking Run and then Up or Down, the mount raises or lowers completely. I have created a Bond Generic Device and mapped Toggle to the Run button, Power On to the down button, and Power Off to the Up button. Using the Bond app, this works flawlessly. I can click toggle and then up and the mount raises as it should. Down works as well. I have integrated this into Home Assistant. In an HA automation, I use switch.toggle, switch.turn_on and switch.turnoff. When the automation is run, I can see the Bond bridge flashing while sending commands. However, the mount does not raise or lower. I then tried to use the bond api in an automation calling the device actions TogglePower, TurnOn, and TurnOff. However, when doing this the server returns error 56, method not allowed. Is there a way to get this accomplished?