fixes not disconnecting bug

This commit is contained in:
2026-02-19 11:40:33 +01:00
parent 09af99946e
commit 67ab5418ee
6 changed files with 38 additions and 4 deletions
+3 -2
View File
@@ -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