@itentialopensource/adapter-paragon_ems_device_manager 0.7.0 → 0.7.1
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.
- package/TAB2.md +2 -1
- package/package.json +1 -1
- package/sampleProperties.json +3 -2
package/TAB2.md
CHANGED
|
@@ -192,7 +192,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
192
192
|
"healthcheck_on_timeout": true,
|
|
193
193
|
"return_raw": false,
|
|
194
194
|
"archiving": false,
|
|
195
|
-
"return_request": false
|
|
195
|
+
"return_request": false,
|
|
196
|
+
"keep_alive_interval": 0
|
|
196
197
|
},
|
|
197
198
|
"proxy": {
|
|
198
199
|
"enabled": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-paragon_ems_device_manager",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: naas/ems/devicemanager/proto/common.proto.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "3.8.0",
|
package/sampleProperties.json
CHANGED
|
@@ -109,7 +109,8 @@
|
|
|
109
109
|
"healthcheck_on_timeout": true,
|
|
110
110
|
"return_raw": false,
|
|
111
111
|
"archiving": false,
|
|
112
|
-
"return_request": false
|
|
112
|
+
"return_request": false,
|
|
113
|
+
"keep_alive_interval": 0
|
|
113
114
|
},
|
|
114
115
|
"proxy": {
|
|
115
116
|
"enabled": false,
|
|
@@ -298,4 +299,4 @@
|
|
|
298
299
|
"brokers": [],
|
|
299
300
|
"logLevel": "none",
|
|
300
301
|
"timeout": 120000
|
|
301
|
-
}
|
|
302
|
+
}
|