This commit is contained in:
jl
2024-11-28 10:51:15 +08:00
parent 5ac2c1b77c
commit 0f7cc10d25
3 changed files with 20 additions and 42 deletions

View File

@ -361,6 +361,8 @@ namespace Epost.BLL
clearModel.Parameter = "1";
clearModel.Command = "LED_OFF";
clearModel.Timeout = "0.5";
clearModel.Uid = "C"+item.Address;
clearModel.Type = "N";
list.Add(clearModel);
}