esp8266-iot-framework
esp8266-iot-framework copied to clipboard
Separator and titol in config page
Hi, it would be great to have separator line and/or title in config page, to better group settings, in example General, MQTT, etc To achieve this, a special json could be added to configuration.json, for example:
{
"name": "-separator-"
},
{
"name": "-heading-",
"value": "MQTT",
},
This could be rendered and added to config page.
Thanks in advance Marco