-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Any thoughts about adding a message header to easily support multiple message types in the future? e.g.
{
"header": "pad_update",
"data": {
"BUTTON_X": true,
"BUTTON_Y": true
}
}
{
"event": "padupdate",
"payload": {
"BUTTON_X": true,
"BUTTON_Y": true
}
}
Reactions are currently unavailable