You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/04/11 22:07:45 UTC

[incubator-streampipes-extensions] 04/05: Add documentation to detect value change

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit be810afb9accfc782fca71ca54d2477867078cc3
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Sat Apr 11 23:58:32 2020 +0200

    Add documentation to detect value change
---
 .../documentation.md                                       |  2 +-
 .../documentation.md                                       | 14 +++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md
index 4b36dc5..d4bbb51 100644
--- a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md
+++ b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md
@@ -16,7 +16,7 @@
   ~
   -->
 
-## Value Changed
+## Boolean Inverter
 
 <p align="center"> 
     <img src="icon.png" width="150px;" class="pe-image-documentation"/>
diff --git a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md
index e8d341b..ccd5b01 100644
--- a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md
+++ b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md
@@ -30,18 +30,10 @@ This processor sends out an event everytime a specific object changes. It also a
 
 ***
 
-## Required input
-
-
-***
-
 ## Configuration
+Select property to monitor for changes
 
 Describe the configuration parameters here
 
-### 1st parameter
-
-
-### 2nd parameter
-
-## Output
\ No newline at end of file
+## Output
+Emit an event on change and append a timestamp when the change occured
\ No newline at end of file