Kettenoeler/Software/include/struct2json.h

26 lines
578 B
C
Raw Normal View History

2024-01-09 20:47:28 +01:00
/**
* @file struct2json.h
*
* @brief Header file for converting structs to JSON objects.
*
2024-01-25 14:33:40 +01:00
* @note This file is auto-generated by a script on 2024-01-25 14:30:32.
2024-01-09 20:47:28 +01:00
*
* @author Marcel Peterkau
2024-01-25 14:33:40 +01:00
* @date 25.01.2024
2024-01-09 20:47:28 +01:00
*/
#ifndef _STRUCT2JSON_H_
#define _STRUCT2JSON_H_
#include <Arduino.h>
#include <ArduinoJson.h>
#include "config.h"
void generateJsonObject_LubeConfig(JsonObject& data);
void generateJsonObject_PersistenceData(JsonObject& data);
2024-01-10 19:09:18 +01:00
#endif /* _STRUCT2JSON_H_ */
2024-01-25 14:33:40 +01:00
// CODEGENERATOR_CHECKSUM: 4bb0dc037057aafd9688aacedfaae5c97c9de79dbbd0e139d982208053f74fa8