Variable shpChannelCurrentConfigSchemaConst
shpChannelCurrentConfigSchema: ZodObject<
extendShape<
{
operateType: ZodLiteral<"TCP">;
sn: ZodType<`SP10${string}`, ZodTypeDef, `SP10${string}`>;
},
{
params: ZodObject<
{
chNum: ZodNumber;
cmdSet: ZodLiteral<11>;
cur: ZodUnion<
[
ZodUnion<[ZodUnion<[(...), (...)]>, ZodLiteral<20>]>,
ZodLiteral<30>,
],
>;
id: ZodLiteral<20>;
},
"strip",
ZodTypeAny,
{ chNum: number; cmdSet: 11; cur: 6
| 13
| 16
| 20
| 30; id: 20 },
{ chNum: number; cmdSet: 11; cur: 6 | 13 | 16 | 20 | 30; id: 20 },
>;
},
>,
"strip",
ZodTypeAny,
{
operateType: "TCP";
params: { chNum: number; cmdSet: 11; cur: 6
| 13
| 16
| 20
| 30; id: 20 };
sn: `SP10${string}`;
},
{
operateType: "TCP";
params: { chNum: number; cmdSet: 11; cur: 6
| 13
| 16
| 20
| 30; id: 20 };
sn: `SP10${string}`;
},
> = ...
Channel current configuration (cur: 6, 13, 16, 20, 30)