Objective
Specify a small adapter that turns synthetic device events into a consistent, inspectable format without losing the original event context.
What would be tested
- Validate normal, incomplete, duplicate, and out-of-order synthetic events.
- Simulate expired credentials, rate limits, and disconnected devices.
- Check retry limits and ensure repeated events do not repeat a physical action.
- Keep credentials out of browser code and redact identifiers from diagnostic output.
Current observations
The playground is a design concept, not a connection to a live consumer device. No vendor API support is claimed; synthetic fixtures are the proposed starting point.
Next step
Define an event schema and fixtures for one sensor and one actuator.
How the sandbox works