added missing lorawan config
This commit is contained in:
parent
7f1e3c3b4c
commit
f69aebe935
1 changed files with 24 additions and 0 deletions
|
@ -141,6 +141,30 @@
|
|||
</v-list-item-action>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-list-item> <!-- LoRaWAN-->
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>LoRaWAN</v-list-item-title>
|
||||
<v-list-item-action>
|
||||
<v-row cols="12">
|
||||
<v-col cols="6" sm="6" md="6">
|
||||
<v-switch v-model="configData.connectors.lorawan.enabled" label="Enabled"></v-switch>
|
||||
</v-col>
|
||||
<v-col cols="6" sm="6" md="6">
|
||||
<v-text-field type="number" :rules="validNumberRules" label="Duplex Timeout in seconds" v-model="configData.connectors.dapnet.duplexTimeout"></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="6" sm="6" md="6">
|
||||
<v-text-field label="Username" v-model="configData.connectors.lorawan.username"></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="6" sm="6" md="6">
|
||||
<v-text-field label="Password" type="password" v-model="configData.connectors.lorawan.password"></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="6" sm="6" md="6">
|
||||
<v-text-field label="MQTT Server" v-model="configData.connectors.lorawan.mqttserver"></v-text-field>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-list-item-action>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-divider></v-divider>
|
||||
<v-list-item> <!-- e*Cityruf (inetgw) -->
|
||||
<v-list-item-content>
|
||||
|
|
Loading…
Add table
Reference in a new issue