Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorMessage ¶
type ErrorMessage struct { ApplicationID string ApplicationName string DeviceName string Type string Error string FCnt int }
ErrorMessage contains lora errors.
type RxInfo ¶
type RxInfo struct { Mac string Name string Time time.Time RSSI int `json:"rssi"` LoRaSNR float64 `json:"LoRaSNR"` }
RxInfo contains gateway information that payloads received from it. nolint: tagliatelle
Click to show internal directories.
Click to hide internal directories.