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