DeviceConnected
Emitted when a device establishes a connection and reports its running applet.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Unique identifier of the event instance, generated when the event is emitted |
kind | "domain" | ✅ | Kind of the event |
type | "Device.Connect.DeviceConnected" | ✅ | Type of the event |
payload | object | ✅ | Event-specific payload data |
Example
{
"id": "string",
"kind": "domain",
"type": "Device.Connect.DeviceConnected",
"payload": {
"type": "Device.Connect.DeviceConnected",
"originator": {
"accountId": 7112,
"organizationUid": "2d39416bxxxxxxxxxxxxxxxx23bde8bb",
"policyUid": "55ed6975xxxxxxxxxxxxxxxx352d54e3"
},
"deviceUid": "2821d5f4xxxxxxxxxxxxxxxx5a61a9a0",
"appletUid": "80f3a4fexxxxxxxxxxxxxxxx4492518b",
"remoteIp": "string",
"appletVersion": "string"
}
}
Shape
{
"id": "string",
"kind": "domain",
"type": "Device.Connect.DeviceConnected",
"payload": {
"type": "Device.Connect.DeviceConnected",
"originator?": {
"accountId?": "number",
"organizationUid?": "string",
"policyUid?": "string"
},
"deviceUid": "string",
"appletUid": "string",
"remoteIp": "string",
"appletVersion": "string"
}
}