gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
375 stars 134 forks source link

Control page without mqtt #119

Closed wabarkley closed 3 years ago

wabarkley commented 3 years ago

Implemented @smichtch suggestion inside loop to allow control page to bypass MQTT code when MQTT isn't configured. This Resolves #58 .

gysmo38 commented 3 years ago

Thank you.