namespace SHJX.Service.PortClient.Commands { internal class HumiturePortCommand : IPortCommand { public override object Execute(PortEventArgs args) { return Rs485Client.HumitureRead(); } } }