I'd really like to combine two values, but it seems like each topic is triggered separately.
It would be cleaner from the SMS reader's point of view for the message to be:
printf("Alert, the button was pressed. This is press %d since powered up. Battery level is %d.", msg1.payload, msg2.payload)
but it isn't clear to me how to do this graphically in Node-Red.
@HeneryH_(Henery_Hawk) started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'd really like to combine two values, but it seems like each topic is triggered separately.
It would be cleaner from the SMS reader's point of view for the message to be:
but it isn't clear to me how to do this graphically in Node-Red.