Skip to main content

Create Node

⚠️ Note: nodes cannot be created manually via MQTT API at the moment. node creation is currently handled within the application.

Description

When a user creates an node through the application, the system emits a response containing the node details. This document outlines the response structure and relevant topic information for reference.


Response Topic

LYT/41e0d6b2-37de-43d8-a348-4ba94853b6cd/NODE/E/ACTION

Response Payload

Success Response

{
"message": "success",
"version": "v1.0",
"action": "create",
"data": {
"node_name": "TOUCH PANEL",
"product_id": "A005",
"version": "0269",
"node_address": 26637,
"zone_name": "102",
"zone_address": 51507,
"elements": []
}
}