From 0606c8350958c9ef3491d1a8760595538dd3ae20 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 25 Oct 2018 11:29:43 +0200 Subject: [PATCH] gateways must implement connectable now --- libnymea/interfaces/gateway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnymea/interfaces/gateway.json b/libnymea/interfaces/gateway.json index 0db3279e..82c28534 100644 --- a/libnymea/interfaces/gateway.json +++ b/libnymea/interfaces/gateway.json @@ -1,3 +1,3 @@ { - + "extends": "connectable" }