However, it should be able to support http://developer.garmin.com/downloads/connect-iq/monkey-c/doc/frames.html#!Toybox/Attention.html the "tonesOn()" api.
if (Sys.getDeviceSettings().tonesOn) { Attn.playTone (tone); }
if (Sys.getDeviceSettings().vibrateOn) { Attn.vibrate([ new Attn.VibeProfile(25, 600) ]); }
shouldn't these 2 lines be able to determine if the device supports tones or otherwise?
What is the default for the VA? Is this "tonesOn()" by default returns as TRUE or FALSE?
I don't have a VA to test this on and this threw the app into a error state. (of course on the Simulator it works fine)
Thanks