Skip to content

Commit 985579e

Browse files
added file adapter to hivemq-edge-configuration.json
1 parent 502cf1e commit 985579e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

hivemq-edge/src/main/resources/hivemq-edge-configuration.json

+19
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,25 @@
149149
"url" : "https://raw.githubusercontent.com/hivemq/hivemq-edge/master/modules/hivemq-edge-module-plc4x/src/main/resources/httpd/images/eip-icon.png",
150150
"external" : true
151151
}
152+
},
153+
{
154+
"id" : "file_input",
155+
"version" : "2024.6 (ALPHA)",
156+
"name" : "File Input Adapter",
157+
"description" : "This adapter polls and publishes the content of files on regular basis.",
158+
"author" : "HiveMQ",
159+
"documentationLink" : {
160+
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html",
161+
"external" : true
162+
},
163+
"provisioningLink" : {
164+
"url" : "https://github.com/hivemq/hivemq-edge/releases",
165+
"external" : true
166+
},
167+
"logoUrl" : {
168+
"url" : "https://raw.githubusercontent.com/hivemq/hivemq-edge/master/modules/hivemq-edge-module-file/src/main/resources/httpd/images/file.png",
169+
"external" : true
170+
}
152171
}
153172
],
154173
"properties" : { }

0 commit comments

Comments
 (0)