Added Services

This commit is contained in:
henry 2024-12-08 08:50:20 -08:00
parent 6816ebdb73
commit 7810772cb5
1 changed files with 4 additions and 3 deletions

View File

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