You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by fj...@apache.org on 2020/06/15 06:44:17 UTC

[incubator-streampipes-extensions] branch feature/adapter-flic-button updated: Addded resources info for adapter

This is an automated email from the ASF dual-hosted git repository.

fjohn pushed a commit to branch feature/adapter-flic-button
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/feature/adapter-flic-button by this push:
     new e1a7984  Addded resources info for adapter
e1a7984 is described below

commit e1a7984b0213c0225e55d42d16efccb216d696bb
Author: Felix John <jo...@axantu.com>
AuthorDate: Mon Jun 15 08:43:51 2020 +0200

    Addded resources info for adapter
    
    Addded Resources Information for Adapter
---
 .../streampipes/connect/ConnectAdapterInit.java    |   2 +-
 .../documentation.md                               |  58 +++++++++++++++++++++
 .../icon.png                                       | Bin 0 -> 60709 bytes
 .../strings.en                                     |  27 ++++++++++
 4 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/streampipes-connect-adapters/src/main/java/org/apache/streampipes/connect/ConnectAdapterInit.java b/streampipes-connect-adapters/src/main/java/org/apache/streampipes/connect/ConnectAdapterInit.java
index 5a020ba..3c5b1d5 100644
--- a/streampipes-connect-adapters/src/main/java/org/apache/streampipes/connect/ConnectAdapterInit.java
+++ b/streampipes-connect-adapters/src/main/java/org/apache/streampipes/connect/ConnectAdapterInit.java
@@ -70,7 +70,7 @@ public class ConnectAdapterInit extends AdapterWorkerContainer {
             .add(new HttpStreamProtocol())
             .add(new PulsarProtocol())
 //
-//            // Specific Adapters
+//          // Specific Adapters
             .add(new GdeltAdapter())
             .add(new CoindeskBitcoinAdapter())
             .add(new IexCloudNewsAdapter())
diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/documentation.md b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/documentation.md
new file mode 100644
index 0000000..2fe0099
--- /dev/null
+++ b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/documentation.md
@@ -0,0 +1,58 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~
+  -->
+
+## Ros Bridge
+
+<p align="center"> 
+    <img src="icon.png" width="150px;" class="pe-image-documentation"/>
+</p>
+
+***
+
+## Description
+
+Connect Flic Adapter 
+
+
+***
+
+## Required input
+
+This sink does not have any requirements and works with any incoming event type.
+
+***
+
+## Configuration
+
+Describe the configuration parameters here
+
+### Ros Bridge
+
+Example: test-server.com (No protocol)
+
+### Port
+
+The port of the ROS instance.
+
+### Topic
+
+Example: /battery (Starts with /)
+
+
+## Output
+
diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/icon.png b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/icon.png
new file mode 100644
index 0000000..bd5ddce
Binary files /dev/null and b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/icon.png differ
diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/strings.en b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/strings.en
new file mode 100644
index 0000000..37878d6
--- /dev/null
+++ b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.flic.mqtt/strings.en
@@ -0,0 +1,27 @@
+org.apache.streampipes.connect.adapters.flic.mqtt.title= Flic MQTT
+org.apache.streampipes.connect.adapters.flic.mqtt.description= Connect a Flic Apater over MQTT
+
+access-mode.title=Access Mode
+access-mode.description=
+
+anonymous-alternative.title=Unauthenticated
+anonymous-alternative.description=
+
+username-alternative.title=Username/Password
+username-alternative.description=
+
+username-group.title=User Group
+username-group.description=
+
+username.title=Username
+username.description=
+
+password.title=Password
+password.description=
+
+broker_url.title=Broker URL
+broker_url.description=Example: tcp://test-server.com:1883 (Protocol required. Port required)"
+
+topic.title=Topic
+topic.description=Example: test/topic
+