UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandExpiredEvent = void 0; class CommandExpiredEvent { constructor(commandId) { this.commandId = commandId; } } exports.CommandExpiredEvent = CommandExpiredEvent; //# sourceMappingURL=command-expired.event.js.map