Class: DjiMqttConnect::Thing::Product::TakeoffToPointProgressEventsMessage

Inherits:
EventsMessage
  • Object
show all
Defined in:
lib/dji_mqtt_connect/messages/thing/product/events/takeoff_to_point_progress.rb

Instance Method Summary collapse

Methods inherited from EventsMessage

#humanized_summary, #humanized_summary_interpolation, #need_reply?, #to_s

Methods inherited from Message

current_timestamp, generate_bid, generate_tid, #to_s

Instance Method Details

#flight_idsObject

All the flight IDs in the message



23
24
25
# File 'lib/dji_mqtt_connect/messages/thing/product/events/takeoff_to_point_progress.rb', line 23

def flight_ids
  [data.flight_id]
end