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);