Typo Devices => Device
This commit is contained in:
parent
1de06f272c
commit
7b85cb03bc
|
@ -984,13 +984,12 @@ type BleDevice struct {
|
|||
}
|
||||
|
||||
type BleAdvertisementMessage struct {
|
||||
Header MessageHeader `json:"header,omitempty"`
|
||||
Devices BleDevice `json:"device,omitempty"`
|
||||
Header MessageHeader `json:"header,omitempty"`
|
||||
Device BleDevice `json:"device,omitempty"`
|
||||
}
|
||||
|
||||
// noinspection GoUnusedExportedFunction
|
||||
func CreateHeader(status int, location string) MessageHeader {
|
||||
|
||||
// Do we have a build version?
|
||||
//
|
||||
var build BuildVersion
|
||||
|
|
Loading…
Reference in New Issue