Added DeviceUsage logic. Requires testing on NYC program with real hardware. Ready for Merge.

This commit is contained in:
Neil Dorin
2017-08-21 18:04:47 -06:00
parent 710bfa3e8f
commit ce3de2baeb
11 changed files with 115 additions and 56 deletions

View File

@@ -31,6 +31,8 @@ namespace PepperDash.Essentials.Core
public UsageTracking()
{
InUseTracker = new InUseTracking();
InUseTracker.InUseFeedback.OutputChange +=new EventHandler<EventArgs>(InUseFeedback_OutputChange);
}