Child_ID
Development
2
Posts
2
Posters
912
Views
3
Watching
-
If I'm waiting for a message in my sensor, I can get the message, I can checks it type, but how do I check for the incoming Child_ID from the gateway... ( or any other field in the message header)
Thanks
ver 2.0bvoid incomingMessage(const MyMessage &message) { if (message.type==V_VAR1) { unsigned long gwPulseCount=message.getULong(); } }