Class: DjiMqttConnect::Thing::Product::DroneOsdMessage

Inherits:
OsdMessage
  • Object
show all
Defined in:
lib/dji_mqtt_connect/messages/thing/product/osd/drone.rb

Constant Summary collapse

STABLE_DATA_ATTRIBUTES =
i[
  mode_code
  gear
  horizontal_speed
  vertical_speed
  latitude
  longitude
  height
  elevation
  attitude_head
  attitude_pitch
  attitude_roll
  home_distance
  wind_direction
  wind_speed
]

Instance Method Summary collapse

Methods inherited from OsdMessage

#humanized_summary_interpolation

Methods inherited from Message

current_timestamp, generate_bid, generate_tid, #to_s

Instance Method Details

#humanized_summaryObject



187
188
189
# File 'lib/dji_mqtt_connect/messages/thing/product/osd/drone.rb', line 187

def humanized_summary
  Translations.thing_product_drone_osd_summary(**humanized_summary_interpolation)
end