Add "General.GetRPCCommands" RPC command

This commit is contained in:
badaix 2025-02-04 21:11:32 +01:00
parent 6b94392f2c
commit f264080c77
7 changed files with 106 additions and 20 deletions

View file

@ -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))
{
}