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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: