kamilsss655 / ESPRI

ESPRI (ESP Radio Interface) project providing extended functionalities to ham radios
Apache License 2.0
122 stars 6 forks source link

[FEATURE] System API Endpoint #13

Closed kamilsss655 closed 5 months ago

kamilsss655 commented 5 months ago

Is your feature request related to a problem? Please describe.

Device control from web UI is needed. Some of the settings do not need a device restart, so user should decide whether the device needs to be restarted.

Describe the solution you'd like

Create system API endpoint to allow:

The web UI should ask user after settings update whether they want to perform a system restart.

kamilsss655 commented 5 months ago

Done