From 261c0b916bbd0e652506918e9fd2f624cc0b541f Mon Sep 17 00:00:00 2001 From: cheetah Date: Fri, 2 Apr 2021 16:16:24 +0000 Subject: [PATCH] added eCityruf Connector --- config.json | 4 +++ html/index.html | 18 ++++++++-- index.js | 3 ++ package.json | 3 +- types/connectors/eCityrufConnector.js | 52 +++++++++++++++++++++++++++ types/connectors/index.js | 1 + 6 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 types/connectors/eCityrufConnector.js diff --git a/config.json b/config.json index 8779aa6..62730fd 100644 --- a/config.json +++ b/config.json @@ -16,6 +16,10 @@ "enabled": true, "duplexTimeout": 300 }, + "ecityruf": { + "enabled": false, + "duplexTimeout": 180 + }, "lorawan": { "enabled": true, "mqttserver": "mqtt://eu.thethings.network:1883", diff --git a/html/index.html b/html/index.html index ab65eab..101b349 100644 --- a/html/index.html +++ b/html/index.html @@ -67,7 +67,15 @@ - +
+ eCityruf Connector + + +
+ + +
+