summaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_temphum/library.json
blob: 30f5eb603866aed5e5fe1fac8b833b48109639e1 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "homekit_mqtt_module_temphum",
  "version": "1.0.8",
  "build": {
    "flags": "-I../../include"
  },
  "dependencies": {
    "homekit_temphum": "file://../common/libs/temphum"
  }
}