mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Removed old examples
- added instant register update if write was successful
This commit is contained in:
@@ -72,7 +72,7 @@ internal class ScanCommand : CommandLineExcecuteable {
|
||||
AnsiConsole.Write(found.Select(x => new {
|
||||
x.Cassette.Name,
|
||||
PLC = x.PLCInf.TypeCode.ToName(),
|
||||
IsRun = x.PLCInf.OperationMode.HasFlag(OPMode.Run),
|
||||
IsRun = x.PLCInf.OperationMode.HasFlag(OPMode.RunMode),
|
||||
IP = x.Cassette.IPAddress,
|
||||
x.Cassette.Port,
|
||||
DHCP = x.Cassette.UsesDHCP,
|
||||
|
||||
Reference in New Issue
Block a user