Manufacture Data Update

This commit is contained in:
Henry Seurer 2024-11-21 09:17:20 -08:00
parent 6816ebdb73
commit 1de06f272c
1 changed files with 0 additions and 1 deletions

View File

@ -968,7 +968,6 @@ type StatusMessage struct {
type BleManufacturerData struct {
CompanyId uint16 `json:"company_id,omitempty"`
Name string `json:"name,omitempty"`
Data []byte `json:"data,omitempty"`
}