@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
13 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticateCommand = void 0;
class AuthenticateCommand {
constructor(username, password, clientId) {
this.username = username;
this.password = password;
this.clientId = clientId;
this.label = 'Authenticate';
}
}
exports.AuthenticateCommand = AuthenticateCommand;
//# sourceMappingURL=authenticate.command.js.map