@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
10 lines • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RetrieveDeviceListCommand = void 0;
class RetrieveDeviceListCommand {
constructor() {
this.label = 'Retrieve Device List';
}
}
exports.RetrieveDeviceListCommand = RetrieveDeviceListCommand;
//# sourceMappingURL=retrieve-device-list.command.js.map