dji_mqtt_connect 0.1.1.1 → 0.1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f2fc8a8e791166b6c133bfc3f93aa3b5c062a479537a3420a6e280018c6b3aa
4
- data.tar.gz: 7036d2d904b41a59afb8f1453124bc93f0eb5893e8e82772deb14f0e74047b03
3
+ metadata.gz: bcfa0275e7910987f8607c2b747d52094994f93935a8a365504c206637b5bdc5
4
+ data.tar.gz: fd87959ae4b12332a8decb4c15ca9e344bcba9543f77c9f200e3a765932791cf
5
5
  SHA512:
6
- metadata.gz: 9439641d1c203a5d26298e4d87f13a73c80e9b6ad31becab294443d030e13f7e0abb79bd031ead88159e52aabf7123d4fe584dfc86430b6849ee02f34194b436
7
- data.tar.gz: c91169f9fc14b1721cf085152e9da0d7b6718323482569bf14a797a850730394165133633673c2add1866dc06d1e62cf6dcce5d0b6a9a74cf9f81d7d42b6066a
6
+ metadata.gz: 297034d9626444859c542ce662ecbd46fc9151c77dc81f07ac7f2abbe093b856145d213962fde565694800d7e254d3f5c8a69a470ca86687e4bac22566d975cb
7
+ data.tar.gz: c60cf341603f507a698e0e2d910b544424193185a4722af777e3944c45c4c23956a76a06f895ac6caa1c902f776d1031f363899ed49c1412c0fce477376cd312
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dji_mqtt_connect (0.1.1.1)
4
+ dji_mqtt_connect (0.1.1.2)
5
5
  activesupport (>= 6.0, <= 8)
6
6
  dry-struct (~> 1.6)
7
7
  dry-transformer (~> 1.0)
@@ -46,6 +46,16 @@ module DjiMqttConnect
46
46
  Thing::Product::OsdTopicRepository.new(self)
47
47
  end
48
48
 
49
+ # Handles topic thing/product/#{pid}/requests
50
+ def thing_product_requests_topic
51
+ Thing::Product::RequestsTopicRepository.new(self)
52
+ end
53
+
54
+ # Handles topic thing/product/#{pid}/requests_reply
55
+ def thing_product_requests_reply_topic
56
+ Thing::Product::RequestsReplyTopicRepository.new(self)
57
+ end
58
+
49
59
  attr_reader :mqtt_client
50
60
  end
51
61
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DjiMqttConnect
4
- VERSION = "0.1.1.1"
4
+ VERSION = "0.1.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dji_mqtt_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.1
4
+ version: 0.1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sphere Drones