function on() { fetch("/set-led/true") } function off() { fetch("/set-led/false") }