Initial release — Dibby Wemo Manager v2.0.0
Desktop (Electron/Windows): device dashboard, DWM scheduling engine, native firmware rules editor, Windows background service, web remote, sunrise/sunset support. Homebridge plugin (homebridge-dibby-wemo v1.0.0): HomeKit switches for all local Wemo devices, custom UI with DWM rules, device rules, scheduler heartbeat, and location-based sunrise/sunset scheduling. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
# ── Dependencies ──────────────────────────────────────────────────────────────
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# ── Build output ──────────────────────────────────────────────────────────────
|
||||
dist/
|
||||
out/
|
||||
build/
|
||||
*.blockmap
|
||||
builder-debug.yml
|
||||
builder-effective-config.yaml
|
||||
|
||||
# ── Electron app user data written at runtime ─────────────────────────────────
|
||||
apps/desktop/WemoManagerData/
|
||||
|
||||
# ── Code signing certificate — NEVER commit private keys ─────────────────────
|
||||
*.pfx
|
||||
*.p12
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# ── Environment / secrets ─────────────────────────────────────────────────────
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# ── OS artefacts ─────────────────────────────────────────────────────────────
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# ── Logs ─────────────────────────────────────────────────────────────────────
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# ── Editor / IDE ──────────────────────────────────────────────────────────────
|
||||
.vscode/
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# ── Temporary files ───────────────────────────────────────────────────────────
|
||||
*.tmp
|
||||
*.temp
|
||||
.cache/
|
||||
|
||||
# ── Claude agent internals ───────────────────────────────────────────────────
|
||||
.claude/
|
||||
Reference in New Issue
Block a user