export function setDevice(device) { return { type: 'SET_DEVICE', device, }; }