fn move_fixture(
fixture_name: String,
new_universe: usize,
new_channel: ChannelIndex,
) -> (LogLevel, String)Expand description
Relocates an existing fixture instance to a new universe and channel position.
ยงArguments
fixture_name- The name of the fixture to movenew_universe- The destination universe indexnew_channel- The destination starting channel index