Variable SmartPlugDeleteTimeTaskCommandSchemaConst
SmartPlugDeleteTimeTaskCommandSchema: ZodObject<
{
cmdCode: ZodLiteral<"WN511_SOCKET_DELETE_TIME_TASK">;
params: ZodObject<
{ taskIndex: ZodNumber },
"strict",
ZodTypeAny,
{ taskIndex: number },
{ taskIndex: number },
>;
sn: ZodType<`HW52${string}`, ZodTypeDef, `HW52${string}`>;
},
"strip",
ZodTypeAny,
{
cmdCode: "WN511_SOCKET_DELETE_TIME_TASK";
params: { taskIndex: number };
sn: `HW52${string}`;
},
{
cmdCode: "WN511_SOCKET_DELETE_TIME_TASK";
params: { taskIndex: number };
sn: `HW52${string}`;
},
> = ...