Files
SRS IT 27be1892ed 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>
2026-03-28 16:30:43 -04:00

35 lines
836 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "homebridge-dibby-wemo",
"version": "1.0.0",
"description": "Dibby Wemo Manager Homebridge plugin for local Wemo control with DWM scheduling. No Belkin cloud required.",
"main": "index.js",
"customUi": true,
"scripts": {
"install-plugin": "npm install -g . && npm install --prefix \"%APPDATA%/npm/node_modules/homebridge-dibby-wemo\""
},
"keywords": [
"homebridge-plugin",
"wemo",
"belkin",
"homekit",
"smart-home"
],
"engines": {
"homebridge": ">=1.6.0",
"node": ">=18"
},
"author": "SRS IT",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.14",
"axios": "^1.7.0",
"sql.js": "^1.12.0",
"xml2js": "^0.6.2",
"xmlbuilder2": "^4.0.3",
"@homebridge/plugin-ui-utils": "^2.2.0"
},
"devDependencies": {
"homebridge": "^1.8.0"
}
}