export function refresh () { return (dispatch) => { dispatch(refreshRequest()) Promise.all([ getDevices(), getProfiles() ]).then( ([devices, ...
確定! 回上一頁