if (gpiolist.length > 0) {
            req.printPins = gpiolist;
        } else {
            let text = "Could not find any 1-Wire sensors to list";
            let obj = th.throwerror("Error", 500, "initPins", text);