homebridge-jci-hitachi-platform
Version:
Homebridge platform plugin providing HomeKit support for Jci Hitachi air conditioners.
16 lines • 1.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QOS = exports.AWS_MQTT_ENDPOINT = exports.AWS_IOT_ENDPOINT = exports.AWS_COGNITO_USERPOOL_ID = exports.AWS_COGNITO_CLIENT_ID = exports.AWS_COGNITO_ENDPOINT = exports.AWS_COGNITO_IDP_ENDPOINT = exports.AWS_REGION = void 0;
const aws_iot_device_sdk_v2_1 = require("aws-iot-device-sdk-v2");
// AWS backend coordinates for the Jci Hitachi (AirCloud Home) smart-home cloud.
// These are specific to that backend; a different product line (e.g. AirCloud Go)
// uses a different user pool / client id and is not supported here.
exports.AWS_REGION = 'ap-northeast-1';
exports.AWS_COGNITO_IDP_ENDPOINT = `cognito-idp.${exports.AWS_REGION}.amazonaws.com`;
exports.AWS_COGNITO_ENDPOINT = `cognito-identity.${exports.AWS_REGION}.amazonaws.com`;
exports.AWS_COGNITO_CLIENT_ID = '7kfnjsb66ei1qt5s5gjv6j1lp6';
exports.AWS_COGNITO_USERPOOL_ID = `${exports.AWS_REGION}_aTZeaievK`;
exports.AWS_IOT_ENDPOINT = 'iot-api.jci-hitachi-smarthome.com';
exports.AWS_MQTT_ENDPOINT = `a8kcu267h96in-ats.iot.${exports.AWS_REGION}.amazonaws.com`;
exports.QOS = aws_iot_device_sdk_v2_1.mqtt5.QoS.AtLeastOnce;
//# sourceMappingURL=jci-hitachi-constants.js.map