diff --git a/gen/override/properties.go b/gen/override/properties.go index 6fdea19..2f3a4c6 100644 --- a/gen/override/properties.go +++ b/gen/override/properties.go @@ -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",