imperituroard 1.1.4 → 1.1.5
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 +4 -4
- data/lib/imperituroard/projects/iot.rb +2 -1
- data/lib/imperituroard/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa09dfb75a266256aa4c5d30389bfd7abe4a2fe0
|
|
4
|
+
data.tar.gz: 205e98e1d6d25442861f0bf5fec36d8085684570
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5559c3bd1563437fe219df60d4466633ba26e913d467898faf48c6c75646d5f0493e7b737715f2ecda6cde3e9ff2064350181927d7c7748ca0cfbbe6004eb77f
|
|
7
|
+
data.tar.gz: e6b3fbf12f8852ad4ac2e5679fcef7c0f98d207decb34e47bfcad6e493644e30d337243055b37660e03d8ed39974433415dea3f0c3c47a6ece208809dd388922
|
|
@@ -228,6 +228,7 @@ class IotFunctions_2
|
|
|
228
228
|
imei_list = im_li
|
|
229
229
|
|
|
230
230
|
input_json = {:request_full => request_full}
|
|
231
|
+
input_json22 = {:login => login, :imei_list => imei_list}
|
|
231
232
|
resp_out = {}
|
|
232
233
|
begin
|
|
233
234
|
|
|
@@ -367,7 +368,7 @@ class IotFunctions_2
|
|
|
367
368
|
end
|
|
368
369
|
thr1.join
|
|
369
370
|
|
|
370
|
-
resp_out[:body][:tosoapgw] = internal_func.iot_create_dev_soapgw_answer(
|
|
371
|
+
resp_out[:body][:tosoapgw] = internal_func.iot_create_dev_soapgw_answer(input_json22, resp_out)
|
|
371
372
|
mongo_client.audit_logger("add_device_to_profile", remote_ip, input_json, resp_out, real_ip, {})
|
|
372
373
|
resp_out
|
|
373
374
|
end
|