UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

65 lines 3.09 kB
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenAPIMqttMessage = exports.OpenAPIMqttDeviceCapability = exports.OpenAPIMqttDeviceState = void 0; const class_transformer_1 = require("class-transformer"); class OpenAPIMqttDeviceState { } exports.OpenAPIMqttDeviceState = OpenAPIMqttDeviceState; __decorate([ (0, class_transformer_1.Expose)({ name: 'name' }), __metadata("design:type", String) ], OpenAPIMqttDeviceState.prototype, "name", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'value' }), __metadata("design:type", Number) ], OpenAPIMqttDeviceState.prototype, "value", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'message' }), __metadata("design:type", String) ], OpenAPIMqttDeviceState.prototype, "message", void 0); class OpenAPIMqttDeviceCapability { } exports.OpenAPIMqttDeviceCapability = OpenAPIMqttDeviceCapability; __decorate([ (0, class_transformer_1.Expose)({ name: 'type' }), __metadata("design:type", String) ], OpenAPIMqttDeviceCapability.prototype, "type", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'instance' }), __metadata("design:type", String) ], OpenAPIMqttDeviceCapability.prototype, "instance", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'state' }), (0, class_transformer_1.Type)(() => OpenAPIMqttDeviceState), __metadata("design:type", Array) ], OpenAPIMqttDeviceCapability.prototype, "state", void 0); class OpenAPIMqttMessage { } exports.OpenAPIMqttMessage = OpenAPIMqttMessage; __decorate([ (0, class_transformer_1.Expose)({ name: 'sku' }), __metadata("design:type", String) ], OpenAPIMqttMessage.prototype, "model", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'device' }), __metadata("design:type", String) ], OpenAPIMqttMessage.prototype, "deviceId", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'deviceName' }), __metadata("design:type", String) ], OpenAPIMqttMessage.prototype, "deviceName", void 0); __decorate([ (0, class_transformer_1.Expose)({ name: 'capabilities' }), (0, class_transformer_1.Type)(() => OpenAPIMqttDeviceCapability), __metadata("design:type", Array) ], OpenAPIMqttMessage.prototype, "capabilities", void 0); //# sourceMappingURL=mqtt-message.js.map