/usr/share/indi/indi_tcfs_sk.xml is in libindi-data 1.7.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <INDIDriver>
<defSwitchVector device="Optec TCF-S" name="FOCUS_MODE" label="Mode" group="Main Control" state="Idle" perm="rw" rule="OneOfMany" timeout="0">
<defSwitch name="Manual" label="">
On
</defSwitch>
<defSwitch name="Auto A" label="">
Off
</defSwitch>
<defSwitch name="Auto B" label="">
Off
</defSwitch>
</defSwitchVector>
<defSwitchVector device="Optec TCF-S" name="FOCUS_GOTO" label="Go to" group="Main Control" state="Idle" perm="rw" rule="AtMostOne" timeout="0">
<defSwitch name="FOCUS_MIN" label="Min">
Off
</defSwitch>
<defSwitch name="FOCUS_CENTER" label="Center">
Off
</defSwitch>
<defSwitch name="FOCUS_MAX" label="Max">
Off
</defSwitch>
<defSwitch name="FOCUS_HOME" label="Home">
Off
</defSwitch>
</defSwitchVector>
<defNumberVector device="Optec TCF-S" name="FOCUS_TEMPERATURE" label="Probe" group="Operation" state="Idle" perm="ro" timeout="0">
<defNumber name="FOCUS_TEMPERATURE_VALUE" label="Temperature (c)" format="%.3f" min="-50" max="80" step="0">
0
</defNumber>
</defNumberVector>
<defSwitchVector device="Optec TCF-S" name="FOCUS_POWER" label="Power" group="Operation" state="Idle" perm="rw" rule="AtMostOne" timeout="0">
<defSwitch name="FOCUS_SLEEP" label="Sleep">
Off
</defSwitch>
<defSwitch name="FOCUS_WAKEUP" label="Wake up">
Off
</defSwitch>
</defSwitchVector>
</INDIDriver>
|