Add DataSourceType::SystemInfo for client-side metrics #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Internal data source that emits ESP32 system info (uptime, free memory, IP address, WiFi signal strength).
Unlike Clock/StaticText which generate data server-side, SystemInfo data originates on the client. This requires a new client-to-server communication path — currently the protocol only supports server→client messages.
Considerations
ClientMessagevariant to push system metrics to server