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

# `t`

```elixir
@type t() :: %Common.Message.PowerStatus{
  flags: MapSet.t(Common.Types.mav_power_status()),
  vcc: XMAVLink.Types.uint16_t(),
  vservo: XMAVLink.Types.uint16_t()
}
```

Power supply status

---

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