UNPKG

homebridge-gsh

Version:
11 lines 475 B
"use strict"; 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