Howard Cohen

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to access LoRaWan msg properties from Node Red #21970
    Howard Cohen
    Participant

    That turned out to be pretty simple. Thanks for pointing me in the right direction.

    var newPayload = ‘deveui: ‘ + msg.deveui + ‘ rssi: ‘ + msg.rssi + ‘ payload: ‘ + msg.payload;
    return { payload: newPayload };

Viewing 1 post (of 1 total)