We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0dad6 commit 2ff0f7cCopy full SHA for 2ff0f7c
dbus.go
@@ -84,7 +84,7 @@ type Device struct {
84
IconName string `json:"iconName"`
85
StatusIconName string `json:"statusIconName"`
86
IsReachable bool `json:"isReachable"`
87
- IsPaired bool `json:"isTrusted"`
+ IsPaired bool `json:"isPaired"`
88
SupportedPlugins map[string]struct{} `json:"supportedPlugins"`
89
conn *dbus.Conn
90
obj dbus.BusObject
0 commit comments