Sha256: d47e04e969a42eab74afebde88158c1b4f3a7c88a1a159317e168696efb85c19
Contents?: true
Size: 500 Bytes
Versions: 28
Compression:
Stored size: 500 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product # Get the wayline task resource # https://developer.dji.com/doc/cloud-api-tutorial/en/server-api-reference/mqtt/thing-model/gateway/dock/wayline.html#get-the-wayline-task-resource class FlighttaskResourceGetRequestsMessage < RequestsMessage attribute :_method, Types::String.enum("flighttask_resource_get") attribute :data do attribute :flight_id, Types::String end end end end
Version data entries
28 entries across 28 versions & 1 rubygems