homebridge-gsh
Version:
Google Smart Home
10 lines • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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: 'homebridge-gsh.iot.oz.nu',
beta: 'clone-gsh.homebridge.ca',
};
//# sourceMappingURL=settings.js.map