From c935260b3026d805dd414bd266884cfe0600d03a Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 3 Nov 2025 22:44:40 +0100 Subject: [PATCH] luci-mod-network: hint that property belongs to mesh Hint also units with dBm. Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/network/wireless.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js index 6d107dae11..f8ff225bda 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js @@ -1046,7 +1046,8 @@ return view.extend({ o.default = '1'; o.depends('mode', 'mesh'); - o = ss.taboption('advanced', form.Value, 'mesh_rssi_threshold', _('RSSI threshold for joining'), _('0 = not using RSSI threshold, 1 = do not change driver default')); + o = ss.taboption('advanced', form.Value, 'mesh_rssi_threshold', _('RSSI threshold for joining mesh'), _('0 = not using RSSI threshold, 1 = do not change driver default') + ' ' + + _('Units: dBm. Where -255 is weakest, and -10 is strong.')); o.rmempty = false; o.default = '0'; o.datatype = 'range(-255,1)'; -- 2.30.2