File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ class OrgBluezNetwork1Dict(TypedDict, total=False):
129
129
UUID : str
130
130
131
131
# This is for keys under /org/bluez/hci0/*
132
+ # Refer to https://github.com/bluez/bluez/blob/master/doc/ for interface details
132
133
_OrgBluezDict = TypedDict (
133
134
"_OrgBluezDict" ,
134
135
{
@@ -143,7 +144,8 @@ _OrgBluezDict = TypedDict(
143
144
"org.bluez.Media1" : OrgBluezMedia1Dict ,
144
145
"org.bluez.Network1" : OrgBluezNetwork1Dict ,
145
146
"org.bluez.MediaControl1" : OrgBluezMediaControl1Dict ,
146
- # The following always appear as empty dictionaries on my system.
147
+ # Dicts below are always empty because they have no properties. However, the key existence may still be useful
148
+ # for introspection.
147
149
"org.bluez.AgentManager1" : dict [str , Any ],
148
150
"org.bluez.BatteryProviderManager1" : dict [str , Any ],
149
151
"org.bluez.NetworkServer1" : dict [str , Any ],
You can’t perform that action at this time.
0 commit comments