mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 20:01:44 +02:00
Add "General.GetRPCCommands" RPC command
This commit is contained in:
parent
6b94392f2c
commit
f264080c77
7 changed files with 106 additions and 20 deletions
|
@ -143,6 +143,7 @@ struct Host : public JsonConfigItem
|
|||
/// Client config
|
||||
struct ClientConfig : public JsonConfigItem
|
||||
{
|
||||
/// c'tor
|
||||
ClientConfig() : volume(100)
|
||||
{
|
||||
}
|
||||
|
@ -207,6 +208,7 @@ struct Snapcast : public JsonConfigItem
|
|||
/// Snapclient config
|
||||
struct Snapclient : public Snapcast
|
||||
{
|
||||
/// c'tor
|
||||
explicit Snapclient(std::string _name = "", std::string _version = "") : Snapcast(std::move(_name), std::move(_version))
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue