mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Add 460PBT to the list of tested machines.
This commit is contained in:
parent
2063fb8d4f
commit
09753cc50c
@ -15,6 +15,11 @@
|
||||
<br>Portions of OSCAR are © 2019-2022 by
|
||||
<i>The OSCAR Team</i></p>
|
||||
<ul>
|
||||
<li>[new] Additional Philips Respironics devices tested and fully supported:
|
||||
<ul>
|
||||
<li>REMstar Pro (System One 60 Series) (460PBT)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>[new] Add support for new settings codes in recently manufactured 700X110 DreamStations.</li>
|
||||
<li>[new] Add 95% flow limitation to Therapy Efficacy section on Statistics page.</li>
|
||||
<li>[fix] Correct SleepStyle machines sometimes identified as Icon machines.</li>
|
||||
|
@ -92,6 +92,7 @@ static const PRS1TestedModel s_PRS1TestedModels[] = {
|
||||
|
||||
{ "261CA", 0, 4, "REMstar Plus (System One 60 Series)" }, // (brick)
|
||||
{ "460P", 0, 4, "REMstar Pro (System One 60 Series)" },
|
||||
{ "460PBT", 0, 4, "REMstar Pro (System One 60 Series)" }, // evidently built-in bluetooth
|
||||
{ "461P", 0, 4, "REMstar Pro (System One 60 Series)" },
|
||||
{ "462P", 0, 4, "REMstar Pro (System One 60 Series)" },
|
||||
{ "461CA", 0, 4, "REMstar Pro (System One 60 Series)" },
|
||||
|
Loading…
Reference in New Issue
Block a user