Added Services
This commit is contained in:
parent
6816ebdb73
commit
7810772cb5
|
@ -967,9 +967,10 @@ 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"`
|
||||||
Data []byte `json:"data,omitempty"`
|
Services []string `json:"services,omitempty"`
|
||||||
|
Data []byte `json:"data,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type BleAdvertisementPayload struct {
|
type BleAdvertisementPayload struct {
|
||||||
|
|
Loading…
Reference in New Issue