mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Delete custom created effect configurations with JSON RPC (#289)
* Add ability to delete custom created Effects * Add deleteEffect function to Hyperion-Remote * Add deleteEffect function to Hyperion-Remote * Update schema.json * Update JsonSchemas.qrc * Add schema-delete-effect.json * Add deleteEffect function to JSON RPC * Add deleteEffect function to JSON RPC * Add Effect configuration file (.json) to Effect Definition * Update EffectDefinition.h
This commit is contained in:
committed by
brindosch
parent
4972bc086a
commit
c2faf07574
@@ -6,7 +6,6 @@
|
||||
|
||||
struct EffectDefinition
|
||||
{
|
||||
QString name;
|
||||
QString script;
|
||||
QString name, script, file;
|
||||
QJsonObject args;
|
||||
};
|
||||
|
Reference in New Issue
Block a user