Skip to content

Commit 6aa3638

Browse files
Minor changes
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent 3d44261 commit 6aa3638

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/gateway-configuration/network-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ Name | Type | Description
207207
`net.interface.<interface>.config.gpsMode` | String | Select the GPS mode to activate for the modem if available | `kuraModemGpsModeUnmanaged`
208208
`net.interface.<interface>.config.apn` | String | The modem Access Point Name |
209209
`net.interface.<interface>.config.dialString` | String | The dial string used for connecting to the APN[^1] |
210-
`net.interface.<interface>.config.persist` | String | Enable the cellular automatic reconnection | true
211-
`net.interface.<interface>.config.holdoff` | String | The time delay in seconds between connection attempts | 30
212-
`net.interface.<interface>.config.maxFail` | String | The maximum number of connection attempts | 5
210+
`net.interface.<interface>.config.persist` | Boolean | Enable the cellular automatic reconnection | true
211+
`net.interface.<interface>.config.holdoff` | Integer | The time delay in seconds between connection attempts | 30
212+
`net.interface.<interface>.config.maxFail` | Integer | The maximum number of connection attempts | 5
213213

214214
#### GPS Mode
215215

0 commit comments

Comments
 (0)