startActionGroup method
======================================================= ONYX API COMMANDS START HERE These commands will return Futures for bool, string, or OnyxMessage
Implementation
/*
ACT
[ACT #] -Action Group = where # is the Action Group Number
*/
Future<OnyxMessage?> startActionGroup(String groupNumber) {
return sendCmd('ACT $groupNumber');
}