mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-14 12:15:05 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user