edgexfoundry / device-sdk-go

Owner: Device WG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Events mechanism for the connection failure

cloudxxx8 opened this issue Β· comments

πŸš€ Feature Request

Relevant Package [REQUIRED]

This feature request is for device services

Description [REQUIRED]

Device connection might sometimes disconnect due to different reasons.
Users normally want to know when or why the device is disconnected.

Describe the solution you'd like

Design a System Event to record the device disconnection and reconnection.

Describe alternatives you've considered

Use telemetry to record the count of disconnection and reconnection.