Hi, sending M117 (lcd message) events would be nice feature, and also M300 and M150 would be nice. something like: topic: octoPrint/event/M117 payload: {"message": "Hello World!"} M300 - Play Tone topic: octoPrint/event/M300 payload {"P": ms, "S": hz} M150 - Set RGB(W) Color topic: octoPrint/event/M150 payload: {"B": intensity, "I": index, "P": intensity, "R":intensity, "U": intensity, "W" intensity}