diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-09-13 14:09:34 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-23 22:24:44 +0000 |
commit | 07f57e23b57fa1fcabddc5f4074e47bcdd669d29 (patch) | |
tree | b23f2f58bc364d0268aa2459a995445e23f296bb /test/afb-test/fixtures/sig_incomplete.json | |
parent | 2e4bbe051ab130a3859e0b3c3a4477d7205df6a7 (diff) |
txc-binding: migration to AFB_BINDING_VERSION 3guppy_6.90.0guppy/6.90.06.90.0
txc-binding.c is moving to version 3 in order to be compatible
with app-afb-test
fix some typo error:
- rename txc api into txc-binding
- wrong path files
Change-Id: I9c59cbc59a457611fbf495a64f116170ef7898d8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'test/afb-test/fixtures/sig_incomplete.json')
-rw-r--r-- | test/afb-test/fixtures/sig_incomplete.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test/fixtures/sig_incomplete.json b/test/afb-test/fixtures/sig_incomplete.json index 8949096..7495491 100644 --- a/test/afb-test/fixtures/sig_incomplete.json +++ b/test/afb-test/fixtures/sig_incomplete.json @@ -1,7 +1,7 @@ { "signals": [ { - "event": "txc/vehicle_speed", + "event": "txc-binding/vehicle_speed", "retention": 30, "unit": "km/h", "getSignalsArgs": { |