UNPKG

homebridge-roborock-vacuum-update

Version:

Comprehensive Homebridge plugin for Roborock vacuum cleaners with full HomeKit integration including mopping, dock features, and advanced controls.

8 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLATFORM_NAME = exports.PLUGIN_NAME = void 0; // Name of the plugin (must match the `name` of the package.json). exports.PLUGIN_NAME = 'homebridge-roborock-vacuum-update'; // The platform the plugin creates (see config.json). exports.PLATFORM_NAME = 'RoborockVacuumPlatformUpdate'; //# sourceMappingURL=settings.js.map