Documentation
    Preparing search index...

    Variable deltaProSetPVChargingSchemaConst

    deltaProSetPVChargingSchema: ZodObject<
        extendShape<
            { sn: ZodType<`DCABZ${string}`, ZodTypeDef, `DCABZ${string}`> },
            {
                params: ZodObject<
                    extendShape<
                        { cmdSet: ZodLiteral<32> },
                        { chgType: ZodNumber; id: ZodLiteral<82> },
                    >,
                    "strip",
                    ZodTypeAny,
                    { chgType: number; cmdSet: 32; id: 82 },
                    { chgType: number; cmdSet: 32; id: 82 },
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        { params: { chgType: number; cmdSet: 32; id: 82 }; sn: `DCABZ${string}` },
        { params: { chgType: number; cmdSet: 32; id: 82 }; sn: `DCABZ${string}` },
    > = ...

    PV charging type

    {
    "sn": "DCABZ*****",
    "params": {
    "cmdSet": 32,
    "id": 82,
    "chgType": 0
    }
    }