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

# `t`

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

Play vehicle tone/tune (buzzer). Supersedes message PLAY_TUNE.

---

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