aboutsummaryrefslogtreecommitdiff
path: root/include/pio/libs/mqtt_module_temphum/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'include/pio/libs/mqtt_module_temphum/library.json')
-rw-r--r--include/pio/libs/mqtt_module_temphum/library.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pio/libs/mqtt_module_temphum/library.json b/include/pio/libs/mqtt_module_temphum/library.json
new file mode 100644
index 0000000..c7ee7af
--- /dev/null
+++ b/include/pio/libs/mqtt_module_temphum/library.json
@@ -0,0 +1,11 @@
+{
+ "name": "homekit_mqtt_module_temphum",
+ "version": "1.0.10",
+ "build": {
+ "flags": "-I../../include"
+ },
+ "dependencies": {
+ "homekit_mqtt": "file://../../include/pio/libs/mqtt",
+ "homekit_temphum": "file://../../include/pio/libs/temphum"
+ }
+}