UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SetCredentialsCommand = void 0; class SetCredentialsCommand { constructor(credentials) { this.credentials = credentials; this.label = 'Set Credentials'; } } exports.SetCredentialsCommand = SetCredentialsCommand; //# sourceMappingURL=set-credentials.command.js.map