aboutsummaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_relay/library.json
blob: e71cf95c573fec178b8bad96c7bf06987dfc5b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "homekit_mqtt_module_relay",
  "version": "1.0.3",
  "build": {
    "flags": "-I../../include"
  },
  "dependencies": {
    "homekit_mqtt": "file://../common/libs/mqtt",
    "homekit_relay": "file://../common/libs/relay"
  }
}