mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
added mapMessage and stringMessage
This commit is contained in:
parent
046386f56d
commit
f2ae4121c2
5 changed files with 213 additions and 39 deletions
|
@ -57,7 +57,9 @@ enum message_type
|
|||
kRequest = 6,
|
||||
kAck = 7,
|
||||
kCommand = 8,
|
||||
kHello = 9
|
||||
kHello = 9,
|
||||
kMap = 10,
|
||||
kString = 11
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue