skills/developer.tuya.com/integrating-tuya-android-device-detail-ui

integrating-tuya-android-device-detail-ui

Installation
SKILL.md

概述 {#description}

在已接入 Tuya Smart App SDK 的 Android Kotlin 工程中,集成设备详情 UI 业务包(panelmore),实现设备管理的"更多"页面——作为连接设备面板与各项基础管理功能的 hub。

设备详情页核心能力:

  • 设备信息:编辑名称/图标/房间、查看设备 ID/信号等
  • 可选子功能:常见问题与反馈、固件 OTA 升级、群组管理、多控关联、一键执行与自动化、三方语音控制
  • 自定义扩展:通过 JSON 配置 + 自定义 Cell 类灵活扩展功能项

前置条件:已完成 integrating-tuya-android-sdkintegrating-tuya-android-bizbundle-frameworkintegrating-tuya-android-device-control-ui

适用场景 {#scene}

已完成设备控制面板集成,需要从面板右上角或设备列表长按进入设备详情/设置页时使用。

步骤:

  1. 添加 Gradle 依赖:在 app/build.gradle.kts 中加入必选依赖 thingsmart-bizbundle-panelmorethingsmart-bizbundle-family,排除 thingsmart-modularCampAnno,按需加入可选子功能依赖(feedback / ota / groupmanager / control / scene)。详见 references/device-detail-ui.md
Installs
7
First Seen
May 28, 2026
integrating-tuya-android-device-detail-ui from developer.tuya.com