From f4e356c346341b32ff9ea5d78c424c871341dd57 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 12 Nov 2018 15:29:58 +0100 Subject: [PATCH] use system interface in snapdcontrol --- snapd/devicepluginsnapd.json | 1 + 1 file changed, 1 insertion(+) diff --git a/snapd/devicepluginsnapd.json b/snapd/devicepluginsnapd.json index 3b70052e..3cf55f44 100644 --- a/snapd/devicepluginsnapd.json +++ b/snapd/devicepluginsnapd.json @@ -32,6 +32,7 @@ "name": "snapdControl", "displayName": "Update manager", "createMethods": [ "auto" ], + "interfaces": [ "system" ], "basicTags": [ "Gateway" ], "deviceIcon": "Gateway", "paramTypes": [ ],