Last Updated on : 2023-09-06 08:16:33download
You can connect sub-devices to Tuya-enabled gateways in two ways: configuration files and protocol development.
By configuration files: Configure data points (DPs) of sub-devices and protocol translation rules on the Tuya IoT Development Platform.
By protocol development: Develop compatible sub-devices based on the sub-device integration protocols provided by Tuya.
```mermaid %%{init: {'theme':'base'}}%% %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%% graph LR a("Third-party Zigbee sub-device"):::someclass2 --Sub-device integration--> x("Tuya-enabled gateway") b("Third-party Matter sub-device"):::someclass2 --Sub-device integration--> x c("Tuya-enabled Zigbee sub-device") -.-> x d("Tuya-enabled Bluetooth sub-device") -.-> x h("Tuya-enabled Matter sub-device") -.-> x x -.-> Cloud classDef someclass2 fill:#ff992b ```
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback