homebridge-bold
Version:
HomeKit support for the Bold Smart Locks.
9 lines (8 loc) • 457 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LEGACY_CLIENT_SECRET = exports.LEGACY_CLIENT_ID = exports.REFRESH_URL = exports.PLATFORM_NAME = exports.PLUGIN_NAME = void 0;
exports.PLUGIN_NAME = 'homebridge-bold';
exports.PLATFORM_NAME = 'Bold';
exports.REFRESH_URL = 'https://bold.nienhuisdevelopment.com/oauth/refresh';
exports.LEGACY_CLIENT_ID = 'BoldApp';
exports.LEGACY_CLIENT_SECRET = 'pgJFgnGB87f9ednFiiHygCbf';