Sha256: 39f3e1509509fbaae1855189da3a41cc39a9ed8b39efc8110d49a74749b998a9
Contents?: true
Size: 529 Bytes
Versions: 12
Compression:
Stored size: 529 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class DeviceLogEventsMessage < EventsMessage # 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
12 entries across 12 versions & 1 rubygems