dji_mqtt_connect 0.1.23.2 → 0.1.23.3

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: a52af44f20809315867add42cac57ed1411f7f8e4f73ff083730633a80517f0c
4
- data.tar.gz: 3cca76be599cf6c9cb876f16b0990e85058cd3ac476769173b197461e45fe350
3
+ metadata.gz: c02edaaaf852b86b7a232011a4cbddeac70d5002a0ed80b988280e74e7b53ed4
4
+ data.tar.gz: c626c5ec70d72cb5661f6ce0562143630d025b2ee9c7639a47d137c3c910c2cc
5
5
  SHA512:
6
- metadata.gz: 1ae0ac468baa805c72ad193f13aa9094b17c3de2c5c2fa84f251a1281bd359f0beffd67923555c83c32370a373b447dacbb1a70858530c994afa06c98e94a3b6
7
- data.tar.gz: 9e0e77a0841c0fe139ad8253aef77f7590acfd587f65c3129a7660161431f622c63f735bcec3311c45ae5f1e076b2c4ea145ec787b20ce80c6982eb632833e8b
6
+ metadata.gz: 569aab752ec15a303bee5846f38772057ef6a6df823c9655dd9483395d4cf47e18e491abceb64ff64382ff59129382280a6cd8a6fc08c042b7049ef5936adc44
7
+ data.tar.gz: 2a8d79beaa54ebfa8c94d8fe78c9ecf57f5ca0e6c8493b30113f3c6cc75dd4d3379ca9d3d61341657486cc5a95efd235001b43ad67e4bb2de54d9fa466ce28a2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dji_mqtt_connect (0.1.23.2)
4
+ dji_mqtt_connect (0.1.23.3)
5
5
  activesupport (>= 6.0, <= 8)
6
6
  dry-struct (~> 1.6)
7
7
  dry-transformer (~> 1.0)
@@ -11,10 +11,10 @@ module DjiMqttConnect
11
11
  attribute :device_binding_code, Types::String | Types::Nil
12
12
  attribute :organization_id, Types::String | Types::Nil
13
13
  attribute :device_callsign, Types::String | Types::Nil
14
- attribute :sn, Types::String
14
+ attribute :sn, Types::String | Types::Nil
15
15
  attribute :device_model_key, Types::String
16
- attribute :device_nonce, Types::String
17
- attribute :device_secret, Types::String
16
+ attribute :device_nonce, Types::String | Types::Nil
17
+ attribute :device_secret, Types::String | Types::Nil
18
18
  end
19
19
  end
20
20
  end
@@ -6,6 +6,7 @@ module DjiMqttConnect
6
6
  attribute :tid, Types::UUID
7
7
  attribute :bid, Types::UUID
8
8
  attribute :timestamp, Types::Timestamp
9
+ attribute? :gateway, Types::String
9
10
 
10
11
  attribute :_data, Types::Hash
11
12
  attribute :_method, Types::String
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DjiMqttConnect
4
- VERSION = "0.1.23.2"
4
+ VERSION = "0.1.23.3"
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.23.2
4
+ version: 0.1.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sphere Drones