luci-mod-system: add LED interval parameter

As documented

https://openwrt.org/docs/guide-user/base-system/led_configuration

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-03-16 22:55:33 +01:00
parent fc28ca58da
commit 17a29690ee

View File

@@ -125,6 +125,9 @@ return view.extend({
}
};
o = s.option(form.Value, 'interval', _('Interval'), _('milliseconds'));
o.placeholder = '50';
return m.render();
}
});