docs: update
This commit is contained in:
@@ -28,6 +28,7 @@ SPORE is a cluster engine for ESP8266 microcontrollers that provides automatic n
|
||||
- **Event System**: Local and cluster-wide event publishing/subscription
|
||||
- **Over-The-Air Updates**: Seamless firmware updates across the cluster
|
||||
- **REST API**: HTTP-based cluster management and monitoring
|
||||
- **Capability Discovery**: Automatic API endpoint and service capability detection
|
||||
|
||||
## Supported Hardware
|
||||
|
||||
@@ -66,11 +67,15 @@ The system provides a comprehensive RESTful API for monitoring and controlling t
|
||||
| Endpoint | Method | Description |
|
||||
|----------|--------|-------------|
|
||||
| `/api/node/status` | GET | System resources and API endpoint registry |
|
||||
| `/api/node/capabilities` | GET | API endpoint capabilities and parameters |
|
||||
| `/api/cluster/members` | GET | Cluster membership and health status |
|
||||
| `/api/node/update` | POST | OTA firmware updates |
|
||||
| `/api/node/restart` | POST | System restart |
|
||||
| `/api/tasks/status` | GET | Task management and monitoring |
|
||||
| `/api/tasks/control` | POST | Task control operations |
|
||||
| `/api/network/status` | GET | WiFi and network status information |
|
||||
| `/api/network/wifi/scan` | GET/POST | WiFi network scanning and discovery |
|
||||
| `/api/network/wifi/config` | POST | WiFi configuration management |
|
||||
|
||||
**Response Format:** All endpoints return JSON with standardized error handling and HTTP status codes.
|
||||
|
||||
@@ -122,6 +127,7 @@ The project uses PlatformIO with Arduino framework and supports multiple ESP8266
|
||||
- No persistent storage for configuration
|
||||
- Task monitoring and system health metrics
|
||||
- Task execution history and performance analytics not yet implemented
|
||||
- No authentication or security features implemented
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user