const test = (gpio: string ) => { fetch(`/api/test/${gpio}`, { method: "PUT"}) };