innologix 0.0.25 → 0.0.26

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: 40faffe9e6f79656d9a6bb10d5b41e07763a2c1f
4
- data.tar.gz: e3358cdedd06f52bacd1f928f66a31ab60d14506
3
+ metadata.gz: 27b5f5e909f2c4a6a197124647e031dcb207a672
4
+ data.tar.gz: a68fab7cf7996ded1a23a86279845f5256724bfd
5
5
  SHA512:
6
- metadata.gz: 9681b18aa04595443ef0edab7c55004b7dbda5102c7cf6551211c8594dfb3913f24c697f9b74fd2742b04c9a30aebb6558228bc53f36659c62205ce0dfeb58a6
7
- data.tar.gz: 07e80fcd597b5037aa9b8761decf72e3cf57950096d6366b3b0a0c39f488c7368a31ee4a71d386b9a33511a421b7955df63ab040d94f3f18393519c9ffb58459
6
+ metadata.gz: 44c11ceda9b83ab1b4c22905080600d46a6d6814a7069bdd5c628e7076bbda0b2dba3796e461646953c5ef523d1479e26c79c814a757a34fc14c690ba237daf1
7
+ data.tar.gz: 4b9626de86a5fa96a7d5d680e1baa6e3083f973c5f6549e24b92f06d5ce3c8e582cd6b27667275a997a9cbd5923e61670eda656b01c8fba3a7eaf3c48adb1c6e
@@ -9,9 +9,12 @@ module Innologix
9
9
  attr_accessor :status
10
10
  attr_accessor :device_type_id
11
11
  attr_accessor :m2m_id
12
+ attr_accessor :logs
13
+ attr_accessor :timestamp
12
14
  attr_accessor :created_at
13
15
  attr_accessor :updated_at
14
16
 
17
+
15
18
  attr_accessor :supervisor
16
19
  attr_accessor :group
17
20
  attr_accessor :m2m
@@ -141,6 +144,8 @@ module Innologix
141
144
  device.status = attributes[:status]
142
145
  device.device_type_id = attributes[:device_type_id]
143
146
  device.m2m_id = attributes[:m2m_id]
147
+ device.logs = attributes[:logs].nil? ? nil : attributes[:logs]
148
+ device.timestamp = attributes[:timestamp].nil? ? nil : attributes[:timestamp]
144
149
  device.created_at = attributes[:created_at]
145
150
  device.updated_at = attributes[:updated_at]
146
151
 
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
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.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram