Previously the msm data messages were not sent correctly, what appeared on the bus was: 11:25:21.508 - SKILLS - DEBUG - {"type": "msm.install.succeeded", "data": {"skill": "${1}"}, "context": null} (note the ${1}) instead of the expected: 13:11:41.497 - SKILLS - DEBUG - {"type": "msm.install.succeeded", "data": {"skill": "skill-alarm"}, "context": null} This was due to the use of ' instead of " around the data field. The '-strings does not replace variable names with their value. |
||
---|---|---|
.. | ||
man/man1 | ||
msm |