Class: DjiMqttConnect::Thing::Product::EsimActivateEventsMessage

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

Overview

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_interpolationObject



26
27
28
29
30
31
# File 'lib/dji_mqtt_connect/messages/thing/product/events/esim_activate.rb', line 26

def humanized_summary_interpolation
  super.merge(
    status: data.output.humanized_status,
    percent: data.output.progress.percent
  )
end