OutboundEndpoints interface
Property bag contains the device's outbound endpoints
Properties
| assigned | Endpoints the device can connect to. |
| unassigned | Set of most recently removed endpoints. |
Property Details
assigned
Endpoints the device can connect to.
assigned: Record<string, DeviceMessagingEndpoint>
Property Value
Record<string, DeviceMessagingEndpoint>
unassigned
Set of most recently removed endpoints.
unassigned?: Record<string, DeviceMessagingEndpoint>
Property Value
Record<string, DeviceMessagingEndpoint>