mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: computer data uptime
also fix last commit
This commit is contained in:
parent
02740548de
commit
84dfe05de8
3 changed files with 13 additions and 4 deletions
|
|
@ -10,9 +10,10 @@ type ComputerWebSocketMessage struct {
|
|||
}
|
||||
|
||||
type ComputerData struct {
|
||||
Online bool `json:"online"`
|
||||
Totals ComputerTotals `json:"totals"`
|
||||
Graph []ComputerGraphData `json:"graph"`
|
||||
Online bool `json:"online"`
|
||||
UptimeStart int `json:"uptimeStart"`
|
||||
Totals ComputerTotals `json:"totals"`
|
||||
Graph []ComputerGraphData `json:"graph"`
|
||||
}
|
||||
|
||||
type ComputerTotals struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue