fixes not disconnecting bug
This commit is contained in:
@@ -106,8 +106,9 @@ type ReleaseDevice struct {
|
||||
|
||||
// DeviceReleased is sent when a device is released
|
||||
type DeviceReleased struct {
|
||||
Type string `json:"type"`
|
||||
BusID string `json:"bus_id"`
|
||||
Type string `json:"type"`
|
||||
BusID string `json:"bus_id"`
|
||||
ClientID string `json:"client_id,omitempty"`
|
||||
}
|
||||
|
||||
// ForceRelease is sent by use clients to force-release a device from another user
|
||||
|
||||
Reference in New Issue
Block a user