blob: 431bb49123947832f394d5faf108423a946aebac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "homekit_mqtt_module_relay",
"version": "1.0.4",
"build": {
"flags": "-I../../include"
},
"dependencies": {
"homekit_mqtt": "file://../common/libs/mqtt",
"homekit_relay": "file://../common/libs/relay"
}
}
|