sjc => auc and switch to code
over reference for MonIn
This commit is contained in:
11
Shared/Infineon/Monitoring/MonA/State.cs
Normal file
11
Shared/Infineon/Monitoring/MonA/State.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Infineon.Monitoring.MonA;
|
||||
|
||||
public enum State
|
||||
{
|
||||
Up,
|
||||
Ok,
|
||||
Warning,
|
||||
Critical,
|
||||
Down,
|
||||
Unknown,
|
||||
}
|
Reference in New Issue
Block a user