mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
55 lines
2.2 KiB
XML
55 lines
2.2 KiB
XML
<!DOCTYPE Channels>
|
|
<!-- Copy this to SleepHeadData folder on app start once completed.
|
|
Metric units please.. A conversion system will deal with the other measurement systems
|
|
English only.. A different translation table will be used..
|
|
It's only details & label that will be translated. name is used internally.
|
|
Important: One id code per item, DO NOT CHANGE ID NUMBERS!!!
|
|
-->
|
|
<channels language="en" version="1.0">
|
|
<group name="CPAP">
|
|
<!-- Channel List -->
|
|
|
|
|
|
|
|
<channel id="0x1160" class="data" name="RMS9_E01" details="RMS9 Empty 1" label="E01" unit="" color="black"/>
|
|
<channel id="0x1161" class="data" name="RMS9_E02" details="RMS9 Empty 2" label="E02" unit="" color="black"/>
|
|
<channel id="0x1162" class="data" name="SetPressure" details="Set Pressure" label="Pressure" unit="" color="black"/>
|
|
<channel id="0x1166" class="data" name="PRS1_0F" details="Unknown 0F" label="U0F" unit="?" color="dark green"/>
|
|
<channel id="0x1167" class="data" name="IntUnk1" details="Unknown 1" label="Unknown 1" unit="?" color="dark green"/>
|
|
<channel id="0x1168" class="data" name="IntUnk2" details="Unknown 2" label="Unknown 2" unit="?" color="dark green"/>
|
|
|
|
|
|
</group>
|
|
<group name="OXI">
|
|
</group>
|
|
<group name="SLEEP">
|
|
</group>
|
|
<group name="GENERAL">
|
|
</group>
|
|
<group name="PRS1">
|
|
<!-- PRS1 Settings -->
|
|
</group>
|
|
<group name="RMS9">
|
|
<!-- RESMED Settings -->
|
|
<!-- there was a link="0x1200" in the RMS9Mode channel, but it seems unlikely to have ever worked. -->
|
|
<channel id="0xe200" class="setting" scope="!session" name="RMS9Mode" details="PAP Mode" label="PAP Mode" type="integer">
|
|
<Option id="0" value="CPAP"/>
|
|
<Option id="1" value="Auto"/>
|
|
<Option id="2" value="VPAP"/>
|
|
<Option id="3" value="ASV"/>
|
|
</channel>
|
|
</group>
|
|
<group name="MACHINE">
|
|
<!-- General Per Machine Settings -->
|
|
<channel id="0xf000" class="setting" scope="!machine" name="Type" details="Type" label="Type" type="integer">
|
|
<option id="0" value="Unknown"/>
|
|
<option id="1" value="CPAP"/>
|
|
<option id="2" value="Oximeter"/>
|
|
<option id="3" value="Sleep"/>
|
|
<option id="4" value="Journal"/>
|
|
<option id="5" value="EEG"/>
|
|
</channel>
|
|
<channel id="0xf006" class="setting" scope="!machine" name="Notes" details="Machine Notes" label="Notes" type="richtext"/>
|
|
</group>
|
|
</channels>
|