homebridge-gsh
Version:
Google Smart Home
11 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GITHUB_REPO = exports.SERVER_ADDRESS = exports.PLUGIN_NAME = exports.PLATFORM_NAME = void 0;
exports.PLATFORM_NAME = 'google-smarthome';
exports.PLUGIN_NAME = 'homebridge-gsh';
exports.SERVER_ADDRESS = {
prod: 'gsh.homebridge.ca',
beta: 'clone-gsh.homebridge.ca',
};
exports.GITHUB_REPO = 'https://github.com/homebridge-plugins/homebridge-gsh/';
//# sourceMappingURL=settings.js.map