Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jan 23:00
Migrate remoteConfig from WebSocket to HTTP JSON API

Replaces the WebSocket-based remoteConfig command transport with a new HTTP+JSON API using Basic Auth. Adds a transport-agnostic CommandService, HTTP server, and standardized JSON response helpers. Moves command implementations to lib/remote/commands, updates SmartClock to start/stop the new server, and deprecates WebSocket-related files with stubs to fail fast if referenced.