sow-and-subscribe-oof
Import the Client and Command:
import { Client, Command } from 'amps';
Constructing the command:
const subCmd = new Command('sow_and_subscribe').topic(topic).options('oof');
The command can now be used in execute.
Import the Client and Command:
import { Client, Command } from 'amps';
Constructing the command:
const subCmd = new Command('sow_and_subscribe').topic(topic).options('oof');
The command can now be used in execute.