Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

Document process for clearing routings using the ExecuteSwitch method from IRouting

Open jtalborough opened this issue 5 years ago • 2 comments

jtalborough avatar May 18 '20 19:05 jtalborough

In most cases, this will be done by setting the inputSelector parameter as null.

andrew-welker avatar May 18 '20 21:05 andrew-welker

If I recall correctly, since we utilize 'CrestronCollection' for inputs and outputs, attempting to set a '0' should work as well. It attempts to get a [0] index which doesn't exist and returns null, thus setting the object to the desired value.

TrevorPayne avatar May 21 '20 03:05 TrevorPayne