Variable shpEpsModeConfigSchemaConst
shpEpsModeConfigSchema: ZodObject<
extendShape<
{
operateType: ZodLiteral<"TCP">;
sn: ZodType<`SP10${string}`, ZodTypeDef, `SP10${string}`>;
},
{
params: ZodObject<
{
cmdSet: ZodLiteral<11>;
eps: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
id: ZodLiteral<24>;
},
"strip",
ZodTypeAny,
{ cmdSet: 11; eps: 0
| 1; id: 24 },
{ cmdSet: 11; eps: 0 | 1; id: 24 },
>;
},
>,
"strip",
ZodTypeAny,
{
operateType: "TCP";
params: { cmdSet: 11; eps: 0
| 1; id: 24 };
sn: `SP10${string}`;
},
{
operateType: "TCP";
params: { cmdSet: 11; eps: 0
| 1; id: 24 };
sn: `SP10${string}`;
},
> = ...
EPS mode configuration (eps: 0: off, 1: on)