Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImplFerris/esp32-projects
/ LedRequest
Class
LedRequest
wifi-led/src/web.rs:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
#[derive(serde::Deserialize)]
69
struct LedRequest {
70
is_on: bool,
71
}
72
73
#[derive(serde::Serialize)]
74
struct LedResponse {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected