UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenAPIDeviceStateReceivedEvent = void 0; class OpenAPIDeviceStateReceivedEvent { constructor(deviceState) { this.deviceState = deviceState; this.label = 'OpenAPI Device State Received'; } } exports.OpenAPIDeviceStateReceivedEvent = OpenAPIDeviceStateReceivedEvent; //# sourceMappingURL=openapi-device-state-received.event.js.map