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