UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RefreshDeviceListEvent = void 0; class RefreshDeviceListEvent { constructor() { this.label = 'Refreshing device list'; } } exports.RefreshDeviceListEvent = RefreshDeviceListEvent; //# sourceMappingURL=refresh-device-list.event.js.map