# frozen_string_literal: true require "dry-transformer" module DjiMqttConnect module Thing::Product class OsdMessage < Message attribute :tid, Types::UUID attribute :bid, Types::UUID attribute :timestamp, Types::Timestamp attribute :gateway, Types::String # Backup of received data attribute :_data, Types::Hash end end end