dji_mqtt_connect 0.1.1.3 → 0.1.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7418cbbd6b891b0d72ea6d8e47f9b7f813b9de2dffd97f7bae249292a73f510
|
4
|
+
data.tar.gz: 6f2047ad8fcb7db0eff553c8c4dde862d2dbaa8b0820cd240a400d276470e51f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1d174f8a9475a59f1e5ed31835903a49dbc1100464fbf9da910b47f7219ed348ab710aee3baef7c1da75d17ef4e5340203e033650a50257018fa7499fae67b1
|
7
|
+
data.tar.gz: 9c9795cea856dd583733174aa9fd0871c50772b23d438bfb3d1608dd913187df62e4e7cb9468c6ad4beba336c60d163f9887a8c635714cf1dd0853ab25789f69
|
data/Gemfile.lock
CHANGED
@@ -48,8 +48,8 @@ module DjiMqttConnect
|
|
48
48
|
attribute :total, Types::Integer
|
49
49
|
attribute :used, Types::Integer
|
50
50
|
end
|
51
|
-
attribute :total_flight_distance, Types::
|
52
|
-
attribute :total_flight_time, Types::
|
51
|
+
attribute :total_flight_distance, Types::JSON::Decimal
|
52
|
+
attribute :total_flight_time, Types::JSON::Decimal
|
53
53
|
attribute :track_id, Types::String
|
54
54
|
attribute :vertical_speed, Types::JSON::Decimal
|
55
55
|
attribute :wind_direction, Types::JSON::Decimal
|