|
/*
|
|
Package mqtt provides Gobot adaptor for the mqtt message service.
|
|
|
|
Installing:
|
|
|
|
go get github.com/hybridgroup/gobot/platforms/mqtt
|
|
|
|
For further information refer to mqtt README:
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/mqtt/README.md
|
|
*/
|
|
package mqtt
|