Add generic signal strength property
[connman] / test / monitor-connman
index 0c4a2ef..97d3a6b 100755 (executable)
@@ -7,7 +7,7 @@ import dbus.mainloop.glib
 
 def property_changed(name, value, path, interface):
        iface = interface[interface.rfind(".") + 1:]
-       if (name == "WiFi.Strength"):
+       if (name == "Strength"):
                val = int(value)
        else:
                val = str(value)