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