diff options
Diffstat (limited to 'conf.d/project/etc/xds-config.json')
-rw-r--r-- | conf.d/project/etc/xds-config.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/conf.d/project/etc/xds-config.json b/conf.d/project/etc/xds-config.json deleted file mode 100644 index 3646d3f..0000000 --- a/conf.d/project/etc/xds-config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", - "metadata": { - "uid": "XDS", - "version": "1.0", - "api": "xds", - "info": "XDS Data collection binding" - }, - "plugins": [{ - "uid": "supervisor", - "info": "Plugin to handle interface with supervisor", - "spath": "lib/plugins", - "libs": "supervisor.ctlso" - }], - - "onload": [], - - "controls": [{ - "uid": "list", - "action": "plugin://supervisor#list" - }, - { - "uid": "trace", - "action": "plugin://supervisor#trace" - } - ] -} |