homebridge-daikin-local-platform
Version:
Homebridge platform plugin providing HomeKit support for Daikin air conditioners with local control
8 lines • 395 B
JavaScript
;
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-daikin-local-platform';
// The platform the plugin creates (see config.json).
exports.PLATFORM_NAME = 'Daikin Local Platform';
//# sourceMappingURL=settings.js.map