/** * The type of redux action to set Audio Mode device list. * * { * type: _SET_AUDIOMODE_DEVICES, * devices: Array * } * * @protected */ export const _SET_AUDIOMODE_DEVICES = '_SET_AUDIOMODE_DEVICES'; /** * The type of redux action to set Audio Mode module's subscriptions. * * { * type: _SET_AUDIOMODE_SUBSCRIPTIONS, * subscriptions: Array|undefined * } * * @protected */ export const _SET_AUDIOMODE_SUBSCRIPTIONS = '_SET_AUDIOMODE_SUBSCRIPTIONS';