Compare commits
2 Commits
a693a92115
...
b52c585528
Author | SHA1 | Date |
---|---|---|
henry | b52c585528 | |
henry | 7810772cb5 |
|
@ -968,7 +968,8 @@ type StatusMessage struct {
|
||||||
|
|
||||||
type BleManufacturerData struct {
|
type BleManufacturerData struct {
|
||||||
CompanyId uint16 `json:"company_id,omitempty"`
|
CompanyId uint16 `json:"company_id,omitempty"`
|
||||||
CompanyName string `json:"company_name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
|
Services []string `json:"services,omitempty"`
|
||||||
Data []byte `json:"data,omitempty"`
|
Data []byte `json:"data,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue