Class: DjiMqttConnect::Thing::Product::DockOsdMessage

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

Constant Summary collapse

STABLE_DATA_ATTRIBUTES =
i[
  drc_state
  drone_in_dock
  job_number
]

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



223
224
225
# File 'lib/dji_mqtt_connect/messages/thing/product/osd/dock.rb', line 223

def humanized_summary
  Translations.thing_product_dock_osd_summary(**humanized_summary_interpolation)
end