MQTT Rules Engine
Best MQTT Rules engine built-in with Thingsup IoT Platform with MQTT Broker. Validate and Transform your IoT data on the fly with serverless service.
Last updated
Was this helpful?
Best MQTT Rules engine built-in with Thingsup IoT Platform with MQTT Broker. Validate and Transform your IoT data on the fly with serverless service.
Last updated
Was this helpful?
MQTT Rule is a Rule defined in Thingsup to Process MQTT Message. Before setting up MQTT Rule, user need to his account. User need to provide following parameters.
User need to provide a topic on which data is incoming. For example, Test. Thingsup also support standard Wildcard subscriptions like Test/+ or Test/# or Test/+/LocationData
Here user can write a JavaScript code to validate or change data i.e "payload" which is received as payload to given MQTT Topic.
The "payload" object here in this code, can get changed or transformed before passing to Thingsup Actions. Also user can assign "null" to payload if he want to avoid action trigger after data validation.
User need to provide an Action ID of Action to be triggered.
Please note the following points: