2021-12-17 Fred Gleason <fredg@paravelsystems.com>

* Added a 'graceTime' field to the return XML for the 'ListLog'
	WebAPI call.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-12-17 15:00:33 -05:00
parent 645e00099a
commit 153d9f73ac
2 changed files with 4 additions and 0 deletions

View File

@ -20827,3 +20827,6 @@
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'linkLength' field to the return XML for the 'ListLog'
WebAPI call.
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'graceTime' field to the return XML for the 'ListLog'
WebAPI call.

View File

@ -2327,6 +2327,7 @@ QString RDLogLine::xml(int line) const
ret+=" "+RDXmlField("startTime");
}
}
ret+=" "+RDXmlField("graceTime",graceTime());
ret+=" "+RDXmlField("transitionType",RDLogLine::transText(transType()));
ret+=" "+RDXmlField("cutQuantity",cutQuantity());
ret+=" "+RDXmlField("lastCutPlayed",lastCutPlayed());