feat: computer data uptime total

This commit is contained in:
trafficlunar 2025-07-24 11:46:11 +01:00
parent 84dfe05de8
commit c1f8cbd2f5
3 changed files with 33 additions and 2 deletions

View file

@ -17,6 +17,7 @@ type ComputerData struct {
}
type ComputerTotals struct {
Uptime float64 `json:"uptime"`
Keys float64 `json:"keys"`
Clicks float64 `json:"clicks"`
}