You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a function to remove settings from the config. IIRC this isn't possible right now.
This could be achieved by sending an empty settings object via mqtt like {"settings": ""} .
Individual settings could be deleted via: {"settings": {"settingtodelete":""}}.
The text was updated successfully, but these errors were encountered:
We need a function to remove settings from the config. IIRC this isn't possible right now.
This could be achieved by sending an empty settings object via mqtt like
{"settings": ""}
.Individual settings could be deleted via:
{"settings": {"settingtodelete":""}}
.The text was updated successfully, but these errors were encountered: