Sha256: 03d952208ed9605374a75505ae9bd3af627161be6f8401bc01434eaa4c44164a
Contents?: true
Size: 481 Bytes
Versions: 17
Compression:
Stored size: 481 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class FlightAreasDroneLocationEventsMessage < EventsMessage attribute :_method, Types::String.enum("flight_areas_drone_location") attribute :data do attribute :drone_locations, Types::Array do attribute :area_id, Types::String attribute :area_distance, Types::JSON::Decimal attribute :is_in_area, Types::Bool end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems