12 lines
305 B
Go
12 lines
305 B
Go
/*
|
|
Package mqtt provides Gobot adaptor for the mqtt message service.
|
|
|
|
Installing:
|
|
|
|
go get gobot.io/x/gobot/platforms/mqtt
|
|
|
|
For further information refer to mqtt README:
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/mqtt/README.md
|
|
*/
|
|
package mqtt // import "gobot.io/x/gobot/platforms/mqtt"
|