Variable powerSupplyPrioritySchemaConst
powerSupplyPrioritySchema: ZodObject<
extendShape<
{ sn: ZodType<`HW51${string}`, ZodTypeDef, `HW51${string}`> },
{
cmdCode: ZodLiteral<"WN511_SET_SUPPLY_PRIORITY_PACK">;
params: ZodObject<
{ supplyPriority: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]> },
"strip",
ZodTypeAny,
{ supplyPriority: 0 | 1 },
{ supplyPriority: 0 | 1 },
>;
},
>,
"strip",
ZodTypeAny,
{
cmdCode: "WN511_SET_SUPPLY_PRIORITY_PACK";
params: { supplyPriority: 0
| 1 };
sn: `HW51${string}`;
},
{
cmdCode: "WN511_SET_SUPPLY_PRIORITY_PACK";
params: { supplyPriority: 0
| 1 };
sn: `HW51${string}`;
},
> = ...