Compare commits
No commits in common. "b52c585528b90cf216de50782987838a013c200b" and "a693a92115902519f332bf8cca02d24782de7a3f" have entirely different histories.
b52c585528
...
a693a92115
|
@ -967,10 +967,9 @@ 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"`
|
CompanyName string `json:"company_name,omitempty"`
|
||||||
Services []string `json:"services,omitempty"`
|
Data []byte `json:"data,omitempty"`
|
||||||
Data []byte `json:"data,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type BleAdvertisementPayload struct {
|
type BleAdvertisementPayload struct {
|
||||||
|
|
Loading…
Reference in New Issue