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