diff --git a/config.json b/config.json
index 8bf2238..42bc122 100644
--- a/config.json
+++ b/config.json
@@ -50,7 +50,14 @@
"username": "test",
"password": "testsucks",
"duplexTimeout": 300
- }
+ },
+ "tetracontrol": {
+ "enabled": true,
+ "endpoint": "10.13.123.123:80",
+ "username": "user",
+ "password": "password",
+ "duplexTimeout": 300
+ }
},
"pagers": {
"birdyslim": {
@@ -71,4 +78,4 @@
},
"deliveryPresets": {
}
-}
\ No newline at end of file
+}
diff --git a/html_config/index.html b/html_config/index.html
index 7e16a9f..f906516 100644
--- a/html_config/index.html
+++ b/html_config/index.html
@@ -141,6 +141,32 @@
+
+
+
+ TETRACONTROL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
LoRaWAN
@@ -330,6 +356,7 @@
{ k: 'Dummy', v: 'dummy' },
{ k: 'POCSAG GW', v: 'pocsag' },
{ k: 'DAPNET', v: 'dapnet' },
+ { k: 'TETRAControl', v: 'tetracontrol' },
{ k: 'e*Cityruf inetgw', v: 'ecityruf' },
{ k: 'e*Cityruf Puppeteer', v: 'em-p-cityruf' },
@@ -366,6 +393,11 @@
dapnet: {
enabled: null, duplexTimeout: null,
},
+
+ tetracontrol: {
+ enabled: null, duplexTimeout: null,
+ },
+
ecityruf: {
enabled: null, duplexTimeout: null,
},
@@ -452,4 +484,4 @@