Smart Home Device Control
JSON →Control smart home devices and query information by connecting large models to smart home backend APIs.
Install
pip install fastmcp Tools · 5
- get_config 获取当前配置信息,返回后端 API 地址和认证令牌配置状态
- get_device_overview 获取所有设备的概览信息,返回系统中所有设备的基本信息列表
- get_device_detail 获取特定设备的详细信息,包括设备状态、功耗、运行时间、日志等
- control_device 控制特定设备执行操作,如设置温度、开关控制等
- get_device_type_docs 获取设备类型的控制文档,不指定设备类型时返回所有设备类型的概览
Links
★ 2 GitHub stars