Added ISMAS_PARAMETER for ISMAS::REQUEST

This commit is contained in:
Gerhard Hoffmann 2023-07-14 13:21:02 +02:00
parent 3c54d8de6d
commit 9ca758ecd3

View File

@ -127,7 +127,8 @@ namespace ISMAS {
START,
STOP,
PING,
SELF
SELF,
ISMAS_PARAMETER
};
}