updated ble message to support company.

This commit is contained in:
henry 2024-11-19 06:20:53 -08:00
parent e92ee83802
commit 83e2486d6a
1 changed files with 1 additions and 0 deletions

View File

@ -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"`
}