UNPKG

homebridge-panasonic-ac-platform

Version:
17 lines 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REDIRECT_URI = exports.AUTH_0_CLIENT = exports.APP_CLIENT_ID = exports.APP_VERSION = exports.PLATFORM_NAME = exports.PLUGIN_NAME = void 0; // Name of the plugin (must match the `name` of the package.json). exports.PLUGIN_NAME = 'homebridge-panasonic-ac-platform'; // The platform the plugin creates (see config.json). exports.PLATFORM_NAME = 'Panasonic AC Platform'; // New API // CLIENT_ID and APP_VERSION are related - for each APP VERSION there is a different CLIENT_ID. // CLIENT_ID and AUTH0CLIENT are hardcoded in Pansonic Comfort Cloud app(iOS / Android). // Manual how to check APP_CLIENT_ID and AUTH_0_CLIENT: /docs/app.md // 1.21.0 exports.APP_VERSION = '1.22.0'; exports.APP_CLIENT_ID = 'Xmy6xIYIitMxngjB2rHvlm6HSDNnaMJx'; exports.AUTH_0_CLIENT = 'eyJuYW1lIjoiQXV0aDAuQW5kcm9pZCIsImVudiI6eyJhbmRyb2lkIjoiMzAifSwidmVyc2lvbiI6IjIuOS4zIn0='; exports.REDIRECT_URI = 'panasonic-iot-cfc://authglb.digital.panasonic.com/android/com.panasonic.ACCsmart/callback'; //# sourceMappingURL=settings.js.map