@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
14 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticatedEvent = void 0;
class AuthenticatedEvent {
constructor(accountId, clientId, oauthData, communityData) {
this.accountId = accountId;
this.clientId = clientId;
this.oauthData = oauthData;
this.communityData = communityData;
this.label = () => `Authenticated ${this.accountId}`;
}
}
exports.AuthenticatedEvent = AuthenticatedEvent;
//# sourceMappingURL=authenticated.event.js.map