updated missed commands to be string based

This commit is contained in:
bharnden 2019-10-11 22:37:33 -07:00
parent 5b3308a231
commit 2bfd050880
5 changed files with 15 additions and 12 deletions

View file

@ -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.