1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <leafNode name="poweroff"> <properties> <help>Show scheduled poweroff</help> </properties> <command>${vyos_op_scripts_dir}/powerctrl.py --check</command> </leafNode> </children> </node> </interfaceDefinition>