File tree Expand file tree Collapse file tree
docs/gateway-configuration Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments