Documentation
    Preparing search index...

    Variable acOutCfgSchemaConst

    acOutCfgSchema: ZodObject<
        {
            id: ZodNumber;
            sn: ZodType<`R621${string}`, ZodTypeDef, `R621${string}`>;
            version: ZodLiteral<"1.0">;
        } & { moduleType: ZodLiteral<5> } & {
            operateType: ZodLiteral<"acOutCfg">;
            params: ZodObject<
                {
                    enabled: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
                    out_freq: ZodNumber;
                    out_voltage: ZodNumber;
                    xboost: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
                },
                "strip",
                ZodTypeAny,
                { enabled: 0
                | 1; out_freq: number; out_voltage: number; xboost: 0 | 1 },
                { enabled: 0 | 1; out_freq: number; out_voltage: number; xboost: 0 | 1 },
            >;
        },
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 5;
            operateType: "acOutCfg";
            params: {
                enabled: 0
                | 1;
                out_freq: number;
                out_voltage: number;
                xboost: 0 | 1;
            };
            sn: `R621${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 5;
            operateType: "acOutCfg";
            params: {
                enabled: 0
                | 1;
                out_freq: number;
                out_voltage: number;
                xboost: 0 | 1;
            };
            sn: `R621${string}`;
            version: "1.0";
        },
    > = ...

    AC output on/off(enabled) X-Boost on/off AC output voltage,read,unit V AC output frequency(out_freq,1-50Hz、2-60Hz)