Zn4rK / php-withings

PSR-FIG Compatible Withings Body metrics Services API written in PHP.
17 stars 14 forks source link

Missing O2 #13

Closed voncaron closed 9 years ago

voncaron commented 9 years ago

Hello,

can you add the new O2 functionality to the source. 54 is missing in MeasureType.php.

thx, jvc

private $types = array(
    1  => 'weight',
    4  => 'height',
    5  => 'fat_free_mass',
    6  => 'fat_ratio',
    8  => 'fat_mass_weight',
    9  => 'diastolic_blood_pressure',
    10 => 'systolic_blood_pressure',
    11 => 'heart_pulse',
    54 => 'SP02'
);
Zn4rK commented 9 years ago

We'll see if this works. I do not own any Withings devices that supports SP02 data logging but I think it should be good enough.