Working with Message Formatters and Message Handlers
Disassociating a custom function from a device instance
A message formatter custom function associated with a device instance can be disassociated from it. To disassociate a message formatter from a device, Access the End Application. Select Devices > Devices in the left pane. Click on the name of the ...
Adding a message formatter to a device instance
A message formatter can be added only to a smart sensor type based device instance using LoRaWan via LoRaWAN Datastream device connectivity. It is first added as a custom function of the Message Formatter type and then associated with the device. To ...
Disassociating a message formatter from a device product
A message formatter associated to a device product can be disassociated. Note: When a message formatter is removed from a device product, it will be disassociated from all the device instances created based on the product. To disassociate a message ...
Adding a message formatter to a device product
Instead of adding a message formatter to individual device instances, you can associate it directly with the device product. This ensures that all device instances derived from the product automatically include the message formatter by default. This ...
Access the Code Editor in the End Application
When creating a custom function, you will automatically be redirected to the code editor to complete the setup process. You can also access the code editor in the End Application for a custom function that has already been created. To access the code ...
Access the Code Editor in the Developer Application
When creating a custom function, you will automatically be redirected to the code editor to complete the setup process. You can also access the code editor in the Developer Application for a custom function that has already been created. To access ...
Save and Execute a message formatter custom function
While creating a message formatter custom function, you can Save and Execute the provided code to see if it works properly.You can execute the code and provide an input of the base64 format and check if the desired output is generated. If you have ...
Save and Execute a message handler custom function
While creating a message handler custom function, you can Save and Execute the provided code to see if it works properly.You can execute the code and provide an input JSON object and check if the desired JSON output is generated. If you have any ...
Specifications of message handler (deluge script)
Content for this help document is currently being developed to ensure you receive the most accurate and helpful information. Please check back soon for updates. If you need immediate assistance, feel free to contact support@zohoiot.com.
Disassociating a message handler custom function from a device model
You can remove a message handler custom function from a device model. To disassociate a message handler custom function, Access the Developer Application. Click Devices in the left pane. Click on the name of the device model for which you want to ...
Reassigning a message handler for a device model
You can change the custom function selected as a message handler for a device model. Prerequisite: Message handler custom functions already created must have the same device model as the one you want to reassign. To reassign a custom function, Access ...
Adding a message handler to a device model
A message handler can be configured in a device model as a custom function. This ensures that every device instance derived from that specific model will automatically include the message handler. To add a message handler to a device model, Access ...
Associating a custom function as a message handler in a device model
You can create multiple message handler custom functions for a device model and then choose the one that you require for it. This ensures that all devices based on that model will automatically include the message handler. Prerequisite: You must have ...