Variable glacierSetTemperatureUnitSchemaConst
glacierSetTemperatureUnitSchema: ZodObject<
extendShape<
{
id: ZodNumber;
moduleType: ZodLiteral<1>;
sn: ZodType<`BX11${string}`, ZodTypeDef, `BX11${string}`>;
version: ZodLiteral<"1.0">;
},
{
operateType: ZodLiteral<"tmpUnit">;
params: ZodObject<
{ unit: ZodNumber },
"strip",
ZodTypeAny,
{ unit: number },
{ unit: number },
>;
},
>,
"strip",
ZodTypeAny,
{
id: number;
moduleType: 1;
operateType: "tmpUnit";
params: { unit: number };
sn: `BX11${string}`;
version: "1.0";
},
{
id: number;
moduleType: 1;
operateType: "tmpUnit";
params: { unit: number };
sn: `BX11${string}`;
version: "1.0";
},
> = ...
Set temperature unit(0: Celsius; 1: Fahrenheit)