line-things-scenario-result.json
892 Bytes
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
{
"events": [
{
"type": "things",
"replyToken": "0f3779fba3b349968c5d07db31eab56f",
"source": {
"userId": "uXXX",
"type": "user"
},
"timestamp": 1547817848122,
"mode": "active",
"things": {
"type": "scenarioResult",
"deviceId": "tXXX",
"result": {
"scenarioId": "XXX",
"revision": 2,
"startTime": 1547817845950,
"endTime": 1547817845952,
"resultCode": "success",
"bleNotificationPayload": "AQ==",
"actionResults": [
{
"type": "binary",
"data": "/w=="
},
{
"type": "void"
},
{
"type": "unknowType",
"unknowProperty": "fuga"
}
]
}
}
}
],
"destination": "uXXX"
}