3.3.1.2 Effect Removing

int IndoorTouch.LedsRemoveEffect(String effectName);

Removes an effect from the list of defined effects. If the so-defined effect is active, it is not affected by the call. 
The return value is as follows:

  • IndoorTouch.RC_OK = 0;
  • IndoorTouch.RC_ERR_CONN = -1; API daemon connection error
  • IndoorTouch.RC_ERR_NOTEXIST = -4; the effect name does not exist