You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: cache runtime camera stream URL in FiveMClient
Add cameraStreamUrl property to FiveMClient that is populated from
the printer-reported CameraStreamUrl field in machine-info responses,
enabling OEM camera auto-detection without manual configuration.
- Add FiveMClient.cameraStreamUrl property (cleared on dispose)
- Populate from info.CameraStreamUrl in updateMachineInfo()
- Add test coverage in FiveMClient.test.ts and MachineInfo.test.ts
- Bump version to 1.2.0
0 commit comments