@itentialopensource/adapter-aruba_airwave 0.8.0 → 0.8.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 CHANGED
@@ -149,7 +149,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
149
149
  "healthcheck_on_timeout": true,
150
150
  "return_raw": false,
151
151
  "archiving": false,
152
- "return_request": false
152
+ "return_request": false,
153
+ "keep_alive_interval": 0
153
154
  },
154
155
  "proxy": {
155
156
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aruba_airwave",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "This adapter integrates with system described as: Aruba Airwave",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -89,7 +89,8 @@
89
89
  "healthcheck_on_timeout": true,
90
90
  "return_raw": false,
91
91
  "archiving": false,
92
- "return_request": false
92
+ "return_request": false,
93
+ "keep_alive_interval": 0
93
94
  },
94
95
  "proxy": {
95
96
  "enabled": false,
@@ -278,4 +279,4 @@
278
279
  "brokers": [],
279
280
  "logLevel": "none",
280
281
  "timeout": 120000
281
- }
282
+ }