Merge pull request #1567 from WoodyLetsCode/settingsSync

Remove not allowed attribute
This commit is contained in:
Aircoookie 2020-12-24 01:00:56 +01:00 committed by GitHub
commit 0707b26303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -90,7 +90,7 @@ Port: <input name="MQPORT" type="number" min="1" max="65535" class="d5"><br>
<b>The MQTT credentials are sent over an unsecured connection.<br> <b>The MQTT credentials are sent over an unsecured connection.<br>
Never use the MQTT password for another service!</b><br> Never use the MQTT password for another service!</b><br>
Username: <input name="MQUSER" maxlength="40"><br> Username: <input name="MQUSER" maxlength="40"><br>
Password: <input type="password" input name="MQPASS" maxlength="40"><br> Password: <input type="password" name="MQPASS" maxlength="40"><br>
Client ID: <input name="MQCID" maxlength="40"><br> Client ID: <input name="MQCID" maxlength="40"><br>
Device Topic: <input name="MD" maxlength="32"><br> Device Topic: <input name="MD" maxlength="32"><br>
Group Topic: <input name="MG" maxlength="32"><br> Group Topic: <input name="MG" maxlength="32"><br>

View File

@ -265,10 +265,10 @@ href="https://github.com/Aircoookie/WLED/wiki/Blynk" target="_blank">Setup info
min="1" max="65535" class="d5"><br><b> min="1" max="65535" class="d5"><br><b>
The MQTT credentials are sent over an unsecured connection.<br> The MQTT credentials are sent over an unsecured connection.<br>
Never use the MQTT password for another service!</b><br>Username: <input Never use the MQTT password for another service!</b><br>Username: <input
name="MQUSER" maxlength="40"><br>Password: <input type="password" input name="MQUSER" maxlength="40"><br>Password: <input type="password" name="MQPASS"
name="MQPASS" maxlength="40"><br>Client ID: <input name="MQCID" maxlength="40"> maxlength="40"><br>Client ID: <input name="MQCID" maxlength="40"><br>
<br>Device Topic: <input name="MD" maxlength="32"><br>Group Topic: <input Device Topic: <input name="MD" maxlength="32"><br>Group Topic: <input name="MG"
name="MG" maxlength="32"><br><i>Reboot required to apply changes. </i><a maxlength="32"><br><i>Reboot required to apply changes. </i><a
href="https://github.com/Aircoookie/WLED/wiki/MQTT" target="_blank">MQTT info href="https://github.com/Aircoookie/WLED/wiki/MQTT" target="_blank">MQTT info
</a><h3>Philips Hue</h3><i> </a><h3>Philips Hue</h3><i>
You can find the bridge IP and the light number in the 'About' section of the hue app. You can find the bridge IP and the light number in the 'About' section of the hue app.