According to this web page
https://developer.garmin.com/connect-iq/compatible-devices/
The VA4S (for example) states its API Level is 3.3.0 but when I export the project, I get a message
WARNING: Device name: 'vívoactive® 4S' Part number: '006-B3387-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
Why state a API Level on that page that will not be honored by the compiler for some part number of that same model? Shouldn't they use the lowest common denominator? Why is that part number ignored?
I have many warning like these for many models. Am I back to the drawing board if I want these to be included as well? Sucks because I was about to release a new version I've been working on for the past two weeks. I wanted to leverage the getSunrise/getSunset from the Weather module which according to the doc is for 3.3.0 and above.