Toggles the status of an output.
Future<bool> toggle(String outputName) async => await toggleOutput(outputName);