diff options
Diffstat (limited to 'mqtt/client.go')
| -rw-r--r-- | mqtt/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt/client.go b/mqtt/client.go index eff4736..d2e5d79 100644 --- a/mqtt/client.go +++ b/mqtt/client.go @@ -9,7 +9,7 @@ import ( "time" ) -const MQTTProtoTopic = "/2/c/" +const MQTTProtoTopic = "/2/e/" type Client struct { server string |
