added SPo2

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-06-23 18:16:39 +00:00
parent 75ac6b6e6b
commit b766e14a9b

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($)