@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
15 lines • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlePublishCommand = void 0;
class BlePublishCommand {
constructor(commandId, id, bleAddress, commands, debug) {
this.commandId = commandId;
this.id = id;
this.bleAddress = bleAddress;
this.commands = commands;
this.debug = debug;
this.label = () => `BLE Publishing commands to ${this.id}`;
}
}
exports.BlePublishCommand = BlePublishCommand;
//# sourceMappingURL=ble-publish.command.js.map