Added BleCompany
This commit is contained in:
parent
cf518b3829
commit
901972c7b8
|
@ -968,7 +968,7 @@ type StatusMessage struct {
|
|||
}
|
||||
|
||||
type BleCompany struct {
|
||||
CompanyId int16 `json:"company_id,omitempty"`
|
||||
CompanyId uint16 `json:"company_id,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue