Summary
First public scaffold of homebridge-cync-app.
This release focuses on getting the Homebridge platform plugin wired up, with config and logging in place, so we can start building out the Cync cloud API integration.
What’s in this release
- Initial Homebridge platform plugin skeleton (TypeScript).
- Basic ESLint + build tooling (
npm run lint,npm run build). - Config schema wired into Homebridge UI for entering Cync account details.
- Logging to confirm that the platform loads and configuration is parsed correctly.
What’s not here yet
- Actual Cync cloud login.
- Device discovery or accessory creation.
- Per-device control (switches, plugs, lights, etc.).
These will be targeted in upcoming milestones (0.1.x and beyond).