Added Company Name
This commit is contained in:
parent
7b85cb03bc
commit
a693a92115
|
@ -967,8 +967,9 @@ type StatusMessage struct {
|
|||
}
|
||||
|
||||
type BleManufacturerData struct {
|
||||
CompanyId uint16 `json:"company_id,omitempty"`
|
||||
Data []byte `json:"data,omitempty"`
|
||||
CompanyId uint16 `json:"company_id,omitempty"`
|
||||
CompanyName string `json:"company_name,omitempty"`
|
||||
Data []byte `json:"data,omitempty"`
|
||||
}
|
||||
|
||||
type BleAdvertisementPayload struct {
|
||||
|
|
Loading…
Reference in New Issue