@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
13 lines • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RefreshAuthenticationCommand = void 0;
class RefreshAuthenticationCommand {
constructor(accountId, clientId, oauth) {
this.accountId = accountId;
this.clientId = clientId;
this.oauth = oauth;
this.label = 'Refresh Authentication';
}
}
exports.RefreshAuthenticationCommand = RefreshAuthenticationCommand;
//# sourceMappingURL=refresh-authentication.command.js.map