tweak to message structure

This commit is contained in:
henry 2024-11-19 06:26:18 -08:00
parent 83e2486d6a
commit 56bf4a9523
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ type StatusMessage struct {
type BleAdvertisementPayload struct {
LocalName string `json:"localName,omitempty"`
Company string `json:"company,omitempty"`
Companies []string `json:"companies,omitempty"`
Bytes []byte `json:"bytes,omitempty"`
ManufacturerData []bluetooth.ManufacturerDataElement `json:"manufacturerData,omitempty"`
}