From 77973a72cb095f23a1e9bc776582781e8316e265 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Wed, 12 Sep 2018 14:53:40 +0200 Subject: txc-binding: in conf files, rename api to txc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix multiples errors, rename txc into txc-binding Change-Id: I9cd32cf157e407d98293bc869ed08cc93518a555 Signed-off-by: Clément Bénier --- conf.d/project/etc/sources-txc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf.d/project/etc/sources-txc.json') diff --git a/conf.d/project/etc/sources-txc.json b/conf.d/project/etc/sources-txc.json index a460fee..5f41370 100644 --- a/conf.d/project/etc/sources-txc.json +++ b/conf.d/project/etc/sources-txc.json @@ -2,15 +2,15 @@ "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", "sources": [ { - "uid": "TXC-demo", - "api": "txc", - "info": "Use TXC demo binding as signals provider", + "uid": "txc-binding-demo", + "api": "txc-binding", + "info": "Use txc-binding demo binding as signals provider", "init": { - "action": "api://txc#start", + "action": "api://txc-binding#start", "args": {"filename": "var/nyc-downtown-crosstown.json"} }, "getSignals": { - "action": "api://txc#subscribe" + "action": "api://txc-binding#subscribe" } } ] -- cgit 1.2.3-korg