Class: DjiMqttConnect::Thing::Product::DrcStatusNotifyEventsMessage
- Inherits:
-
EventsMessage
- Object
- Dry::Struct
- Message
- EventsMessage
- DjiMqttConnect::Thing::Product::DrcStatusNotifyEventsMessage
- Defined in:
- lib/dji_mqtt_connect/messages/thing/product/events/drc_status_notify.rb
Overview
Notification of the live flight controls (DRC) link state https://developer.dji.com/doc/cloud-api-tutorial/en/api-reference/dock-to-cloud/mqtt/dock/dock2/drc.html
Instance Method Summary collapse
Methods inherited from EventsMessage
#flight_ids, #humanized_summary, #need_reply?, #to_s
Methods inherited from Message
current_timestamp, generate_bid, generate_tid, #to_s
Instance Method Details
#humanized_summary_interpolation ⇒ Object
33 34 35 |
# File 'lib/dji_mqtt_connect/messages/thing/product/events/drc_status_notify.rb', line 33 def humanized_summary_interpolation super.merge(drc_state: data.humanized_drc_state) end |