Variable deltaProSetPVChargingSchemaConst
deltaProSetPVChargingSchema: ZodObject<
{ sn: ZodType<`DCABZ${string}`, ZodTypeDef, `DCABZ${string}`> } & {
params: ZodObject<
{ 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