# telegram-decoder

### TLMS.telegramDecoder.authTokenFile

Path to telegram-decoder auth token

*Type*: string or path

*Default*

```
"/etc/telegram-decoder/token"
```

### TLMS.telegramDecoder.configFile

Path to telegram-decoder config

*Type*: string or path

*Default*

```
"/etc/telegram-decoder/settings.json"
```

### TLMS.telegramDecoder.enable

Wether to enable TLMS telegram-decoder

*Type*: boolean

*Default*

```
false
```

### TLMS.telegramDecoder.errorCorrection

enable or disable error correction

*Type*: boolean

*Default*

```
true
```

### TLMS.telegramDecoder.logLevel

under which logLevel the service should run

*Type*: one of "info", "warn", "error", "debug", "trace"

*Default*

```
"info"
```

### TLMS.telegramDecoder.offline

runs telegram-decoder in offline mode used for mobile stations

*Type*: boolean

*Default*

```
false
```

### TLMS.telegramDecoder.server

URL of the TLMS websocket

*Type*: list of string

*Default*

```
["https://dump.dvb.solutions/"]
```
