UNPKG

homebridge-lg-thinq-ceiling-fan

Version:

A Homebridge plugin for controlling LG ceiling fans via the LG ThinQ platform with working speed control

17 lines (16 loc) 677 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LG_API_CONSTANTS = exports.PLUGIN_NAME = exports.PLATFORM_NAME = void 0; exports.PLATFORM_NAME = 'LGCeilingFan'; exports.PLUGIN_NAME = 'homebridge-lg-ceilingfan'; exports.LG_API_CONSTANTS = { GATEWAY_URL: 'https://route.lgthinq.com:46030/v1/service/application/gateway-uri', SVC_CODE: 'SVC202', CLIENT_ID: 'LGAO221A02', OAUTH_SECRET_KEY: 'c053c2a6ddeb7ad97cb0eed0dcb31cf8', OAUTH_CLIENT_KEY: 'LGAO722A02', APPLICATION_KEY: '6V1V8H2BN5P9ZQGOI5DAQ92YZBDO3EK9', DATE_FORMAT: 'EEE, dd MMM yyyy HH:mm:ss z', DEFAULT_COUNTRY: 'US', DEFAULT_LANGUAGE: 'en-US', };