rvdbreemen / OTGW-firmware

A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
MIT License
145 stars 34 forks source link

added provisions for password field #243

Closed DutchessNicole closed 2 months ago

DutchessNicole commented 2 months ago

Added frontend support for the password field type. Specifically for the MQTT password., but will work with any other field deemed sensitive by changing the data type to 'p' instead of 's'.

rvdbreemen commented 2 months ago

A little improvement, no longer clear text UI, but password. It's still interceptable, but better than it was. Thanks to @DutchessNicole :)