add remote event
This commit is contained in:
parent
d142fa952c
commit
8d6c96a44d
@ -18,7 +18,8 @@ class fenrirEventType(Enum):
|
||||
ScreenChanged = 7
|
||||
HeartBeat = 8 # for time based scheduling
|
||||
ExecuteCommand = 9
|
||||
ByteInput = 10
|
||||
ByteInput = 10
|
||||
RemoteIncomming = 11
|
||||
def __int__(self):
|
||||
return self.value
|
||||
def __str__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user