Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Add an override for Device1.Devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph / Liz Loss-Cutler-Hull committed Jan 13, 2024
1 parent ec97f70 commit d00aee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gen/override/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ var PropertyTypes = map[string]map[string]string{
"ManufacturerData": "map[uint16]interface{}",
"Sets": "[]SetsItem",
},
"org.bluez.DeviceSet1": {
"Devices": "[]dbus.ObjectPath",
},
"org.bluez.GattCharacteristic1": {
"Value": "[]byte `dbus:\"emit\"`",
"Descriptors": "[]dbus.ObjectPath",
Expand Down

0 comments on commit d00aee3

Please sign in to comment.