UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RefreshDeviceCommand = void 0; class RefreshDeviceCommand { constructor(deviceId) { this.deviceId = deviceId; this.label = () => `Refresh device ${this.deviceId}`; } } exports.RefreshDeviceCommand = RefreshDeviceCommand; //# sourceMappingURL=refresh-device.command.js.map