Add DS2 icon and model number.

This commit is contained in:
sawinglogz 2021-11-03 16:05:26 -04:00
parent 9b6cc46942
commit 1f3f33c45a
3 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,7 @@
<file>icons/eye.png</file>
<file>icons/prs1_60s.png</file>
<file>icons/dreamstation.png</file>
<file>icons/prds2.png</file>
<file>icons/airsense10.png</file>
<file>icons/aircurve.png</file>
<file>icons/prs1_960.png</file>

View File

@ -127,6 +127,8 @@ static const PRS1TestedModel s_PRS1TestedModels[] = {
{ "700X130", 0, 6, "DreamStation Auto BiPAP" },
{ "700X150", 0, 6, "DreamStation Auto BiPAP" },
{ "520X110C", 0, 6, "DreamStation 2 Auto CPAP Advanced" }, // based on bottom label
{ "950P", 5, 0, "BiPAP AutoSV Advanced System One" },
{ "951P", 5, 0, "BiPAP AutoSV Advanced System One" },
{ "960P", 5, 1, "BiPAP autoSV Advanced (System One 60 Series)" },
@ -481,6 +483,7 @@ QMap<const char*,const char*> s_PRS1Series = {
{ "System One 60 Series", ":/icons/prs1_60s.png" }, // needs to come before following substring
{ "System One", ":/icons/prs1.png" },
{ "C Series", ":/icons/prs1vent.png" },
{ "DreamStation 2", ":/icons/prds2.png" }, // needs to come before following substring
{ "DreamStation", ":/icons/dreamstation.png" },
};

BIN
oscar/icons/prds2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB