To get json from live Thingsboard instance use those methods:
- Browser: F12 -> Network -> open device profile page -> copy raw response
- Database: SELECT * FROM public.device_profile WHERE name = 'LORAWAN 001';
Name | Last Update |
Last Commit
87251f58
–
fix: 修改上下线记录BUG,有别名使用别名,没有别名使用设备名称或SN
History
|
---|---|---|
.. | ||
README.md | Loading commit data... | |
device_profile_001_in.json | Loading commit data... | |
device_profile_001_out.json | Loading commit data... |
To get json from live Thingsboard instance use those methods: