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