Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand the Web Server Builtin Commands & add template and arduinoJson response methods #10

Open
sfranzyshen opened this issue Jan 24, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sfranzyshen
Copy link
Member

Add additional web server builtin commands. currently we only have the following ...

/scan
/heap
/reload
/edit (pulled in from ESPAsyncWebServer's SPIFFSEditor.cpp)

at very least we should have commands for manipulating the configuration file from the web interface ...

explore uses for the ESPAsyncWebServer's template and arduinoJson response methods ... instead of just static files ... thinker with the possible ways of interfacing the web server and JavaScript VM together ... for a simple example ... provide JavaScript functions to be able to set variables that would be processed by the web server templates .... or provide a way to map a web server builtin command to call JavaScript functions ... and a way for JavaScript to create web server builtin commands ...

@sfranzyshen sfranzyshen added the enhancement New feature or request label Jan 24, 2020
@sfranzyshen sfranzyshen self-assigned this Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant