UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

13 lines 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthExpiringEvent = void 0; class AuthExpiringEvent { constructor(accountId, clientId, oauth) { this.accountId = accountId; this.clientId = clientId; this.oauth = oauth; this.label = 'Auth Expiring'; } } exports.AuthExpiringEvent = AuthExpiringEvent; //# sourceMappingURL=auth-expiring.event.js.map