Documentation
    Preparing search index...

    Variable acAlwaysOnSchemaConst

    acAlwaysOnSchema: ZodObject<
        extendShape<
            extendShape<
                {
                    id: ZodNumber;
                    sn: ZodType<`R331${string}`, ZodTypeDef, `R331${string}`>;
                    version: ZodLiteral<"1.0">;
                },
                { moduleType: ZodLiteral<1> },
            >,
            {
                operateType: ZodLiteral<"acAutoOutConfig">;
                params: ZodObject<
                    {
                        acAutoOutConfig: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
                        minAcOutSoc: ZodNumber;
                    },
                    "strip",
                    ZodTypeAny,
                    { acAutoOutConfig: 0
                    | 1; minAcOutSoc: number },
                    { acAutoOutConfig: 0 | 1; minAcOutSoc: number },
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 1;
            operateType: "acAutoOutConfig";
            params: { acAutoOutConfig: 0
            | 1; minAcOutSoc: number };
            sn: `R331${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 1;
            operateType: "acAutoOutConfig";
            params: { acAutoOutConfig: 0
            | 1; minAcOutSoc: number };
            sn: `R331${string}`;
            version: "1.0";
        },
    > = ...

    Set AC always on

    • acAutoOutConfig: 0: disabled; 1: enabled;
    • minAcOutSoc: minimum SoC for turning on "AC always on"
    {
    "id":123456789,
    "version":"1.0",
    "moduleType":1,
    "operateType":"acAutoOutConfig",
    "params": {
    "acAutoOutConfig":0,
    "minAcOutSoc":20
    }
    }