diff options
Diffstat (limited to 'include/pio/libs/mqtt_module_diagnostics/library.json')
-rw-r--r-- | include/pio/libs/mqtt_module_diagnostics/library.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pio/libs/mqtt_module_diagnostics/library.json b/include/pio/libs/mqtt_module_diagnostics/library.json new file mode 100644 index 0000000..70acb79 --- /dev/null +++ b/include/pio/libs/mqtt_module_diagnostics/library.json @@ -0,0 +1,10 @@ +{ + "name": "homekit_mqtt_module_diagnostics", + "version": "1.0.3", + "build": { + "flags": "-I../../include" + }, + "dependencies": { + "homekit_mqtt": "file://../../include/pio/libs/mqtt" + } +} |