-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate devices csv #745
Comments
Most of this is quite straight forward and is readily available per end device. The data model has a hierarchy:
The MAC version, RP version and LoRaWAN classes are in the profile. There may be differences between regions, and there can be devices with multiple firmware versions so we need to add some heuristics here. For example, we could take the last firmware version and the first profile to determine these fields. |
@LDannijs: When there's a PR for an issue, please add the |
Iirc i wasn't able to change the labels before but i will remember it for next time. |
PR #749 was merged, closing this. |
Summary
Can we generate a flat list of devices as a csv? We can then sync this to airtable
Why do we need this?
Sync data to airtable
What is already there? What do you see now?
Folder hierarchy
What is missing? What do you want to see?
name, vendor, description, image link, sensors, radios, height, width, length, weight, battery?, ip rating, urls, mac version?, rp version?, supports class b / class c?,
The text was updated successfully, but these errors were encountered: