package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 4, 2018
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"
)
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.