Sha256: fe2f2a8c938ec558d3aa4afce76d44f34b2a29b35a53f4f7abbbb9772ffe0816
Contents?: true
Size: 503 Bytes
Versions: 28
Compression:
Stored size: 503 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product # Notification of task readiness # https://developer.dji.com/doc/cloud-api-tutorial/en/server-api-reference/mqtt/thing-model/gateway/dock/wayline.html#notification-of-task-readiness class FlighttaskReadyEventsMessage < EventsMessage attribute :_method, Types::String.enum("flighttask_ready") attribute :data do attribute :flight_ids, Types::Array.of(Types::String) end end end end
Version data entries
28 entries across 28 versions & 1 rubygems