Add send_msg capability to dataprovider

This commit is contained in:
Matthias
2022-07-26 20:15:49 +02:00
parent a0b9388757
commit 229e8864bb
5 changed files with 38 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ class RPCMessageType(Enum):
PROTECTION_TRIGGER = 'protection_trigger'
PROTECTION_TRIGGER_GLOBAL = 'protection_trigger_global'
STRATEGY_MSG = 'strategy_msg'
def __repr__(self):
return self.value