Hi,
I’m looking into using the Java Paho MQTT library to publish data and subscribe to actuators. I am able to create a temperature widget and it shows the Thermometer icon and shows Fahrenheit at the bottom. However the name just shows “Channel 4”, since I’m creating it on channel 4. Is there a way to send the Widget Name and number of decimal points in the MQTT publish message.
Right now I send: “temp,f=72”
Is it possible to add more information for Widget Name and # of decimal points? I can’t find any information in documentation about this.
Thanks,
Barry