I am trying to get a sensor value on the "grove lcdrgb output"
GrovePi LcdRGB Output Node Sends data to GrovePi LcdRGB I2C-Device.
I have used a Inject node for text and RGB to set the color, this is working perfect
{"text":"text on the lcd","rgb":[255,0,0]}
I have Temperature data in msg. payload.temperature:number
I would like to add the value example 18 to GrovePi LcdRGB I2C-Device.
How can I get this done