new release

This commit is contained in:
2026-05-15 12:20:47 +01:00
parent 286028b6a8
commit d0d431daf2
440 changed files with 2776 additions and 2462 deletions

View File

@@ -6,6 +6,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "esp_event.h"
#include "auth_types.h"
ESP_EVENT_DECLARE_BASE(EVSE_EVENTS);
@@ -45,6 +46,7 @@ typedef struct {
evse_session_event_type_t type; ///< STARTED / FINISHED
uint32_t session_id;
char tag[AUTH_TAG_MAX_LEN];
uint32_t duration_s;
uint32_t energy_wh;
uint32_t avg_power_w;