pridáno tlačítko na SNMP test

main
Michal 2025-02-18 22:17:38 +01:00
parent 9b78c61936
commit 01d3a02b0d
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ public class Message implements Serializable {
// C->S: klient si vyžádal SNMP informace o interface objektu
public static final int SNMP_OBJECT_INTERFACE = 115;
// C->S: klient testuje snmp nastavení
// S->C: server odesila vysledek testu
public static final int SNMP_TEST = 116;