fix: cache the uptime values and calculate the uptime from those values instead of polling the crestron processor each time its needed

This commit is contained in:
Austin Noska
2019-06-05 14:15:53 -04:00
parent 723759f805
commit 4d76abe046
2 changed files with 46 additions and 14 deletions

View File

@@ -152,7 +152,7 @@ namespace ICD.Common.Utils
/// <param name="progslot"></param>
/// <returns></returns>
[PublicAPI]
public static string GetProgramUptime(int progslot)
public static string GetProgramUptimeFeedback(int progslot)
{
// TODO
return null;