aboutsummaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_ota/library.json
blob: 4f40a4777193d905c0726b72e823cef5d3ea656e (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "homekit_mqtt_module_ota",
  "version": "1.0.5",
  "build": {
    "flags": "-I../../include"
  },
  "dependencies": {
    "homekit_led": "file://../common/libs/led",
    "homekit_mqtt": "file://../common/libs/mqtt"
  }
}