View Source Tello.StatusListener.Status.Temperature (Tello v0.3.0)

A sub-struct of Tello.StatusListener.Status to represent the temperature of board.

  • low: Lowest temperature of the board
  • high: Lowest temperature of the board

Link to this section Summary

Link to this section Types

@type t() :: %Tello.StatusListener.Status.Temperature{high: integer(), low: integer()}