mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Added DeviceUsage logic. Requires testing on NYC program with real hardware. Ready for Merge.
This commit is contained in:
parent
710bfa3e8f
commit
ce3de2baeb
11 changed files with 115 additions and 56 deletions
|
|
@ -31,6 +31,8 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public UsageTracking()
|
||||
{
|
||||
InUseTracker = new InUseTracking();
|
||||
|
||||
InUseTracker.InUseFeedback.OutputChange +=new EventHandler<EventArgs>(InUseFeedback_OutputChange);
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue