summaryrefslogtreecommitdiff
path: root/test/monitor-connman
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-connman')
-rwxr-xr-xtest/monitor-connman2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitor-connman b/test/monitor-connman
index 0c4a2efc..97d3a6b5 100755
--- a/test/monitor-connman
+++ b/test/monitor-connman
@@ -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)