if (stat === 0 || stat === 1) {
        await eg.update(req, res, next, params);
    } else {
        let text = "Gpio pinne kunde ej nås";
        let obj = th.throwerror("Error", 500, "updatePin", text);