updated missed commands to be string based
This commit is contained in:
parent
5b3308a231
commit
2bfd050880
5 changed files with 15 additions and 12 deletions
|
@ -2025,7 +2025,8 @@ class Session(object):
|
|||
data,
|
||||
)
|
||||
|
||||
# TODO: if data is None, this blows up, but this ties into how event functions are ran, need to clean that up
|
||||
# TODO: if data is None, this blows up, but this ties into how event functions
|
||||
# are ran, need to clean that up
|
||||
def run_event(self, node_id=None, name=None, data=None):
|
||||
"""
|
||||
Run a scheduled event, executing commands in the data string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue