Modifying spec file to rely on Common module, and copying the code from it once insta...
[profile/ivi/html5_UI_AMBSimulator.git] / exampleSignalsSpec.json
1 {
2         "sources":
3         [
4                 {
5                         "source":
6                         {
7                                 "guid": "CAN",
8                                 "index": 1
9                         },
10                         "signals":
11                         [
12                                 {
13                                         "name": "SeatHeater",
14                                         "can_id": 1,
15                                         "lastValue": 0,
16                                         "hasZones": [9, 5]
17                                 }, {
18                                         "name": "SeatHeater1",
19                                         "can_id": 1,
20                                         "lastValue": 0,
21                                         "hasZones": [9, 5, 8]
22                                 }
23                         ]
24                 }, {
25                         "source":
26                         {
27                                 "guid": "OBD",
28                                 "index": 1
29                         },
30                         "signals":
31                         [
32                                 {
33                                         "name": "SeatHeaterOBD",
34                                         "can_id": 1,
35                                         "lastValue": 0,
36                                         "hasZones": [9, 5]
37                                 }
38                         ]
39                 }
40         ]
41 }