You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/02/10 10:25:31 UTC

[incubator-streampipes] branch dev updated: add uri for STATE to SPSensor

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 723745a  add uri for STATE to SPSensor
     new cbfbf7b  Merge branch 'dev' of https://github.com/apache/incubator-streampipes into dev
723745a is described below

commit 723745a49a321ea8d79547f794a19f549c275409
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Feb 10 11:25:05 2020 +0100

    add uri for STATE to SPSensor
---
 .../src/main/java/org/apache/streampipes/vocabulary/SPSensor.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/streampipes-vocabulary/src/main/java/org/apache/streampipes/vocabulary/SPSensor.java b/streampipes-vocabulary/src/main/java/org/apache/streampipes/vocabulary/SPSensor.java
index 35d6d09..f7c040f 100644
--- a/streampipes-vocabulary/src/main/java/org/apache/streampipes/vocabulary/SPSensor.java
+++ b/streampipes-vocabulary/src/main/java/org/apache/streampipes/vocabulary/SPSensor.java
@@ -33,5 +33,7 @@ public class SPSensor {
 
   public static final String IMAGE = "https://image.com";
 
+  public static final String STATE = "http://streampipes.org/process/state";
+
 
 }