summaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_relay/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/common/libs/mqtt_module_relay/library.json')
-rw-r--r--platformio/common/libs/mqtt_module_relay/library.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/platformio/common/libs/mqtt_module_relay/library.json b/platformio/common/libs/mqtt_module_relay/library.json
deleted file mode 100644
index e71cf95..0000000
--- a/platformio/common/libs/mqtt_module_relay/library.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "homekit_mqtt_module_relay",
- "version": "1.0.3",
- "build": {
- "flags": "-I../../include"
- },
- "dependencies": {
- "homekit_mqtt": "file://../common/libs/mqtt",
- "homekit_relay": "file://../common/libs/relay"
- }
-}