diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-26 16:18:26 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-28 16:11:46 +0100 |
commit | 006598ee46a227f52bcac7be172cd45a8a364aff (patch) | |
tree | 34c0a189dd55598e1d48456f21efdcc416584fc7 /examples/hvac/signals.json | |
parent | 0542ed0b415302cc03907a97080b0cd007196147 (diff) |
Update examples and can_samples
Update of examples for new features (is_fd,is_extended,is_j1939).
Bug-AGL: SPEC-2386
Bug-AGL: SPEC-2976
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Change-Id: I8c3afbafdde4f5818d73c0e71a3b7e47fb7d8fc6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/hvac/signals.json')
-rw-r--r-- | examples/hvac/signals.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hvac/signals.json b/examples/hvac/signals.json index 81ad64b8..dbe4cf7d 100644 --- a/examples/hvac/signals.json +++ b/examples/hvac/signals.json @@ -7,6 +7,9 @@ "messages": { "0x30": { "bus": "ls", + "is_fd" : false, + "is_extended": false, + "is_j1939" : false, "signals": { "LeftTemperature": { "generic_name": "hvac.temperature.left", |