summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-environment.xml.in
blob: 5f4d380255f451a2b79f15420bf48e26221e27a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="environment">
        <properties>
          <help>Show current system environmental conditions</help>
        </properties>
        <children>
          <leafNode name="sensors">
            <properties>
              <help>Show hardware monitoring results</help>
            </properties>
	          <command>${vyos_op_scripts_dir}/show_sensors.py</command>
          </leafNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>