I am attempting to subscribe to a topic from a node js file.
client.publish('s/us/mqttjs_8303dec3','210,' +Math.random() *10)
I am using this line to publish to a signal strength measurement run on a timer. All good data arrives in cumulocity My question is how do I now subscribe to that topic? How would i do that in mqttlens as a backup?
I am new to cumulocity so any help much appreciated.
Fred