From bc68cd2752b11b35cdfe61d40d94ba19841ebc8d Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Tue, 4 Aug 2026 21:28:07 -0500 Subject: [PATCH] =?UTF-8?q?Drop=20a=20stale=20README=20claim=20=E2=80=94?= =?UTF-8?q?=20the=20bridge=20is=20wired=20into=20the=20player?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "not done yet" list still said the player does not load st-bridge.js or honour ?platform=brightsign. Both landed in ce854ff. Replaced with what is actually outstanding: nothing server-side consumes the bs_* fields the player now reports. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Uaeo9MvzKoyXuN6ZsbhtkL --- brightsign/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/brightsign/README.md b/brightsign/README.md index 492accf..40d16c1 100644 --- a/brightsign/README.md +++ b/brightsign/README.md @@ -90,11 +90,9 @@ A player paired before this port is still recognised, by its BrightSign user age Stated plainly so nobody reads this as finished: - **`offline.html` is not written.** The host references it as the fallback page. -- **The player does not yet load `st-bridge.js` or honour `?platform=brightsign`.** The bridge and - the resolver exist and are tested; wiring them into `index.html` (identity, restart-instead-of- - reload, sync backend) is the next commit. - **No server-side plumbing**: no `sync_backend` column, no dashboard control, nothing sends - `set-sync-backend` down. The resolver is ready for it. + `set-sync-backend` down, and nothing consumes the `bs_model` / `bs_serial` / `bs_screen` fields + the player now reports. The resolver is ready for all of it. - **The `brightsign` backend is a resolved decision, not yet an implementation.** The API is now known (it was not in the MCP doc set — `part-6-appendices/api-reference.md` is a stub — but `docs.brightsign.biz/developers/syncmanager` and the `brightsign/dev-cookbook`