|
//
|
|
// Created by CFIF on 10.10.25.
|
|
//
|
|
|
|
#ifndef HVAC_DEVICEDATARUNTIME_H
|
|
#define HVAC_DEVICEDATARUNTIME_H
|
|
|
|
#include <BaseTypes.h>
|
|
#include <stdbool.h>
|
|
|
|
typedef struct {
|
|
} tDeviceDataRuntime;
|
|
|
|
void DeviceDataRuntime_InitDefaults(tDeviceDataRuntime *env);
|
|
|
|
#endif //HVAC_DEVICEDATARUNTIME_H
|