diff --git a/src/main.rs b/src/main.rs index 4ca2018..b36838c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -55,15 +55,86 @@ function post_brightness() { } }) } + +function post_on(state) { + fetch("/lights", { + method: "POST", + body: JSON.stringify({ + on: state, + }), + headers: { + "Content-type": "application/json; charset=UTF-8" + } + }) +} - +

Lichtschirmsteuerung

+
+ + +

Helligkeit

- +