Rule
Our Rule engine is based on IBM's Node-Red. For more information, visit https://nodered.org/ .
There are 4 customized QIoT nodes: QDashboard, QBroker(in), QBroker(out) and QHistoricData.
- QDashboard: This node provides a Live Data API endpoint
- QBroker: This node receives and transmits Thing data
- QHistoricData: This node retrieves the maximum, minimum, and average values stored in the database
Refer to the information in the node to see how to use it (Note: The data values received by QBroker must be in JSON format. For example: QIoT data transmitted to a Thing must be {"value": XXX}; refer to QIoT Sample Code for other detailed usage)