Ejemplo n.º 1
0
// init is called when the file is initialized and registers the nma
// platform within the home core
func init() {
	backend.Register("nma", NotifyMyAndroidBackend)
}
Ejemplo n.º 2
0
func init() {
	backend.Register("websocket", WebsocketConnectorBackend)
}
Ejemplo n.º 3
0
func init() {
	backend.Register("script", LocalScriptBackend)
}
Ejemplo n.º 4
0
func init() {
	backend.Register("example", initExampleBackend)
	// Equal to
	// backend.DefaultManager.Register("example", initExampleBackend)
}
Ejemplo n.º 5
0
func init() {
	backend.Register("sun", initSunTrackerBackend)
}
Ejemplo n.º 6
0
func init() {
	backend.Register("mpd", MediaPlayerDaemonBackend)
}
Ejemplo n.º 7
0
func init() {
	backend.Register("presence_middleware", PresenceDetectionMiddleware)
}
Ejemplo n.º 8
0
func init() {
	backend.Register("netgear", NetgearDeviceTrackerBackend)
}
Ejemplo n.º 9
0
func init() {
	backend.Register("weather", initOpenWeatherMapBackend)
}