innologix 0.0.23 → 0.0.24

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: 6cd10627a31b1423124716eddeb3b1136057e1ee
4
- data.tar.gz: da5fc28b565d3329003829e9a1b63c98f7a8b34f
3
+ metadata.gz: fc721c1f38ccbd780e1930247e2f8e00fd4f7a0f
4
+ data.tar.gz: 4b19f422e2d4246f613ce84f9bec9ef6289d166e
5
5
  SHA512:
6
- metadata.gz: 60abe2372e6598d35aea504a4c73fd11626ba08213fd5f9323114d193c6e1e3e085a5e9a6fefca5d1ae6de9fad27389baca0d9831e4a16520d7b52e4b2028c5b
7
- data.tar.gz: 432d08377f34a4db1303d3a1d1023f195365a25d067eadb317cb9be54801a23ef817df941e7d62cfe66629dfa8702f706ed76b9589550bec35d217de4694134c
6
+ metadata.gz: adcebf462fe4e59f181969359c1a2a68d0591cdcaa7ae26beaaf82cc6cc670c9805ed29f428a9374ef8e9a9ce51e651b798f1ecbd0efcd123aed2ffbe659cf1d
7
+ data.tar.gz: 08b255c58afcd2a2b806caada6dab82232415ab9522ce5b2959b4ef6eebf9ab1e3d5a05faab403002cfce2b8ac5645ec7ead256fe3bbc8e1ab841c2e2b6e4331
@@ -54,7 +54,7 @@ module Innologix
54
54
  def create
55
55
  path = '/device_types'
56
56
  method = 'post'
57
- options = {form_params: {device_type: {name: name, supervisor_id: supervisor_id, tags: tags}}}
57
+ options = {form_params: {device_type: {name: name, supervisor_id: supervisor_id, protocol: protocol, tags: tags}}}
58
58
  result = client.call_api(path, method, options)
59
59
  if result[:error].nil?
60
60
  from_hash(result)
@@ -66,7 +66,7 @@ module Innologix
66
66
  def update
67
67
  path = '/device_types/' + id.to_s
68
68
  method = 'put'
69
- options = {form_params: {device_type: {name: name, supervisor_id: supervisor_id, tags: tags}}}
69
+ options = {form_params: {device_type: {name: name, supervisor_id: supervisor_id, protocol: protocol, tags: tags}}}
70
70
  result = client.call_api(path, method, options)
71
71
  if result[:error].nil?
72
72
  from_hash(result)
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
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.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram