output/Interface: add "attributes" map
These attributes are printed in the "outputs" response, and the new command "outputset" allows setting new values. No attributes are currently implemented.
This commit is contained in:
@@ -35,6 +35,9 @@ handle_disableoutput(Client &client, Request request, Response &response);
|
||||
CommandResult
|
||||
handle_toggleoutput(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_outputset(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_devices(Client &client, Request request, Response &response);
|
||||
|
||||
|
Reference in New Issue
Block a user