Innovenergy_trunk/csharp/app/BmsTunnel/CliPrograms.cs

11 lines
465 B
C#

using CliWrap;
namespace InnovEnergy.BmsTunnel;
public static class CliPrograms
{
public static Command LsDBus { get; } = Cli.Wrap("/opt/innovenergy/scripts/lsdbus");
public static Command DBusSend { get; } = Cli.Wrap("/usr/bin/dbus-send");
public static Command StartTty { get; } = Cli.Wrap("/opt/victronenergy/serial-starter/start-tty.sh");
public static Command StopTty { get; } = Cli.Wrap("/opt/victronenergy/serial-starter/stop-tty.sh");
}