| 1234567891011121314 |
- import { Request, Response } from 'express';
- export declare class DeviceLogController {
- static getDeviceLogs(req: Request, res: Response): Promise<void>;
- static getDeviceConnectLogs(req: Request, res: Response): Promise<void>;
- static getDevicePublishLogs(req: Request, res: Response): Promise<void>;
- static getDeviceSubscribeLogs(req: Request, res: Response): Promise<void>;
- static getDeviceLogStats(req: Request, res: Response): Promise<void>;
- static getDeviceDailyStats(req: Request, res: Response): Promise<void>;
- static getDeviceAuthLogs(req: Request, res: Response): Promise<void>;
- static getDeviceSystemLogs(req: Request, res: Response): Promise<void>;
- static getDeviceOverview(req: Request, res: Response): Promise<void>;
- static getDeviceAuthStats(req: Request, res: Response): Promise<void>;
- }
- //# sourceMappingURL=deviceLogController.d.ts.map
|