Documentation
¶
Overview ¶
Package tilt provides an interface to Tilt Bluetooth devices
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotBeacon = errors.New("Not an iBeacon")
ErrNotBeacon - the BLE device is not an iBeacon
View Source
var ErrNotTilt = errors.New("Not a Tilt iBeacon")
ErrNotTilt - the BLE device does not match anything in tiltType
Functions ¶
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner for Tilt devices
func (*Scanner) HandleTilt ¶
HandleTilt adds a discovered Tilt to a map
type Tilt ¶
type Tilt struct {
// contains filtered or unexported fields
}
Tilt struct
func (*Tilt) Fahrenheit ¶
Click to show internal directories.
Click to hide internal directories.