RobotNet/RobotNet.RobotShares/VDA5050/FactsheetExtend/ChargerParam.cs
2025-10-15 15:15:53 +07:00

10 lines
195 B
C#

namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
#nullable disable
public class ChargerParam
{
public string Charger_ip { get; set; }
public uint Charger_port { get; set; }
}