View Source Tello.CyberTello.State (Tello v0.1.0)

The CyberTello's state

see-also

See also

Link to this section Summary

Link to this section Types

@type t() :: %Tello.CyberTello.State{
  acceleration: Tello.CyberTello.State.Acceleration.t(),
  barometer: integer(),
  battery: float(),
  height: integer(),
  mission_pad: Tello.CyberTello.State.MissionPad.t() | nil,
  pitch: integer(),
  roll: integer(),
  sdk_mode?: boolean(),
  sdk_version: binary(),
  serial_number: binary(),
  speed: Tello.CyberTello.State.Speed.t(),
  takeoff_at: NaiveDateTime.t(),
  temperature: Tello.CyberTello.State.Temperature.t(),
  tof_distance: integer(),
  video_stream: :on | :off,
  wifi: Tello.CyberTello.State.Wifi.t(),
  yaw: integer()
}