Removed function AqHomeData_GetOrCreateValueForDriver().

This commit is contained in:
Martin Preuss
2023-10-03 13:32:51 +02:00
parent 17d4ce5125
commit eadfead77c
2 changed files with 0 additions and 45 deletions

View File

@@ -17,12 +17,6 @@ void AqHomeData_Loop(AQHOME_DATA *aqh, int timeoutInMsecs);
int AqHomeData_WriteStorageIfChanged(AQHOME_DATA *aqh);
AQH_VALUE *AqHomeData_GetOrCreateValueForDriver(AQHOME_DATA *aqh,
GWEN_MSG_ENDPOINT *epDriver,
const char *nameForDriver,
const char *units,
int valueType);
AQH_VALUE *AqHomeData_GetOrCreateValueForDriverWithTemplate(AQHOME_DATA *aqh,
GWEN_MSG_ENDPOINT *epDriver,
const AQH_VALUE *valueTemplate);