Skip to content
ebiiii edited this page Oct 16, 2014 · 1 revision

##Bridge Virtual Sensor This VS only acts as a bridge and does not modify data. It can be used to forward data directly from a wrapper to the notification system, or to only use SQL filtering.

This virtual sensor immediately publishes any data that it receives without modifying it. The StreamElement object is not modified.

It does not take any parameter. Its main use is to filter and join sensor data with SQL without any other kind of post processing operation on the data. For using this wrapper the output structure of the virtual sensor must match strictly with the structure of the query.

Clone this wiki locally