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:
@@ -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($)
|
||||
|
||||
Reference in New Issue
Block a user