Add method for wifi link strength only
[khatus.git] / x2 / src / awk / exe / bar.awk
index 9b7328c..84f0ada 100644 (file)
@@ -182,6 +182,11 @@ function bar_make_status_net_wifi(interface,    src) {
     return cache_get_fmt_def(src, "status" Kfs interface, 10, "%s")
 }
 
+function bar_make_status_net_wifi_link(interface,    src) {
+    src = "khatus_sensor_net_wifi_status"
+    return cache_get_fmt_def(src, "link" Kfs interface, 10, "%d%%")
+}
+
 # -----------------------------------------------------------------------------
 # Bluetooth
 # -----------------------------------------------------------------------------
This page took 0.017017 seconds and 4 git commands to generate.