import type { IDevice } from "../device.interface";
/**
 * Interface representing the Weiheng WH-C06 device, extending the base Device interface.
 */
export interface IWHC06 extends IDevice {
}
