# `Common.Message.PlayTune`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L8910)

# `t`

```elixir
@type t() :: %Common.Message.PlayTune{
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t(),
  tune: [char()],
  tune2: [char()]
}
```

Control vehicle tone generation (buzzer).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
