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.