Variable acChargingSettingsSchemaConst
acChargingSettingsSchema: ZodObject<
extendShape<
extendShape<
{
id: ZodNumber;
sn: ZodType<`R331${string}`, ZodTypeDef, `R331${string}`>;
version: ZodLiteral<"1.0">;
},
{ moduleType: ZodLiteral<5> },
>,
{
operateType: ZodLiteral<"acChgCfg">;
params: ZodObject<
{
chgPauseFlag: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
chgWatts: ZodNumber;
},
"strip",
ZodTypeAny,
{ chgPauseFlag: 0
| 1; chgWatts: number },
{ chgPauseFlag: 0 | 1; chgWatts: number },
>;
},
>,
"strip",
ZodTypeAny,
{
id: number;
moduleType: 5;
operateType: "acChgCfg";
params: { chgPauseFlag: 0
| 1; chgWatts: number };
sn: `R331${string}`;
version: "1.0";
},
{
id: number;
moduleType: 5;
operateType: "acChgCfg";
params: { chgPauseFlag: 0
| 1; chgWatts: number };
sn: `R331${string}`;
version: "1.0";
},
> = ...
AC charging settings - chgPauseFlag: 0: AC charging in normal operation