I have a problem how to check that the device has solar display. For example the MARQ has support for SDK 3.2 but does not work code:
if(Sys.getSystemStats() has :solarIntensity){
solar = Sys.getSystemStats().solarIntensity.toNumber();
}
Devices without SDK 3.2 support works with this code well.
Any ideas how to fix?