Removed runEffectScript from Hyperion class

Former-commit-id: 459b9178cc138d54a238ae7c72bb2a52d4bfcc3f
This commit is contained in:
johan
2013-12-13 22:41:24 +01:00
parent 89252d45d0
commit c751561f2f
5 changed files with 5 additions and 15 deletions

View File

@@ -157,13 +157,6 @@ public slots:
/// @param timout The timeout of the effect (after the timout, the effect will be cleared)
int setEffect(const std::string & effectName, const Json::Value & args, int priority, int timeout = -1);
/// Run the specified effect script on the given priority channel and optionally specify a timeout
/// @param script path of the effect script
/// @param args arguments of the effect script
/// @param priority The priority channel of the effect
/// @param timout The timeout of the effect (after the timout, the effect will be cleared)
int setEffectScript(const std::string &script, const Json::Value &args, int priority, int timeout);
public:
static LedDevice * createDevice(const Json::Value & deviceConfig);
static ColorOrder createColorOrder(const Json::Value & deviceConfig);