updated ble message to support company.
This commit is contained in:
parent
e92ee83802
commit
83e2486d6a
|
@ -969,6 +969,7 @@ type StatusMessage struct {
|
|||
|
||||
type BleAdvertisementPayload struct {
|
||||
LocalName string `json:"localName,omitempty"`
|
||||
Company string `json:"company,omitempty"`
|
||||
Bytes []byte `json:"bytes,omitempty"`
|
||||
ManufacturerData []bluetooth.ManufacturerDataElement `json:"manufacturerData,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue