-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-environment-and-navigation.json
44 lines (44 loc) · 1.14 KB
/
test-environment-and-navigation.json
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
37
38
39
40
41
42
43
44
{
"vessels": {
"urn:mrn:signalk:uuid:635ed58a-540c-467a-a42b-b093056a5930": {
"environment": {
"wind": {
"speedApparent": {
"meta": {
"units": "m/s",
"description": "Apparent wind speed"
},
"value": 0,
"$source": "test-source",
"timestamp": "2020-11-29T22:21:50.443Z"
},
"angleApparent": {
"meta": {
"units": "rad",
"description": "Apparent wind angle, negative to port"
},
"value": 1.9799,
"$source": "test-source",
"timestamp": "2020-11-29T22:21:50.443Z"
}
}
},
"navigation": {
"speedThroughWater": {
"meta": {
"units": "m/s",
"description": "Vessel speed through the water"
},
"value": 0,
"$source": "test-source",
"timestamp": "2020-11-29T22:21:50.443Z"
}
}
}
},
"self": "vessels.urn:mrn:signalk:uuid:635ed58a-540c-467a-a42b-b093056a5930",
"version": "0.1.0",
"sources": {
"test-source": {}
}
}