mirror of
https://github.com/koush/scrypted.git
synced 2026-08-01 19:00:37 +01:00
test.py has drifted from the server code it exercises: RpcTransport implementations must provide writeSerialized (rpc.py no longer calls writeJSON), and PluginRemote.__init__ now takes a ClusterSetup as its first argument instead of the peer. Verified against a live scrypted server (connects and enumerates devices). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>