added SPo2

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-06-23 18:16:39 +00:00
parent 6984909e52
commit 1faeaf7995

View File

@ -32,7 +32,8 @@ my %measure_types = ( 1 => { name => "Weight (kg)", reading => "weight", },
10 => { name => "Systolic Blood Pressure (mmHg)", reading => "systolicBloodPressure", },
11 => { name => "Heart Pulse (bpm)", reading => "heartPulse", },
12 => { name => "Temperature (°C)", reading => "temperature", },
35 => { name => "CO2 (ppm)", reading => "co2", }, );
35 => { name => "CO2 (ppm)", reading => "co2", },
54 => { name => "SPo2 (%)", reading => "spo2", }, );
sub
withings_Initialize($)