Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
88ddf0d9c0
|
@ -968,7 +968,8 @@ type StatusMessage struct {
|
|||
|
||||
type BleManufacturerData struct {
|
||||
CompanyId uint16 `json:"company_id,omitempty"`
|
||||
CompanyName string `json:"company_name,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Services []string `json:"services,omitempty"`
|
||||
Data []byte `json:"data,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue