send_msg()
- 1 Minute to read
send_msg()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
send_msg()
Send a message to external applications connected to the RESTful API
Reference
Arguments
Arguments | Type | |
---|---|---|
data | dict | json compatible dictionary. |
Return
None
Example
msg = {'other_string': 'hello', 'other_number': self.i}
await self.communication.send_msg(msg)
Was this article helpful?