diff --git a/TODO.txt b/TODO.txt
index 9eaca2f4..d4930924 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -13,6 +13,7 @@ svg icons in html
notifier function -> send get request
nightlight function -> turns off after set time (+implement fading)
add preferred colors to settings -> quickly t. UI, button select,
+use iframe for settings, seperate tabs for wifi and application confg
BUGS
static ip disables mdns
diff --git a/wled00/data/settings.htm b/wled00/data/settings.htm
index 805949cc..0217df2e 100644
--- a/wled00/data/settings.htm
+++ b/wled00/data/settings.htm
@@ -35,6 +35,12 @@
document.S_form.BTNON.checked = (this.responseXML.getElementsByTagName('btnon')[0].innerHTML)!=0?true:false;
document.S_form.TFADE.checked = (this.responseXML.getElementsByTagName('tfade')[0].innerHTML)!=0?true:false;
document.S_form.TDLAY.value = this.responseXML.getElementsByTagName('tdlay')[0].innerHTML;
+ document.S_form.NRCVE.checked = (this.responseXML.getElementsByTagName('nrcve')[0].innerHTML)!=0?true:false;
+ document.S_form.NRBRI.value = this.responseXML.getElementsByTagName('nrbri')[0].innerHTML;
+ document.S_form.NSDIR.checked = (this.responseXML.getElementsByTagName('nsdir')[0].innerHTML)!=0?true:false;
+ document.S_form.NSBTN.checked = (this.responseXML.getElementsByTagName('nsbtn')[0].innerHTML)!=0?true:false;
+ document.S_form.NSFWD.checked = (this.responseXML.getElementsByTagName('nsfwd')[0].innerHTML)!=0?true:false;
+ document.S_form.NSIPS.innerHTML = this.responseXML.getElementsByTagName('nsips')[0].innerHTML;
document.S_form.NOOTA.checked = (this.responseXML.getElementsByTagName('noota')[0].innerHTML)!=0?true:false;
document.S_form.NORAP.checked = (this.responseXML.getElementsByTagName('norap')[0].innerHTML)!=0?true:false;
document.getElementsByClassName("sip")[0].innerHTML = this.responseXML.getElementsByTagName('sip')[0].innerHTML;
@@ -112,7 +118,7 @@
Received brightness factor: %
Send notifications on direct change:
Send notifications on button press:
- Send received notifications:
+ Forward received notifications:
Hosts to send notifications to: (1 IP per line)