Sha256: c6735f77796623b49f432acb9a352b6587052c514f18a7686ad2ba9f6b3574bc
Contents?: true
Size: 1021 Bytes
Versions: 32
Compression:
Stored size: 1021 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Sys::Product class UpdateTopoStatusMessage < StatusMessage attribute :data do attribute? :domain, Types::DeviceDomain attribute :type, Types::DeviceType attribute :sub_type, Types::DeviceSubType attribute :device_secret, Types::String attribute :nonce, Types::String attribute? :version, Types::Integer attribute? :thing_version, Types::String # dock contains thing_version instead of version attribute :sub_devices, Types::Array do attribute :sn, Types::String attribute? :domain, Types::DeviceDomain attribute :type, Types::DeviceType attribute :sub_type, Types::DeviceSubType attribute :index, Types::String attribute :device_secret, Types::String attribute :nonce, Types::String attribute? :version, Types::Integer alias_method :serial_number, :sn end end end end end
Version data entries
32 entries across 32 versions & 1 rubygems