diff --git a/src/vscp/common/tcpipsrv.cpp b/src/vscp/common/tcpipsrv.cpp index 97f0f5278..f4ed1b317 100644 --- a/src/vscp/common/tcpipsrv.cpp +++ b/src/vscp/common/tcpipsrv.cpp @@ -2388,6 +2388,8 @@ tcpipClientObj::handleClientInterface_List(void) strBuf += strGUID; strBuf += std::string(","); strBuf += pItem->m_strDeviceName; + strBuf += std::string(" | Started at "); + strBuf += pItem->m_dtutc.getISODateTime(); strBuf += std::string("\r\n"); write(strBuf);