Added BleCompany

This commit is contained in:
henry 2024-11-19 06:54:43 -08:00
parent cf518b3829
commit 901972c7b8
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ type StatusMessage struct {
} }
type BleCompany struct { type BleCompany struct {
CompanyId int16 `json:"company_id,omitempty"` CompanyId uint16 `json:"company_id,omitempty"`
Name string `json:"name,omitempty"` Name string `json:"name,omitempty"`
} }