Documentation
¶
Index ¶
Constants ¶
View Source
const ( Uplink = "uplink" ACK = "ack" Join = "join" Error = "error" Status = "status" Location = "location" TxAck = "txack" )
Event types.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventLog ¶
type EventLog struct {
Type string
Payload json.RawMessage
}
EventLog contains an event log.
Click to show internal directories.
Click to hide internal directories.