miio-dart:MIIO LAN协议的Dart实现

时间:2024-03-19 19:13:00
【文件属性】:

文件名称:miio-dart:MIIO LAN协议的Dart实现

文件大小:23KB

文件格式:ZIP

更新时间:2024-03-19 19:13:00

xiaomi xiaomi-smart-home Dart

MIIO MIIO LAN协议的Dart实现。 该协议是基于UDP的加密二进制协议(端口54321),用于配置和控制小米生态系统生产的智能家居设备。 命令行界面 该软件包包含一个基于miio的简单CLI程序。 例子 miio discover --ip 192.168.1.255 miio send --ip 192.168.1.100 --token ffffffffffffffffffffffffffffffff --payload '{\"id\": 1, \"method\": \"miIO.info\", \"params\": []}' 协议 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6


【文件预览】:
miio-dart-master
----.gitignore(460B)
----pubspec.yaml(411B)
----LICENSE.md(34KB)
----bin()
--------src()
--------main.dart(3KB)
----CHANGELOG.md(214B)
----.github()
--------workflows()
----README.md(2KB)
----lib()
--------src()
--------miio.dart(3KB)
----.vscode()
--------launch.json(391B)
----pubspec.lock(3KB)
----analysis_options.yaml(186B)

网友评论