12 lines
366 B
Go
12 lines
366 B
Go
/*
|
|
Package mqtt provides Gobot adaptor for the mqtt message service.
|
|
|
|
Installing:
|
|
|
|
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
|
|
|
|
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/v2/platforms/mqtt"
|