deviceno
Build docker and publish / build (20.15.1) (push) Successful in 7m26s

This commit is contained in:
2026-03-17 09:12:56 -07:00
parent 4b528184ea
commit 282e1e4087
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -682,7 +682,7 @@ type FamilyDetail struct {
type FamilyMemberItem struct {
UserId int64 `json:"user_id"`
Identifier string `json:"identifier"`
DeviceID string `json:"device_id"`
DeviceNo string `json:"device_no"`
Role uint8 `json:"role"`
RoleName string `json:"role_name"`
Status uint8 `json:"status"`
@@ -2957,7 +2957,7 @@ type UserDevice struct {
Id int64 `json:"id"`
Ip string `json:"ip"`
Identifier string `json:"identifier"`
DeviceID string `json:"device_id"`
DeviceNo string `json:"device_no"`
UserAgent string `json:"user_agent"`
Online bool `json:"online"`
Enabled bool `json:"enabled"`