Class: DjiMqttConnect::Thing::Product::RequestsReplyTopicRepository
- Inherits:
-
DjiMqttConnect::TopicRepository
- Object
- DjiMqttConnect::TopicRepository
- DjiMqttConnect::Thing::Product::RequestsReplyTopicRepository
- Defined in:
- lib/dji_mqtt_connect/topics/thing/product/requests_reply.rb
Instance Method Summary collapse
-
#publish_to_device(gateway_sn, requests_reply_message) ⇒ Object
Publishes a message to gateway_sn on the “thing/product/+/requests_reply” topic.
Methods inherited from DjiMqttConnect::TopicRepository
Constructor Details
This class inherits a constructor from DjiMqttConnect::TopicRepository
Instance Method Details
#publish_to_device(gateway_sn, requests_reply_message) ⇒ Object
Publishes a message to gateway_sn on the “thing/product/+/requests_reply” topic.
7 8 9 10 11 12 13 |
# File 'lib/dji_mqtt_connect/topics/thing/product/requests_reply.rb', line 7 def publish_to_device(gateway_sn, ) publish_to_topic( "thing/product/#{gateway_sn}/requests_reply", , marshal: RequestsReplyMarshal ) end |