UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RetrieveProductListCommand = void 0; class RetrieveProductListCommand { constructor() { this.label = 'Retrieve Product List'; } } exports.RetrieveProductListCommand = RetrieveProductListCommand; //# sourceMappingURL=retrieve-product-list.command.js.map