README.md 215 Bytes

To get json from live Thingsboard instance use those methods:

  1. Browser: F12 -> Network -> open device profile page -> copy raw response
  2. Database: SELECT * FROM public.device_profile WHERE name = 'LORAWAN 001';