Click Device Onboarding - Device Template to enter the Device Template Management page. Functions include creating, editing, and managing device templates.
Configure pre-processing for data received by the device. Use custom parsing scripts to convert non-standard JSON formats into platform-understandable JSON formats, and debug on the page.
User reported data passes through the script before being stored in the database.
Example: If reported data is binary, it can be converted to JSON via script and then stored.
This script runs after MQTT broker and before database storage for real-time data processing.