Documentation
    Preparing search index...

    Variable chargeLimitSchemaConst

    chargeLimitSchema: ZodObject<
        {
            id: ZodNumber;
            sn: ZodType<`R621${string}`, ZodTypeDef, `R621${string}`>;
            version: ZodLiteral<"1.0">;
        } & { moduleType: ZodLiteral<2> } & {
            operateType: ZodLiteral<"upsConfig">;
            params: ZodObject<
                { maxChgSoc: ZodNumber },
                "strip",
                ZodTypeAny,
                { maxChgSoc: number },
                { maxChgSoc: number },
            >;
        },
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 2;
            operateType: "upsConfig";
            params: { maxChgSoc: number };
            sn: `R621${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 2;
            operateType: "upsConfig";
            params: { maxChgSoc: number };
            sn: `R621${string}`;
            version: "1.0";
        },
    > = ...

    Charge limit