feat: Add NeoPattern example and update API server functionality

- Add new NeoPattern example with pattern-based LED control
- Update ApiServer with enhanced functionality
- Modify neopixel example
- Update platformio configuration
This commit is contained in:
2025-09-12 15:59:21 +02:00
parent fe045804cb
commit 5bf2283063
7 changed files with 791 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ public:
String location; // "query" | "body" | "path" | "header"
String type; // e.g. "string", "number", "boolean"
std::vector<String> values; // optional allowed values
String defaultValue; // optional default value (stringified)
};
struct EndpointCapability {
String uri;