innologix 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a24eaa320003bc7f76305fb3cce0f5541db009e5
4
- data.tar.gz: 77b50c5944e9516561582a53f3aa41bc99c0c185
3
+ metadata.gz: 848ecf6750f941168edf6a67e722473b30d31cf4
4
+ data.tar.gz: 68b4b6511c9e0a05fbd0dba61fe3289d40525696
5
5
  SHA512:
6
- metadata.gz: 887cb132491e84ed3acdbf81d973e318aa31f0fca404502b42f7d0e03d01b886ad61b3fd78da29028e2f8cb34b708114e3a735d31f1a5653d23570f8521ea86f
7
- data.tar.gz: 5a2a1e7ca24b02cc0df3603b67c75d0df9cf1170b917049083ccf478eca90bb052bd67aaa3bb874cff57d0bb9be460856707a873d08a01aa271ed1038c6163d3
6
+ metadata.gz: 1280d82baad3fe47f818cc67903d90f557c8da40fbd8c003fe2b6e75efa6344468d7521c2e7330e96529ab30d6dfc6e0787a280989529fee77027a8466eb0f44
7
+ data.tar.gz: 67fb7b20db0fc70828f907282a3657c511d4007e6da78748b6e3aac3309e85b52d1efed226754632f231bc869c057901c97ea02d9d5d572eed82066d587d9195
@@ -61,7 +61,7 @@ module Innologix
61
61
  def create
62
62
  path = '/devices'
63
63
  method = 'post'
64
- form_params = {name: name, address: address, device_type_id: device_type_id, fwd_proto: fwd_proto}
64
+ form_params = {name: name, address: address, device_type_id: device_type_id, fwd_proto: fwd_proto, m2m_id: m2m_id}
65
65
  options = {form_params: {device: form_params}}
66
66
  result = client.call_api(path, method, options)
67
67
  if result[:error].nil?
@@ -74,7 +74,7 @@ module Innologix
74
74
  def update
75
75
  path = '/devices/' + id.to_s
76
76
  method = 'put'
77
- form_params = {name: name, address: address, device_type_id: device_type_id, fwd_proto: fwd_proto}
77
+ form_params = {name: name, address: address, device_type_id: device_type_id, fwd_proto: fwd_proto, m2m_id: m2m_id}
78
78
  options = {form_params: {device: form_params}}
79
79
  result = client.call_api(path, method, options)
80
80
  if result[:error].nil?
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innologix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram