Microsoft band UV sensor reporting Interval on IOS, how can I customize the readings?

  • Thread starter Windows Central Question
  • Start date
W

Windows Central Question

Microsoft band UV sensor reportingInterval on IOS

Im trying to change the reporting interval that the uv sensor uses to time its measurements. I saw a windowsphone developer using SupportedReportingIntervals and ReportingInterval properties, but I can't seem to find anything similar for IOS. On IOS you would do something like:

[self.sensorUV.client.sensorManager startUVUpdatesToQueue:nil errorRef:nil withHandler:^(MSBSensorUVData *UVData, NSError *error) {
NSLog(@"Starting updates");}];

on winphone:
bandClient.SensorManager.Ultraviolet.StartReadingsAsync();

it seems that the Ultraviolet class doesn't exist the same way on ios.

Does anybody know i theres a way to customise readings on iOS?

(Im also wondering if property isDeviceConnected is KVO-compliant; can't find any info about this anywhere nor in the API, but seems to be not working even though I figured it should be)
 

Members online

No members online now.

Forum statistics

Threads
322,913
Messages
2,242,887
Members
428,004
Latest member
hetb