Sending Multiple Device Commands with One Button Press

Sometimes my Apple TV 4K goes to sleep if not used for several hours. A press of the Apple TV’s menu button {AppleMediaManager.MediaCommand} + Menu will always wake it up.

How do I tie these commands together to work from a single button press?

  1. {AppleMediaManager.MediaCommand} + Menu
  2. {Binding LgSmartTv.Switch} + On

Just add another DataAction (aka Data Setter). Your button should already have 1 DataAction but you can add as many as you want.