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