This commit is contained in:
nikzori
2025-01-14 11:31:23 +03:00
parent 41062d47e5
commit bb2a46d592
6 changed files with 301 additions and 1532 deletions

View File

@@ -12,6 +12,7 @@ namespace Gidrolock_Modbus_Scanner
{
public string name;
public string description;
public byte id;
public List<Entry> entries;
public CheckEntry checkEntry;