This commit is contained in:
2026-07-02 14:24:06 +03:00
parent 118b48c3bc
commit 6ff4b83368
9 changed files with 48 additions and 42 deletions

View File

@@ -209,6 +209,9 @@ type ItemNode struct {
// Last check
LastCheck uint64 `json:"lastcheck"`
// Machine ID
MachineID string `json:"machine_id"`
// Machine GUID
MachineGUID string `json:"machineguid"`