2014-11-04 10:30:56 +08:00
|
|
|
/*
|
|
|
|
Package mqtt provides Gobot adaptor for the mqtt message service.
|
|
|
|
|
|
|
|
Installing:
|
|
|
|
|
2023-10-21 02:50:42 +08:00
|
|
|
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
|
2014-11-04 10:30:56 +08:00
|
|
|
|
|
|
|
For further information refer to mqtt README:
|
2016-12-21 17:53:41 +08:00
|
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/mqtt/README.md
|
2014-11-04 10:30:56 +08:00
|
|
|
*/
|
2023-05-20 20:25:21 +08:00
|
|
|
package mqtt // import "gobot.io/x/gobot/v2/platforms/mqtt"
|