Add "General.GetRPCCommands" RPC command

This commit is contained in:
badaix 2025-02-04 21:11:32 +01:00 committed by Johannes Pohl
parent 9570018cf4
commit a72c6948b1
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))
{
}