版本更新至 v1.0.5

- 修改 MQTT topic 为 device/data 和 device/data-get
- 添加订阅 device/data topic 处理消息回调
- 实现每隔5秒向 device/data-get 发送数据获取请求
- 优化数据解析逻辑,支持 JSON 和数值格式
- 添加定时器任务管理和清理机制
This commit is contained in:
不求圣剑
2025-10-14 14:41:15 +08:00
parent 3d9637e7da
commit c674c6a2af
2 changed files with 56 additions and 12 deletions

View File

@@ -11,5 +11,5 @@
"documentation": "https://github.com/suyulin/jackery_home",
"issue_tracker": "https://github.com/suyulin/jackery_home/issues",
"iot_class": "local_push",
"version": "1.0.4"
"version": "1.0.5"
}