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

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