Closed HazAT closed 7 years ago
Looks good but I think we will need to store the "Watch2,3" information somewhere.
Ahh I see ... didn't check if this gets stored -> added
'watch_hardware_major': int(tup[0]),
'watch_hardware_minor': int(tup[1]),
I would propose we store it as "sdk_identifier" with a value of "Watch2,3" or something like that. Reason being that I can imagine this same thing coming up in the future as well with other platforms. And we just leave it at null when it's not set.
Ready to review