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

# `t`

```elixir
@type t() :: %Common.Message.NamedValueFloat{
  name: [char()],
  time_boot_ms: XMAVLink.Types.uint32_t(),
  value: Float32
}
```

Send a key-value pair as float. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.

---

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