You can define:
- Data Stream – refers to the events that are connected to data received from Assets / Devices
- Device Events – refers the events sent by Devices
- RoboFuse Events – refers to the system events
Here is an example of a rule that will be executed for any temperature sensor that send data to the RoboFuse IoT platform. The worker AHT is called, using the MQTT Channel.
At execution time the rule engine will do following:
- FOR any temperature sensors from the application_id IF new data arrive then compose the payload THEN connect to the MQTT Channel / AHT and POST payload.