Skip to content

Commit

Permalink
agent status on page updates in real time
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Nov 8, 2023
1 parent 7150832 commit 0c5e09d
Show file tree
Hide file tree
Showing 15 changed files with 727 additions and 60 deletions.
2 changes: 2 additions & 0 deletions OpenAlprWebhookProcessor/Data/Agent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ public class Agent
public bool IsDebugEnabled { get; set; }

public bool IsImageCompressionEnabled { get; set; }

public long LastHeartbeatEpochMs { get; set; }
}
}
Loading

0 comments on commit 0c5e09d

Please sign in to comment.