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
Adding a page where a 'simpler then simple' remote controller can be configured.
I think a page with big buttons (configurable size?), would prove very useful in daily operation.
I would like to dumb down the interface, without losing any of the goodies it can offer.
I could add a duplicate of simple.html and edit it to what I need, but what of features not yet configurable?
Proposal:
quick.html page, with buttons to all the pre-configured favorites.
a setupQuick.html page that handles adding / editing / removing favorites.
The text was updated successfully, but these errors were encountered:
Adding CORS support to the websockets, allowed me to run the website locally and still be able to control it from modern browsers.
This makes the UI both easier to update and faster to control.
So I added a function to send the CORS headers and added a call to it in all the .on events, except the ones that were obviously not in need of this.
Adding a page where a 'simpler then simple' remote controller can be configured.
I think a page with big buttons (configurable size?), would prove very useful in daily operation.
I would like to dumb down the interface, without losing any of the goodies it can offer.
I could add a duplicate of simple.html and edit it to what I need, but what of features not yet configurable?
Proposal:
quick.html page, with buttons to all the pre-configured favorites.
a setupQuick.html page that handles adding / editing / removing favorites.
The text was updated successfully, but these errors were encountered: