Use correct interface name for device properties
[connman] / test / list-devices
index d7b9331..66af8bd 100755 (executable)
@@ -11,7 +11,7 @@ properties = manager.GetProperties()
 
 for path in properties["Devices"]:
        element = dbus.Interface(bus.get_object("org.moblin.connman", path),
-                                               "org.moblin.connman.Element")
+                                               "org.moblin.connman.Device")
 
        properties = element.GetProperties()