@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
16 lines • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mqttBrokerProtocol = exports.mqttBrokerPort = exports.mqttBrokerHost = exports.deviceDIYScenesUrl = exports.deviceLightScenesUrl = exports.deviceStateUrl = exports.deviceControlUrl = exports.deviceListUrl = exports.OpenAPIMqttModuleOptionsKey = exports.OpenAPIMqttConfigKey = exports.OpenAPIModuleOptionsKey = exports.OpenAPIConfigKey = void 0;
exports.OpenAPIConfigKey = 'Configuration.OpenAPI';
exports.OpenAPIModuleOptionsKey = 'OpenAPI.Module.Options';
exports.OpenAPIMqttConfigKey = 'Configuration.OpenAPI.Mqtt';
exports.OpenAPIMqttModuleOptionsKey = 'OpenAPI.MQTT.Module.Options';
exports.deviceListUrl = 'https://openapi.api.govee.com/router/api/v1/user/devices';
exports.deviceControlUrl = 'https://openapi.api.govee.com/router/api/v1/device/control';
exports.deviceStateUrl = 'https://openapi.api.govee.com/router/api/v1/device/state';
exports.deviceLightScenesUrl = 'https://openapi.api.govee.com/router/api/v1/device/scenes';
exports.deviceDIYScenesUrl = 'https://openapi.api.govee.com/router/api/v1/device/diy-scenes';
exports.mqttBrokerHost = 'mqtt.openapi.govee.com';
exports.mqttBrokerPort = 8883;
exports.mqttBrokerProtocol = 'mqtts';
//# sourceMappingURL=openapi.const.js.map