chore: snapshot before shared RS485 bus integration

This commit is contained in:
2026-07-22 15:36:04 +01:00
parent ef02e5c5f5
commit 2a803fcef1
167 changed files with 5749 additions and 1128 deletions

0
components/rest_api/include/auth_api.h Executable file → Normal file
View File

0
components/rest_api/include/evse_settings_api.h Executable file → Normal file
View File

0
components/rest_api/include/network_api.h Executable file → Normal file
View File

0
components/rest_api/include/ocpp_api.h Executable file → Normal file
View File

View File

@@ -0,0 +1,23 @@
#ifndef POWER_SETTINGS_API_H_
#define POWER_SETTINGS_API_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "esp_http_server.h"
/**
* @brief Register power configuration REST handlers.
*
* Endpoint:
* GET /api/v1/config/power
* POST /api/v1/config/power
*/
void register_power_settings_handlers(httpd_handle_t server, void *ctx);
#ifdef __cplusplus
}
#endif
#endif /* POWER_SETTINGS_API_H_ */

0
components/rest_api/include/rest_main.h Executable file → Normal file
View File

0
components/rest_api/include/scheduler_settings_api.h Executable file → Normal file
View File