MQTT Cloud Connection

Might be used to publish data from any device to the cloud using MQTT. 
Host mqtt.corrently.cloud
Port  1883
Username -
Password -
basePath -

Sample mosquitto_pub

mosquitto_pub -h mqtt.corrently.cloud -p 1883 -u - -P - -t -/test -m 1337

Will write '1337' into datapoint test.