Closed revk closed 1 year ago
The restrict is applied at the app level, including "/wifi" or not.
Done
I see you implemented a direct query-2-json converter, correct ? Thank you for your great cooperation; my project is dormant at the moment because i'm satisfied with how it currently functions; so i am moving on to other things. Nobody except myself is interested anyways, so broken OTA can wait.
And i'm just too lazy to disassemble my first working AC and remove original online controller for experimentation, to figure out sleep vs auto finally. Yes, appears not trivial, dumping didn't really help.
Yes. Simple (all fields are strings) but does the job.
Just dawned on me I am not handling + to space. Will fix shortly.
revk_settings()
- making code much simpler and easier to expand later. JS side needs to populate correctly with correct field names.revk_settings()
directly.Only concern being this allows all settings via web socket or get/post with not authentication. But given we allow mqtt settings this way and then via mqtt you can change all settings, this is not an extra security risk. We have an option to restrict web access, so.