fix typo for mqtt

This commit is contained in:
Arnim Läuger 2016-06-05 00:22:38 +02:00
parent 65e83fd2f4
commit 9cedfd4767
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ SDK Callbacks include:
| net.server | `sk:listen(port,[ip],function(socket))` | | net.server | `sk:listen(port,[ip],function(socket))` |
| net | `sk:on(event, function(socket, [, data]))`, `sk:send(string, function(sent))`, `sk:dns(domain, function(socket,ip))` | | net | `sk:on(event, function(socket, [, data]))`, `sk:send(string, function(sent))`, `sk:dns(domain, function(socket,ip))` |
| gpio | `trig(pin, type, function(level))` | | gpio | `trig(pin, type, function(level))` |
| mqqt | `client:m:on(event, function(conn[, topic, data])` | | mqtt | `client:m:on(event, function(conn[, topic, data])` |
| uart | `uart.on(event, cnt, [function(data)], [run_input])` | | uart | `uart.on(event, cnt, [function(data)], [run_input])` |