From e29a32f24bd7e8d52e6a7aadbc7674bfaa2d2237 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 25 Mar 2024 23:18:29 +0100 Subject: [PATCH] Fixed a typo. --- apps/aqhome-tool/data/getdevices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/aqhome-tool/data/getdevices.c b/apps/aqhome-tool/data/getdevices.c index 50e83bd..dcb3810 100644 --- a/apps/aqhome-tool/data/getdevices.c +++ b/apps/aqhome-tool/data/getdevices.c @@ -192,7 +192,7 @@ int _doGetDevices(GWEN_DB_NODE *dbArgs) } code=GWEN_IpcMsg_GetCode(msg); if (code==AQH_MSGTYPE_IPC_DATA_GETDEVICES_RSP) { - AQH_VALUE_LIST *deviceList; + AQH_DEVICE_LIST *deviceList; AQH_DevicesDataIpcMsg_Parse(msg, 0); deviceList=AQH_DevicesDataIpcMsg_ReadDeviceList(msg);