UNPKG

homebridge-gsh

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