Class: DjiMqttConnect::Thing::Product::EsimOperatorSwitchServicesMessage
- Inherits:
-
ServicesMessage
- Object
- Dry::Struct
- Message
- ServicesMessage
- DjiMqttConnect::Thing::Product::EsimOperatorSwitchServicesMessage
- Defined in:
- lib/dji_mqtt_connect/messages/thing/product/services/esim_operator_switch.rb
Overview
Constant Summary collapse
- ESIM_OPERATOR_CHINA_MOBILE =
1- ESIM_OPERATOR_CHINA_UNICOM =
2- ESIM_OPERATOR_CHINA_TELECOM =
3
Class Method Summary collapse
Methods inherited from ServicesMessage
#flight_ids, #humanized_summary, #humanized_summary_interpolation
Methods inherited from Message
current_timestamp, generate_bid, generate_tid, #to_s
Class Method Details
.build(data:, bid: generate_bid, tid: generate_tid, timestamp: current_timestamp) ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/dji_mqtt_connect/messages/thing/product/services/esim_operator_switch.rb', line 12 def self.build(data:, bid: generate_bid, tid: generate_tid, timestamp: ) new( bid: bid, tid: tid, data: data, timestamp: , _method: "esim_operator_switch" ) end |