blob: 30db7d2d1c2d6a020d6b4f73bd7fdf78a5af6303 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "homekit_mqtt_module_ota",
"version": "1.0.2",
"build": {
"flags": "-I../../include"
},
"dependencies": {
"homekit_led": "file://../common/libs/led",
"homekit_mqtt": "file://../common/libs/mqtt"
}
}
|