summaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_temphum/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/common/libs/mqtt_module_temphum/library.json')
-rw-r--r--platformio/common/libs/mqtt_module_temphum/library.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/platformio/common/libs/mqtt_module_temphum/library.json b/platformio/common/libs/mqtt_module_temphum/library.json
new file mode 100644
index 0000000..30f5eb6
--- /dev/null
+++ b/platformio/common/libs/mqtt_module_temphum/library.json
@@ -0,0 +1,10 @@
+{
+ "name": "homekit_mqtt_module_temphum",
+ "version": "1.0.8",
+ "build": {
+ "flags": "-I../../include"
+ },
+ "dependencies": {
+ "homekit_temphum": "file://../common/libs/temphum"
+ }
+}