Class: DjiMqttConnect::Thing::Product::RtkCalibrationServicesMessage
- Inherits:
-
ServicesMessage
- Object
- Dry::Struct
- Message
- ServicesMessage
- DjiMqttConnect::Thing::Product::RtkCalibrationServicesMessage
- Defined in:
- lib/dji_mqtt_connect/messages/thing/product/services/rtk_calibration.rb
Overview
Constant Summary collapse
- DEVICE_TYPE_MANUAL_CALIBRATION =
1
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(devices:, bid: generate_bid, tid: generate_tid, timestamp: current_timestamp) ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/dji_mqtt_connect/messages/thing/product/services/rtk_calibration.rb', line 10 def self.build(devices:, bid: generate_bid, tid: generate_tid, timestamp: ) new( bid: bid, tid: tid, timestamp: , _method: "rtk_calibration", data: { devices: devices } ) end |