diff --git a/fhem/CHANGED b/fhem/CHANGED index ab88afe24..04f472cbd 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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 diff --git a/fhem/FHEM/32_withings.pm b/fhem/FHEM/32_withings.pm index 2c9013284..f685d5505 100644 --- a/fhem/FHEM/32_withings.pm +++ b/fhem/FHEM/32_withings.pm @@ -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, },