Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 11:17:05 +00:00
parent 349f42f4d9
commit 5135182a2c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ To follow along with the examples, you need:
Generally the URN is composed of the company or brand name and a device serial number like so:
```
urn:dev:<company-name>:<device-serial-number>
'urn:dev:<company-name>:<device-serial-number>'
```
To run the python example code you also need to install the `paho-mqtt` and the `protobuf` modules.