mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
32_withings: added sleep apnea index reading
git-svn-id: https://svn.fhem.de/fhem/trunk@22540 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c697a3c3d8
commit
127b8462b6
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- change: 32_withings: added sleep apnea index reading
|
||||
- bugfix: 48_BlinkCamera: Active/Enabled handling to new format
|
||||
- bugfix: 52_I2C_HDC1008: "temperature" reading now works correctly with
|
||||
event-min-interval
|
||||
|
@ -332,6 +332,7 @@ my %sleep_readings = ( 'lightsleepduration' => { name => "Light Sleep", reading
|
||||
'breathing_event_probability' => { name => "Breathing Event Probability", reading => "breathingEventProbability", unit => 0, },
|
||||
'apnea_activated' => { name => "Apnea Activated", reading => "apneaActivated", unit => 0, },
|
||||
'apnea_algo_version' => { name => "Apnea Algo Version", reading => "apneaAlgoVersion", unit => 0, },
|
||||
'apnea_hypopnea_index' => { name => "Apnea/Hypopnea Index", reading => "apneaIndex", unit => 0, },
|
||||
'pause_duration' => { name => "Pause Duration", reading => "pauseDuration", unit => "s", },
|
||||
|
||||
# 'manual_distance' => { name => "Manual Distance", reading => "manual_distance", unit => 0, },
|
||||
|
Loading…
x
Reference in New Issue
Block a user