@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
14 lines • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceStateChangedEvent = void 0;
class DeviceStateChangedEvent {
constructor(device, state, value, commandId, debug) {
this.device = device;
this.state = state;
this.value = value;
this.commandId = commandId;
this.debug = debug;
}
}
exports.DeviceStateChangedEvent = DeviceStateChangedEvent;
//# sourceMappingURL=device-state-changed.event.js.map