package
Version:
v2.5.1+incompatible
Opens a new window with list of versions in this module.
Published: Feb 15, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
Uplink = "uplink"
ACK = "ack"
Join = "join"
Error = "error"
Status = "status"
Location = "location"
)
Event types.
GetEventLogForDevice subscribes to the device events for the given DevEUI
and sends this to the given channel.
LogEventForDevice logs an event for the given device.
type EventLog struct {
Type string
Payload interface{}
}
EventLog contains an event log.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.