Skip to content

Commit

Permalink
added file adapter to hivemq-edge-configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Jul 29, 2024
1 parent 502cf1e commit 985579e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions hivemq-edge/src/main/resources/hivemq-edge-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,25 @@
"url" : "https://raw.githubusercontent.com/hivemq/hivemq-edge/master/modules/hivemq-edge-module-plc4x/src/main/resources/httpd/images/eip-icon.png",
"external" : true
}
},
{
"id" : "file_input",
"version" : "2024.6 (ALPHA)",
"name" : "File Input Adapter",
"description" : "This adapter polls and publishes the content of files on regular basis.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html",
"external" : true
},
"provisioningLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/releases",
"external" : true
},
"logoUrl" : {
"url" : "https://raw.githubusercontent.com/hivemq/hivemq-edge/master/modules/hivemq-edge-module-file/src/main/resources/httpd/images/file.png",
"external" : true
}
}
],
"properties" : { }
Expand Down

0 comments on commit 985579e

Please sign in to comment.