From e5364865b819ba95371922fa3772cf925ba22fb8 Mon Sep 17 00:00:00 2001 From: cheetah Date: Thu, 24 Nov 2022 20:26:41 +0000 Subject: [PATCH] added lorawan connector to the selection --- html/index.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/html/index.html b/html/index.html index 177a1ea..2783618 100644 --- a/html/index.html +++ b/html/index.html @@ -73,15 +73,15 @@ Delivery Targets: Add - - + + - + - mdi-delete - + mdi-delete + Store & Restart @@ -113,6 +113,20 @@ {k: 'Generic', v: 'generic'}, {k: 'Birdy Slim (IoT)', v: 'birdyslim'}, ], + connectorTypes: [ + {k: 'Dummy', v: 'dummy'}, + {k: 'POCSAG GW', v: 'pocsag'}, + {k: 'DAPNET', v: 'dapnet'}, + + {k: 'e*Cityruf inetgw', v: 'ecityruf'}, + {k: 'e*Cityruf Puppeteer', v: 'em-p-cityruf'}, + {k: 'e*Cityruf alertManager', v: 'em-a-cityruf'}, + + {k: 'e*2wayS Puppeteer', v: 'em-p-twoways'}, + {k: 'e*2wayS alertManager', v: 'em-a-twoways'}, + + {k: 'LoRaWAN TTNv3', v: 'lorawan'}, + ], configData: { "pager": { "url": "",