@elshaer/homebridge-lg-thinq
Version:
A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.
51 lines • 1.5 kB
TypeScript
export declare const GATEWAY_URL = "https://route.lgthinq.com:46030/v1/service/application/gateway-uri";
export declare const SVC_CODE = "SVC202";
export declare const CLIENT_ID = "LGAO221A02";
export declare const OAUTH_SECRET_KEY = "c053c2a6ddeb7ad97cb0eed0dcb31cf8";
export declare const OAUTH_CLIENT_KEY = "LGAO722A02";
export declare const API_KEY = "VGhpblEyLjAgU0VSVklDRQ==";
export declare const API_CLIENT_ID = "c713ea8e50f657534ff8b9d373dfebfc2ed70b88285c26b8ade49868c0b164d9";
export declare const APPLICATION_KEY = "6V1V8H2BN5P9ZQGOI5DAQ92YZBDO3EK9";
export declare enum PlatformType {
ThinQ1 = "thinq1",
ThinQ2 = "thinq2"
}
export declare enum DeviceType {
REFRIGERATOR = 101,
KIMCHI_REFRIGERATOR = 102,
WATER_PURIFIER = 103,
WASHER = 201,
WASHER_NEW = 221,
WASH_TOWER = 222,
WASH_TOWER_2 = 223,
DRYER = 202,
STYLER = 203,
DISHWASHER = 204,
OVEN = 301,
MICROWAVE = 302,
COOKTOP = 303,
HOOD = 304,
AC = 401,
AIR_PURIFIER = 402,
DEHUMIDIFIER = 403,
ROBOT_KING = 501,
TV = 701,
BOILER = 801,
SPEAKER = 901,
HOMEVU = 902,
ARCH = 1001,
MISSG = 3001,
SENSOR = 3002,
SOLAR_SENSOR = 3102,
IOT_LIGHTING = 3003,
IOT_MOTION_SENSOR = 3004,
IOT_SMART_PLUG = 3005,
IOT_DUST_SENSOR = 3006,
EMS_AIR_STATION = 4001,
AIR_SENSOR = 4003,
PURICARE_AIR_DETECTOR = 4004,
V2PHONE = 6001,
HOMEROBOT = 9000,
AERO_TOWER = 410
}
//# sourceMappingURL=constants.d.ts.map