data.json
1.17 KB
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
45
46
47
48
49
50
{
"markers": [
{
"name": "模拟数据1",
"value": 20,
"position": [103.856504, 30.687278],
"extraInfo": {
"tbDeviceId": "@xxxxxxxxxxx",
"name": "模拟数据1",
"alias": "模拟数据1",
"organizationDTO": {
"name": "模拟数据1"
},
"deviceState": "INACTIVE",
"deviceProfile": {
"transportType": "MQTT"
},
"deviceProfileId":"",
"deviceInfo": {
"address": "四川省",
"longitude": 103.856504,
"latitude": 30.687278
}
}
},
{
"name": "模拟数据2",
"value": 30,
"position": [104.095368, 30.716787],
"extraInfo": {
"tbDeviceId": "@xxxxxxxxxxxxxxx",
"name": "模拟数据2",
"alias": "模拟数据2",
"organizationDTO": {
"name": "模拟数据2"
},
"deviceState": "INACTIVE",
"deviceProfile": {
"transportType": "TCP"
},
"deviceProfileId":"",
"deviceInfo": {
"address": "四川省",
"longitude": 104.095368,
"latitude": 30.716787
}
}
}
]
}