TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
975 stars 306 forks source link

Show payload for all events in the Console #2195

Closed bafonins closed 4 years ago

bafonins commented 4 years ago

Summary

Currently, the Console shows payload for a certan number of events, see here and https://github.com/TheThingsIndustries/lorawan-stack/issues/1909#issuecomment-601094814

Why do we need this?

The users should be able to examine event payload

What is already there? What do you see now?

Only certain events allow examining payloads

What is missing? What do you want to see?

Check for data in the event payload for all events

Environment

v3.6.1

How do you propose to implement this?

Check for data in the event payload for all events. Do not consider only the name entry

Can you do this yourself and submit a Pull Request?

yes

johanstokking commented 4 years ago

Yep, this is important