diff options
Diffstat (limited to 'include/pio/libs/mqtt_module_relay/library.json')
-rw-r--r-- | include/pio/libs/mqtt_module_relay/library.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pio/libs/mqtt_module_relay/library.json b/include/pio/libs/mqtt_module_relay/library.json new file mode 100644 index 0000000..6cbbfb0 --- /dev/null +++ b/include/pio/libs/mqtt_module_relay/library.json @@ -0,0 +1,11 @@ +{ + "name": "homekit_mqtt_module_relay", + "version": "1.0.5", + "build": { + "flags": "-I../../include" + }, + "dependencies": { + "homekit_mqtt": "file://../common/libs/mqtt", + "homekit_relay": "file://../common/libs/relay" + } +} |