Documentation
    Preparing search index...

    Variable glacierSetScreenTimeoutSchemaConst

    glacierSetScreenTimeoutSchema: ZodObject<
        {
            id: ZodNumber;
            moduleType: ZodLiteral<1>;
            sn: ZodType<`BX11${string}`, ZodTypeDef, `BX11${string}`>;
            version: ZodLiteral<"1.0">;
        } & {
            operateType: ZodLiteral<"blTime">;
            params: ZodObject<
                { time: ZodNumber },
                "strip",
                ZodTypeAny,
                { time: number },
                { time: number },
            >;
        },
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 1;
            operateType: "blTime";
            params: { time: number };
            sn: `BX11${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 1;
            operateType: "blTime";
            params: { time: number };
            sn: `BX11${string}`;
            version: "1.0";
        },
    > = ...

    Set screen timeout(unit: sec; when set to 0, the screen is always on)

    {
    "id":123456789,
    "version":"1.0",
    "sn":"BX11ZCB4EF2E0002",
    "moduleType":1,
    "operateType":"blTime",
    "params": {
    "time": 600
    }
    }