Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local module = {}
  2.  
  3. module.SSID = {}
  4. module.HOST = "m13.cloudmqtt.com"
  5. module.PORT = 11249
  6. module.USERNAME = "seu_usuario"
  7. module.PASSWORD = "sua_senha"
  8. module.ID = node.chipid()
  9. module.ENDPOINT = "/seu_endPoint/"..node.chipid()
  10. return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement