Slide 38
Slide 38 text
Webhook
{
"events": [
{
"type": "things",
...
"things": {
"type": "scenarioResult",
"deviceId": "tXXX",
"result": {
"scenarioId": "XXX",
"revision": 2,
"startTime": 1547817845950,
"endTime": 1547817845952,
"resultCode": "success",
"bleNotificationPayload": "AQ==",
"actionResults": [
{
"type": "binary",
"data": "/w=="
}
......