Skip to content

Commit

Permalink
Start time added to interface list (UTC time from client item)
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 25, 2020
1 parent b409434 commit 2d90bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vscp/common/tcpipsrv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2d90bc4

Please sign in to comment.