Sha256: 65573045abc8cd6b97d53501c4fdb2d286fe487385978f1a9e8e4dea36877705
Contents?: true
Size: 536 Bytes
Versions: 23
Compression:
Stored size: 536 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class DeviceLogEventsMessage < ServicesReplyMessage # BID is not always included in message attribute? :bid, Types::UUID attribute :_method, Types::String.enum("device_log") attribute :data do attribute :level, Types::Integer attribute :key, Types::Integer attribute :module, Types::Integer attribute :create_time, Types::Timestamp attribute :args, Types::Hash end end end end
Version data entries
23 entries across 23 versions & 1 rubygems