aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sig-demoboard.json
blob: c078d27f8197c19df7577daaecb0bc0bf8126999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"signals": [
		{
			"label": "low-can/messages.vehicle.speed",
			"class": "temporal",
			"unit": "km/h",
			"frequency": 1,
			"actions": {
				"label": "Unit converter",
				"lua": "_Unit_Converter",
				"args": {
					"from": "km/h",
					"to": "mi/h"
				}
			}
		},
		{
			"name": "low-can/diagnostic_messages.engine.speed",
			"class": "temporal",
			"unit": "rpm",
			"frequency": 1
		},
		{
			"name": "low-can/diagnostic_messages.fuel.level",
			"class":"temporal",
			"unit": "litre",
			"frequency": 1
		},
		{
			"name": "low-can/diagnostic_messages.engine.load",
			"class":"temporal",
			"unit": "Nm",
			"interval": 1
		}
	]
}