From 09753cc50c6b46e4d956acc8a4874b643d64bba4 Mon Sep 17 00:00:00 2001
From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com>
Date: Thu, 11 Nov 2021 15:40:20 -0500
Subject: [PATCH] Add 460PBT to the list of tested machines.
---
Htmldocs/release_notes.html | 5 +++++
oscar/SleepLib/loader_plugins/prs1_loader.cpp | 1 +
2 files changed, 6 insertions(+)
diff --git a/Htmldocs/release_notes.html b/Htmldocs/release_notes.html
index 31fdc636..ca4a96f2 100644
--- a/Htmldocs/release_notes.html
+++ b/Htmldocs/release_notes.html
@@ -15,6 +15,11 @@
Portions of OSCAR are © 2019-2022 by
The OSCAR Team
+ - [new] Additional Philips Respironics devices tested and fully supported:
+
+ - REMstar Pro (System One 60 Series) (460PBT)
+
+
- [new] Add support for new settings codes in recently manufactured 700X110 DreamStations.
- [new] Add 95% flow limitation to Therapy Efficacy section on Statistics page.
- [fix] Correct SleepStyle machines sometimes identified as Icon machines.
diff --git a/oscar/SleepLib/loader_plugins/prs1_loader.cpp b/oscar/SleepLib/loader_plugins/prs1_loader.cpp
index 21768163..79d4060a 100644
--- a/oscar/SleepLib/loader_plugins/prs1_loader.cpp
+++ b/oscar/SleepLib/loader_plugins/prs1_loader.cpp
@@ -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)" },