@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlQueryDevicesParams

    查询当前用户已登录设备列表

    ControlQueryDevicesParams

    interface ControlQueryDevicesParams {
        limit: number;
        offset: number;
    }
    Index

    Properties

    Properties

    limit: number

    限制数量

    offset: number

    偏移量