summaryrefslogtreecommitdiff
path: root/op-mode-definitions/terminal.xml
blob: db74f867e04b7064c266de93a4c29afc86fdf515 (plain)
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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="clear">
    <properties>
      <help>Clear system information</help>
    </properties>
    <children>
      <node name="console">
        <properties>
          <help>Clear screen</help>
        </properties>
        <command>/usr/bin/clear</command>
      </node>
    </children>
  </node>
  <node name="reset">
    <properties>
      <help>Reset a service</help>
    </properties>
    <children>
      <node name="terminal">
        <properties>
          <help>Reset terminal</help>
        </properties>
        <command>/usr/bin/reset</command>
      </node>
    </children>
  </node>
</interfaceDefinition>