mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
added SPo2
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6984909e52
commit
1faeaf7995
@ -32,7 +32,8 @@ my %measure_types = ( 1 => { name => "Weight (kg)", reading => "weight", },
|
|||||||
10 => { name => "Systolic Blood Pressure (mmHg)", reading => "systolicBloodPressure", },
|
10 => { name => "Systolic Blood Pressure (mmHg)", reading => "systolicBloodPressure", },
|
||||||
11 => { name => "Heart Pulse (bpm)", reading => "heartPulse", },
|
11 => { name => "Heart Pulse (bpm)", reading => "heartPulse", },
|
||||||
12 => { name => "Temperature (°C)", reading => "temperature", },
|
12 => { name => "Temperature (°C)", reading => "temperature", },
|
||||||
35 => { name => "CO2 (ppm)", reading => "co2", }, );
|
35 => { name => "CO2 (ppm)", reading => "co2", },
|
||||||
|
54 => { name => "SPo2 (%)", reading => "spo2", }, );
|
||||||
|
|
||||||
sub
|
sub
|
||||||
withings_Initialize($)
|
withings_Initialize($)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user