Active 2 Premium device sources still missing in a few places #415
Closed
cubemike
started this conversation in
Developer Feedback
Replies: 1 comment 8 replies
-
Please make sure that you have updated the the latest zeus version will print out like this: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I didn't notice this at first because I was only using API 1, but when using API 2 and up the Active 2 premium device sources are missing. I have 2 examples to share:
active2pTests.zip
configV2_active2p:
I've added the Active 2P deviceSource to the app.json directly.
What I expect:
To be able to simulate or preview this project as normal.
What I see:
The following error when running
zeus dev
orzeus preview
:You can go into the app.json and swap out the deviceSource with one of the base Active 2 device sources (e.g. 8913159). This works fine, no issues.
configV3_active2p
What I expect:
To be able to preview this project on an Active 2 Premium watch
What I see:
I am able to generate a qr code without an issue. But during that process when I select to preview on the Active 2, I see this output:
Only those two device sources above are generated. When I actually scan the QR code with my phone, I get an error. Clearly the premium device sources aren't included.
Beta Was this translation helpful? Give feedback.
All reactions