mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
f8c7a30d28
When multiple cluster nodes register sensor-proxy, each registration was overwriting the previous node's control token on the shared PVEInstance. This caused "Proxy token not recognized" errors on all but the last-registered node. Changes: - Add TemperatureProxyControlToken field to ClusterEndpoint struct - Store control tokens per-endpoint for cluster registrations - Check both instance-level and endpoint-level tokens when validating Related to #738