I verified a variable named Voltage DOES get created and is set on the Vera arduino node device if I create MyMessage with:
- MyMessage voltageMsg(255, V_VOLTAGE);
and send value with:
- send(voltageMsg.set(12.1, 1));
I verified a variable named Voltage DOES get created and is set on the Vera arduino node device if I create MyMessage with:
and send value with: