From 40d02b375c4e99151c1921838810e2acbcff64a0 Mon Sep 17 00:00:00 2001 From: Josh Hooks Date: Sun, 8 Apr 2018 16:57:32 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08ca5f9..556fa2d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Template: [https://www.cumulocity.com/guides/mqtt/hello-mqtt-python/](https://www.cumulocity.com/guides/mqtt/hello-mqtt-python/) -Uses environment variables: +**Uses environment variables:** C8Y_USER C8Y_PASS @@ -12,7 +12,7 @@ Uses environment variables: C8Y_CLIENT_ID C8Y_CLIENT_MODEL -Example: +**Example:** C8Y_USER=apiuser C8Y_PASS=oka***** @@ -22,18 +22,18 @@ Example: C8Y_CLIENT_ID=14.195066.1333 C8Y_CLIENT_MODEL=ESX-TC3G -Use: +**Use:** * Connects device to Cumulocity * Updates device location using an external REST call * Sends random measurement values -Installation: +**Installation:** git clone git@bitbucket.org:iotarchitecture/cumulocity-client-python.git cd cumulocity-client-python python setup.py install -Running as a process: +**Running as a process:** cumulocity_client > /dev/null 2>&1 & \ No newline at end of file