Skip to content

Commit 2ff0f7c

Browse files
committed
reflect change is json cast
1 parent fd0dad6 commit 2ff0f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type Device struct {
8484
IconName string `json:"iconName"`
8585
StatusIconName string `json:"statusIconName"`
8686
IsReachable bool `json:"isReachable"`
87-
IsPaired bool `json:"isTrusted"`
87+
IsPaired bool `json:"isPaired"`
8888
SupportedPlugins map[string]struct{} `json:"supportedPlugins"`
8989
conn *dbus.Conn
9090
obj dbus.BusObject

0 commit comments

Comments
 (0)