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

enable/disable system services and settings via API #2182

Open
proddy opened this issue Nov 6, 2024 · 1 comment
Open

enable/disable system services and settings via API #2182

proddy opened this issue Nov 6, 2024 · 1 comment
Labels
enhancement New feature or request technical Technical enhancement, or tech-debt issue

Comments

@proddy
Copy link
Contributor

proddy commented Nov 6, 2024

Triggered by #2168 two new commands were added in 3.7.1 to control the shower (/api/system/showeralert and /api/system/showertimer).

A more generic approach is to extend the new action command, moving this from /rest/ to a HTTP POST API /api/system so we can use a format like {"action":'enable|disable', param:'ntp|ap|syslog|showeralert...'}.`

This will remove 3 EMS-ESP Commands and free up some memory.

@proddy proddy self-assigned this Nov 6, 2024
@proddy proddy added enhancement New feature or request technical Technical enhancement, or tech-debt issue labels Nov 6, 2024
@proddy
Copy link
Contributor Author

proddy commented Nov 10, 2024

Request to extend this to turn LED on and off as well

#2194

@proddy proddy removed their assignment Nov 10, 2024
@proddy proddy changed the title enable/disable services via API enable/disable system services and settings via API Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technical Technical enhancement, or tech-debt issue
Projects
None yet
Development

No branches or pull requests

1 participant